diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-03 00:19:03 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-03 00:19:03 +0000 |
commit | 99eceb9a7304972aa065bdf4214eaeeda2457d3e (patch) | |
tree | ca9f1486160c52b8d5efb7adf99c05f3a13ba07c | |
parent | 91f4a683d88a443461b39d0d9058ecf874e50950 (diff) | |
download | gdb-99eceb9a7304972aa065bdf4214eaeeda2457d3e.zip gdb-99eceb9a7304972aa065bdf4214eaeeda2457d3e.tar.gz gdb-99eceb9a7304972aa065bdf4214eaeeda2457d3e.tar.bz2 |
* solib.c (auto_solib_add_at_startup): New global.
(solib_create_inferior_hook): Call solib_add only if
auto_solib_add_at_startup is nonzero.
(_initialize_solib): New command "set auto-solib-add".
-rw-r--r-- | gdb/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ebdacb0..62357a4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,23 @@ +Fri Dec 2 15:03:07 1994 Stan Shebs <shebs@andros.cygnus.com> + + * solib.c (auto_solib_add_at_startup): New global. + (solib_create_inferior_hook): Call solib_add only if + auto_solib_add_at_startup is nonzero. + (_initialize_solib): New command "set auto-solib-add". + +Fri Dec 2 12:52:04 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * parse.c (msymbol_addr_type): Replaced by + lookup_pointer_type (builtin_type_void). + + * printcmd.c (_initialize_printcmd): Give examine_*_type + a name for `ptype $_'. + +Fri Dec 2 12:52:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * printcmd.c (print_formatted): Call val_print_string directly, + rather than via value_print. + Wed Nov 30 22:27:27 1994 Jeff Law (law@snake.cs.utah.edu) * somsolib.c (som_solib_get_got_by_pc): New function. |