| /openbsd/src/gnu/usr.bin/binutils/gdb/config/i386/ |
| D | tm-cygwin.h | 24 #define SOLIB_ADD(filename, from_tty, targ, readsyms) child_solib_add(filename, from_tty, targ, rea… argument
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | solib.h | 38 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \ argument 39 solib_add (filename, from_tty, targ, readsyms)
|
| D | coff-solib.h | 35 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \ argument 36 coff_solib_add (filename, from_tty, targ, readsyms)
|
| D | coff-solib.c | 53 coff_solib_add (char *arg_string, int from_tty, struct target_ops *target, int readsyms) in coff_solib_add() argument 57 if (!readsyms) in coff_solib_add()
|
| D | pa64solib.h | 28 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \ argument 29 pa64_solib_add (filename, from_tty, targ, readsyms)
|
| D | somsolib.h | 36 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \ argument 37 som_solib_add (filename, from_tty, targ, readsyms)
|
| D | pa64solib.c | 130 static int read_dld_descriptor (struct target_ops *, int readsyms); 380 pa64_solib_add (char *arg_string, int from_tty, struct target_ops *target, int readsyms) in pa64_solib_add() argument 423 if (! read_dld_descriptor (target, readsyms)) in pa64_solib_add() 447 add_to_solist (from_tty, dll_path, readsyms, &dll_desc, 0, target); in pa64_solib_add() 939 read_dld_descriptor (struct target_ops *target, int readsyms) in read_dld_descriptor() argument 998 add_to_solist(0, dll_path, readsyms, &dld_cache.dld_desc, 0, target); in read_dld_descriptor() 1105 add_to_solist (int from_tty, char *dll_path, int readsyms, in add_to_solist() argument 1169 && readsyms in add_to_solist()
|
| D | solib.c | 627 solib_add (char *pattern, int from_tty, struct target_ops *target, int readsyms) in solib_add() argument 652 if (readsyms && solib_read_symbols (gdb, from_tty)) in solib_add()
|
| D | somsolib.c | 422 som_solib_add (char *arg_string, int from_tty, struct target_ops *target, int readsyms) in som_solib_add() argument 797 readsyms && in som_solib_add()
|
| D | win32-nat.c | 2417 int readsyms) in child_solib_add() argument 2419 if (!readsyms) in child_solib_add()
|
| D | ChangeLog-2001 | 1943 * coff-solib.c (coff_solib_add): Add new readsyms arg. 1954 * coff-solib.h (coff_solib_add): Add new readsyms arg to prototype. 1962 * coff-solib.c (coff_solib_add): If readsyms is zero don't read 1970 * irix5-nat.c (sharedlibrary_command): Pass 1 as readsyms to 1996 * coff-solib.h (SOLIB_ADD): Add readsyms arg. 2005 * pa64solib.c (pa64_solib_add): Call add_to_solist with readsyms. 2007 (pa64_solib_add): Call read_dld_descriptor with readsyms.
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | ChangeLog | 1803 "readsyms" arg.
|
| D | gdbint.texinfo | 4433 @item SOLIB_ADD (@var{filename}, @var{from_tty}, @var{targ}, @var{readsyms}) 4437 @var{readsyms} is zero symbols are not read but any necessary low level
|