diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-07-05 00:15:49 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-07-05 00:15:49 +0000 |
commit | 51684caad1a2f6c1c9e419cbea40d643e8d64820 (patch) | |
tree | eaf95ee3d9eea944fb4cd5a5193e8b65c23ef9d9 /gdb | |
parent | fb1b2bd0af9f17406ef242f73115be2037264830 (diff) | |
download | gdb-51684caad1a2f6c1c9e419cbea40d643e8d64820.zip gdb-51684caad1a2f6c1c9e419cbea40d643e8d64820.tar.gz gdb-51684caad1a2f6c1c9e419cbea40d643e8d64820.tar.bz2 |
* breakpoint.c (mention): Always show breakpoint address if no
source file.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 49eb1d1..dd44bbb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Mon Jul 4 17:06:26 1994 Stan Shebs (shebs@andros.cygnus.com) + + * breakpoint.c (mention): Always show breakpoint address if no + source file. + +Sat Jul 2 01:51:33 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * solib.c (bfd_lookup_symbol, look_for_base): Reinstate to reenable + handling of shared libraries for non-ELF executables, but only if + HANDLE_SVR4_EXEC_EMULATORS is defined. + (locate_base): Try to find debug_base in the dynamic linker + for non-ELF executables if HANDLE_SVR4_EXEC_EMULATORS is defined. + * config/sparc/tm-sun4sol2.h (HANDLE_SVR4_EXEC_EMULATORS): + Define to enable handling of shared libraries for a.out executables, + run under Solaris BCP. + Thu Jun 30 13:59:23 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * infrun.c (wait_for_inferior): Print "Program exited normally" |