mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
* hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
message.
This commit is contained in:
parent
16d1a08426
commit
ba906c0813
@ -1,3 +1,8 @@
|
||||
2006-05-10 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
|
||||
message.
|
||||
|
||||
2006-05-09 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
|
||||
|
@ -865,14 +865,14 @@ GDB will be unable to intercept exception events."),
|
||||
does the equivalent of shl_findsym()) to find the plabel. */
|
||||
|
||||
args_for_find_stub args;
|
||||
static char message[] = _("Error while finding exception callback hook:\n");
|
||||
|
||||
args.solib_handle = gdbarch_tdep (current_gdbarch)->solib_get_solib_by_pc (eh_notify_callback_addr);
|
||||
args.msym = msym;
|
||||
args.return_val = 0;
|
||||
|
||||
recurse++;
|
||||
catch_errors (cover_find_stub_with_shl_get, &args, message,
|
||||
catch_errors (cover_find_stub_with_shl_get, &args,
|
||||
_("Error while finding exception callback hook:\n"),
|
||||
RETURN_MASK_ALL);
|
||||
eh_notify_callback_addr = args.return_val;
|
||||
recurse--;
|
||||
|
Loading…
Reference in New Issue
Block a user