diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a6205c..ff40b4d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-09-29 Andrew Cagney <cagney@redhat.com> + + * NEWS: Mention Objective-C. + 2003-09-29 Jerome Guitton <guitton@act-europe.fr> * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to @@ -16,6 +16,11 @@ SGI Iris (MIPS) running Irix V3: mips-sgi-irix or iris *** Changes in GDB 6.0: +* Objective-C + +Support for debugging the Objective-C programming language has been +integrated into GDB. + * New backtrace mechanism (includes DWARF 2 Call Frame Information). DWARF 2's Call Frame Information makes available compiler generated |