diff options
author | Keith Seitz <keiths@redhat.com> | 2010-03-25 22:13:15 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2010-03-25 22:13:15 +0000 |
commit | 418835cceca7eb0a5193eb476fe1733ab290adcc (patch) | |
tree | 386d9778a7bede3fe1cf2c2dc5f54f097948455c /gdb/ChangeLog | |
parent | e62b8c7ea4e47e447df774f45308f9539cd99fd6 (diff) | |
download | gdb-418835cceca7eb0a5193eb476fe1733ab290adcc.zip gdb-418835cceca7eb0a5193eb476fe1733ab290adcc.tar.gz gdb-418835cceca7eb0a5193eb476fe1733ab290adcc.tar.bz2 |
* dwarf2read.c (read_subroutine_type): If the compilation unit
language is Java, mark any formal parameter named "this" as
artificial (GCC/43521).
(dwarf2_name): Add special handling for Java constructors.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d2c44c0..3bf6836 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2010-03-25 Keith Seitz <keiths@redhat.com> + + * dwarf2read.c (read_subroutine_type): If the compilation unit + language is Java, mark any formal parameter named "this" as + artificial (GCC/43521). + (dwarf2_name): Add special handling for Java constructors. + 2010-03-25 Tom Tromey <tromey@redhat.com> PR gdb/11327, PR gdb/11328, PR breakpoints/11368: |