diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-07 00:19:45 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-07 00:19:45 +0000 |
commit | 3fc11d3e80ff4229745e2185a9ee77c780220f3d (patch) | |
tree | 9d2e895407002a577d938d47f3c5e2b57793ff60 /gdb/ChangeLog-99 | |
parent | dfcd3bfb6f8a213007c20e60060b4e9ec9205205 (diff) | |
download | gdb-3fc11d3e80ff4229745e2185a9ee77c780220f3d.zip gdb-3fc11d3e80ff4229745e2185a9ee77c780220f3d.tar.gz gdb-3fc11d3e80ff4229745e2185a9ee77c780220f3d.tar.bz2 |
import insight-2000-02-04 snapshot (2nd try)
Diffstat (limited to 'gdb/ChangeLog-99')
-rw-r--r-- | gdb/ChangeLog-99 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog-99 b/gdb/ChangeLog-99 index 2fc778b..b82a88d 100644 --- a/gdb/ChangeLog-99 +++ b/gdb/ChangeLog-99 @@ -3209,6 +3209,9 @@ Sat Sep 18 07:13:03 1999 Jeffrey A Law (law@cygnus.com) 1999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com> * Makefile.in: Add entries for varobj.[cho] and wrapper.[cho]. + gdbtk-varobj.[co]. gdbtk-varobj.o is not yet on the COMMON_OBS + list because it conflicts with the older gdbtk-variable.o which + is still the default. 1999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com> @@ -3368,6 +3371,8 @@ Tue Sep 14 14:34:28 1999 Andrew Cagney <cagney@b1.cygnus.com> * defs.h (continuation): Make this a typedef. + * Makefile.in (gdbtk.o, gdbtk-cmds.o): Depend on $(top_h). + * Makefile.in (i386-linux-nat.o): Depend on symfile.h, not $(symfile_h); the latter has no definition. @@ -3411,6 +3416,8 @@ Tue Sep 14 14:34:28 1999 Andrew Cagney <cagney@b1.cygnus.com> __dld_break, which contains the permanent breakpoint, when interesting things happen. Tell GDB that the breakpoint in __dld_break is permanent. + * gdbtk-cmds.c (gdb_get_breakpoint_info): Report a permanent + breakpoint as enabled. * infrun.c (SKIP_PERMANENT_BREAKPOINT): Provide default definition. (default_skip_permanent_breakpoint): New function. (resume): If we're trying to resume at a permanent breakpoint, use |