[padb] r367 committed - Re-name --thread-list to --list-threads as this seems more natural.

padb at googlecode.com padb at googlecode.com
Mon Dec 21 20:53:37 GMT 2009


Revision: 367
Author: apittman
Date: Mon Dec 21 12:52:44 2009
Log: Re-name --thread-list to --list-threads as this seems more natural.

http://code.google.com/p/padb/source/detail?r=367

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Mon Dec 21 12:46:24 2009
+++ /trunk/src/padb	Mon Dec 21 12:52:44 2009
@@ -50,8 +50,8 @@
  #  * Add a --lstopo option to run the lstopo command for each rank.
  #    http://www.open-mpi.org/projects/hwloc/
  #  * Add a 'command' mode to run abritary commands on the target node.
-#  * Add a 'thread-list' mode to report a comma seperated list of threads
-#    for each target process.
+#  * Add a 'list-threads' mode to report a comma seperated list of
+#    threads for each target process.
  #  * Add a 'thread-id' configuration option for when collecting stack
  #    traces.  This isn't a complete solution which will have to wait
  #    for 3.2 but does allow the user to specify which thread within an
@@ -9406,7 +9406,7 @@
      $allfns{threads} = {
          handler_one => \&thread_list_from_pid,
          needs_gdb   => 1,
-        arg_long    => 'thread-list',
+        arg_long    => 'list-threads',
          help        => 'List threads in target processes',
      };





More information about the padb-devel mailing list