mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
* config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1. * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1. * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2002-10-18 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
|
||||||
|
* config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
|
||||||
|
* config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
|
||||||
|
* config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
|
||||||
|
|
||||||
2002-10-09 David Carlton <carlton@math.stanford.edu>
|
2002-10-09 David Carlton <carlton@math.stanford.edu>
|
||||||
|
|
||||||
* symfile.h: Add opaque declaration for struct obstack.
|
* symfile.h: Add opaque declaration for struct obstack.
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#define ATTACH_DETACH
|
#define ATTACH_DETACH
|
||||||
|
|
||||||
/* The Alpha does not step over a breakpoint. */
|
/* The Alpha does not step over a breakpoint. */
|
||||||
#define CANNOT_STEP_BREAKPOINT
|
#define CANNOT_STEP_BREAKPOINT 1
|
||||||
|
|
||||||
|
|
||||||
/* Shared library support. */
|
/* Shared library support. */
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
/* The alpha does not step over a breakpoint, the manpage is lying again. */
|
/* The alpha does not step over a breakpoint, the manpage is lying again. */
|
||||||
|
|
||||||
#define CANNOT_STEP_BREAKPOINT
|
#define CANNOT_STEP_BREAKPOINT 1
|
||||||
|
|
||||||
/* Given a pointer to either a gregset_t or fpregset_t, return a
|
/* Given a pointer to either a gregset_t or fpregset_t, return a
|
||||||
pointer to the first register. */
|
pointer to the first register. */
|
||||||
|
@ -26,6 +26,6 @@
|
|||||||
#include "config/nm-nbsd.h"
|
#include "config/nm-nbsd.h"
|
||||||
|
|
||||||
/* The Alpha does not step over a breakpoint. */
|
/* The Alpha does not step over a breakpoint. */
|
||||||
#define CANNOT_STEP_BREAKPOINT
|
#define CANNOT_STEP_BREAKPOINT 1
|
||||||
|
|
||||||
#endif /* NM_NBSD_H */
|
#endif /* NM_NBSD_H */
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
/* The alpha does not step over a breakpoint, the manpage is lying again. */
|
/* The alpha does not step over a breakpoint, the manpage is lying again. */
|
||||||
|
|
||||||
#define CANNOT_STEP_BREAKPOINT
|
#define CANNOT_STEP_BREAKPOINT 1
|
||||||
|
|
||||||
/* Support for shared libraries. */
|
/* Support for shared libraries. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user