mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.
This commit is contained in:
parent
d5cb3e0e0d
commit
1b3739704e
@ -1,3 +1,7 @@
|
||||
2000-06-02 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.
|
||||
|
||||
2000-06-01 Michael Snyder <msnyder@seadog.cygnus.com>
|
||||
|
||||
* sol-thread.c (rw_common): Circumstances (eg. a bug in Sun's
|
||||
|
@ -29,6 +29,9 @@
|
||||
|
||||
/* We can attach and detach. */
|
||||
#define ATTACH_DETACH
|
||||
|
||||
/* The Alpha does not step over a breakpoint. */
|
||||
#define CANNOT_STEP_BREAKPOINT
|
||||
|
||||
|
||||
/* Shared library support. */
|
||||
|
Loading…
Reference in New Issue
Block a user