mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user