mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
gdb: add program_space parameter to mark_breakpoints_out
Make the current_program_space reference bubble up one level. Change-Id: Idc8ed78d23bf3bb2969f6963d8cc049f26901c29 Approved-By: Andrew Burgess <aburgess@redhat.com>
This commit is contained in:
committed by
Simon Marchi
parent
38065394e9
commit
c72348e3b4
@@ -1247,7 +1247,7 @@ follow_exec (ptid_t ptid, const char *exec_file_target)
|
||||
value that was overwritten with a TRAP instruction). Since
|
||||
we now have a new a.out, those shadow contents aren't valid. */
|
||||
|
||||
mark_breakpoints_out ();
|
||||
mark_breakpoints_out (current_program_space);
|
||||
|
||||
/* The target reports the exec event to the main thread, even if
|
||||
some other thread does the exec, and even if the main thread was
|
||||
|
||||
Reference in New Issue
Block a user