forked from Imagelibrary/binutils-gdb
gdb: make frame_debug a boolean
gdb/ChangeLog: * frame.h (frame_debug): Change type to bool. * frame.c (frame_debug): Change type to bool. (_initialize_frame): Adjust. Change-Id: I27b5359a25ad53ac42618b5708a025c348a1eeda
This commit is contained in:
@@ -214,7 +214,7 @@ extern const struct frame_id outer_frame_id;
|
||||
|
||||
/* Flag to control debugging. */
|
||||
|
||||
extern unsigned int frame_debug;
|
||||
extern bool frame_debug;
|
||||
|
||||
/* Construct a frame ID. The first parameter is the frame's constant
|
||||
stack address (typically the outer-bound), and the second the
|
||||
|
||||
Reference in New Issue
Block a user