mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
Wed Apr 15 12:19:42 1998 Martin M. Hunt <hunt@cygnus.com>
* solib.c (enable_break): Only call warning once instead of three times.
This commit is contained in:
parent
a4a3b11af0
commit
65c0c9787f
@ -1,3 +1,8 @@
|
||||
Wed Apr 15 12:19:42 1998 Martin M. Hunt <hunt@cygnus.com>
|
||||
|
||||
* solib.c (enable_break): Only call warning once
|
||||
instead of three times.
|
||||
|
||||
Tue Apr 14 16:52:59 1998 Mark Alexander <marka@cygnus.com>
|
||||
|
||||
* sparc-tdep.c (sparc_extract_struct_value_address): Make it
|
||||
|
@ -1602,9 +1602,7 @@ enable_break ()
|
||||
/* For whatever reason we couldn't set a breakpoint in the dynamic
|
||||
linker. Warn and drop into the old code. */
|
||||
bkpt_at_symbol:
|
||||
warning ("Unable to find dynamic linker breakpoint function.");
|
||||
warning ("GDB will be unable to debug shared library initializers");
|
||||
warning ("and track explicitly loaded dynamic code.");
|
||||
warning ("Unable to find dynamic linker breakpoint function.\nGDB will be unable to debug shared library initializers\nand track explicitly loaded dynamic code.");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user