diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-04-14 19:53:11 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-04-14 19:53:11 +0000 |
commit | 39cb3d04889db22f0642427bcf878c16b4d779ea (patch) | |
tree | 3822d6361061119e49ce8b19571da24f4d8f51a5 /gdb/ChangeLog | |
parent | b54a2f2d90f897e8172f44ae0b9483a5963e0d1f (diff) | |
download | gdb-39cb3d04889db22f0642427bcf878c16b4d779ea.zip gdb-39cb3d04889db22f0642427bcf878c16b4d779ea.tar.gz gdb-39cb3d04889db22f0642427bcf878c16b4d779ea.tar.bz2 |
* stabsread.c (read_member_functions): Initialize domain for stubbed
member functions to avoid gdb core dumps when printing pointers
to member functions.
* cp-valprint.c (cp_print_class_method): Check for stubbed member
functions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fcc450b..65475e0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Wed Apr 14 12:49:29 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * stabsread.c (read_member_functions): Initialize domain for stubbed + member functions to avoid gdb core dumps when printing pointers + to member functions. + * cp-valprint.c (cp_print_class_method): Check for stubbed member + functions. + Tue Apr 13 08:28:26 1993 Jim Kingdon (kingdon@cygnus.com) * expprint.c (print_subexp): If opcode not found in op_print_tab, |