mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
gdb: add program_space parameter to disable_breakpoints_in_shlibs
Make the current_program_space reference bubble up one level. Change-Id: Ide917aa306bff1872d961244901d79f65d2da62e Approved-By: Andrew Burgess <aburgess@redhat.com>
This commit is contained in:
committed by
Simon Marchi
parent
f592870204
commit
85e8a786f4
@@ -1802,7 +1802,10 @@ extern void remove_solib_event_breakpoints (void);
|
||||
delete at next stop disposition. */
|
||||
extern void remove_solib_event_breakpoints_at_next_stop (void);
|
||||
|
||||
extern void disable_breakpoints_in_shlibs (void);
|
||||
/* Disable any breakpoints that are on code in shared libraries in PSPACE.
|
||||
Only apply to enabled breakpoints, disabled ones can just stay disabled. */
|
||||
|
||||
extern void disable_breakpoints_in_shlibs (program_space *pspace);
|
||||
|
||||
/* This function returns true if B is a catchpoint. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user