mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch
'origin/GP-1812_d-millar_windows_bpt_issues--SQUASHED' (Closes #4059)
This commit is contained in:
commit
b870139e50
7 changed files with 57 additions and 17 deletions
|
@ -166,9 +166,13 @@ public class DefaultBreakpointRecorder implements ManagedBreakpointRecorder {
|
|||
else {
|
||||
traceBpt.setClearedSnap(snap - 1);
|
||||
}
|
||||
breakpointManager.placeBreakpoint(path, snap, range,
|
||||
traceBpt.getThreads(), traceBpt.getKinds(), traceBpt.isEnabled(snap),
|
||||
traceBpt.getComment());
|
||||
TraceBreakpoint newtraceBpt =
|
||||
breakpointManager.placeBreakpoint(path, snap, range,
|
||||
traceBpt.getThreads(), traceBpt.getKinds(), traceBpt.isEnabled(snap),
|
||||
traceBpt.getComment());
|
||||
// placeBreakpoint resets the name - maybe pass name in?
|
||||
newtraceBpt.setName(traceBpt.getName());
|
||||
|
||||
}
|
||||
catch (DuplicateNameException e) {
|
||||
// Split, and length matters not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue