forked from Imagelibrary/binutils-gdb
gdb/
No functionality change. * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make function comment a reference, new variables tp and bs, move here code from throw_exception. * breakpoint.h (bpstat_clear_actions): Remove the BS parameter, describe it in the comment. * exceptions.c (throw_exception): Remove variable tp, move the code for bpstat_clear_actions to bpstat_clear_actions.
This commit is contained in:
@@ -895,8 +895,9 @@ extern int bpstat_num (bpstat *, int *);
|
||||
command loop). */
|
||||
extern void bpstat_do_actions (void);
|
||||
|
||||
/* Modify BS so that the actions will not be performed. */
|
||||
extern void bpstat_clear_actions (bpstat);
|
||||
/* Modify all entries of STOP_BPSTAT of INFERIOR_PTID so that the actions will
|
||||
not be performed. */
|
||||
extern void bpstat_clear_actions (void);
|
||||
|
||||
/* Implementation: */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user