mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
Change suggested by Dean Luick <luick@cray.com>
* inferior.h (step_over_calls_kind): Remove trailing comma from last enum element. (step_over_calls): Declare as extern rather than global.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2001-02-05 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
Change suggested by Dean Luick <luick@cray.com>
|
||||||
|
* inferior.h (step_over_calls_kind): Remove trailing comma from
|
||||||
|
last enum element.
|
||||||
|
(step_over_calls): Declare as extern rather than global.
|
||||||
|
|
||||||
2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
||||||
|
|
||||||
* sh-tdep.c: Update copyright.
|
* sh-tdep.c: Update copyright.
|
||||||
|
@ -348,8 +348,10 @@ enum step_over_calls_kind
|
|||||||
{
|
{
|
||||||
STEP_OVER_NONE,
|
STEP_OVER_NONE,
|
||||||
STEP_OVER_ALL,
|
STEP_OVER_ALL,
|
||||||
STEP_OVER_UNDEBUGGABLE,
|
STEP_OVER_UNDEBUGGABLE
|
||||||
} step_over_calls;
|
};
|
||||||
|
|
||||||
|
extern enum step_over_calls_kind step_over_calls;
|
||||||
|
|
||||||
/* If stepping, nonzero means step count is > 1
|
/* If stepping, nonzero means step count is > 1
|
||||||
so don't print frame next time inferior stops
|
so don't print frame next time inferior stops
|
||||||
|
Reference in New Issue
Block a user