mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-05-13 07:40:48 +00:00
2009-02-04 Tristan Gingold <gingold@adacore.com>
* solist.h (struct target_so_ops): Comment fallback behavior for operation same.
This commit is contained in:
parent
df636c05ba
commit
7a848be1e4
@ -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
|
||||
|
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user