summaryrefslogtreecommitdiff
path: root/gdb/solist.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-02-04 08:42:11 +0000
committerTristan Gingold <gingold@adacore.com>2009-02-04 08:42:11 +0000
commitaa8db852a72468c03224c517e3c45f8a37b8fe87 (patch)
tree5fc904f0e1ee9487151a14d834ea0bbb2434a89c /gdb/solist.h
parentb1ab508b8ca4b6f19818376652208ed26646229b (diff)
downloadgdb-aa8db852a72468c03224c517e3c45f8a37b8fe87.tar.gz
2009-02-04 Tristan Gingold <gingold@adacore.com>
* solist.h (struct target_so_ops): Comment fallback behavior for operation same.
Diffstat (limited to 'gdb/solist.h')
-rw-r--r--gdb/solist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/solist.h b/gdb/solist.h
index 64754f34e97..56b09e3910a 100644
--- a/gdb/solist.h
+++ b/gdb/solist.h
@@ -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);
};