2009-02-04 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Wed, 4 Feb 2009 08:42:11 +0000 (08:42 +0000)
committerTristan Gingold <gingold@adacore.com>
Wed, 4 Feb 2009 08:42:11 +0000 (08:42 +0000)
* solist.h (struct target_so_ops): Comment fallback behavior for
operation same.

gdb/ChangeLog
gdb/solist.h

index 0f575512c7bf62a599ba300851d4f7230a29bd68..6fdfb154ff4620e2f9c161a464f7d9deeb077ea2 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-04  Tristan Gingold  <gingold@adacore.com>
+
+       * solist.h (struct target_so_ops): Comment fallback behavior for
+       operation same.
+
 2009-02-03  Tom Tromey  <tromey@redhat.com>
 
        * completer.c (add_struct_fields): Check type_name against NULL
index 64754f34e973f3ce61847b55ea1344dc9d9acdd1..56b09e3910a32d0a6bea5c4f4577bbabb5d9c92c 100644 (file)
@@ -119,7 +119,9 @@ struct target_so_ops
 
     /* Given two so_list objects, one from the GDB thread list
        and another from the list returned by current_sos, return 1
-       if they represent the same library.  */
+       if they represent the same library.
+       Falls back to using strcmp on so_original_name field when set
+       to NULL.  */
     int (*same) (struct so_list *gdb, struct so_list *inferior);
   };
 
This page took 0.026398 seconds and 4 git commands to generate.