mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Fix javodocs. Fix tests. Fix streamSub.
This commit is contained in:
parent
c2bb47d45a
commit
ddea132049
20 changed files with 262 additions and 34 deletions
|
@ -22,7 +22,6 @@ import db.Transaction;
|
|||
import ghidra.async.AsyncUtils;
|
||||
import ghidra.dbg.target.*;
|
||||
import ghidra.dbg.util.PathMatcher;
|
||||
import ghidra.dbg.util.PathPattern;
|
||||
import ghidra.program.model.address.*;
|
||||
import ghidra.trace.model.Lifespan;
|
||||
import ghidra.trace.model.Trace;
|
||||
|
|
|
@ -98,7 +98,7 @@ class TraceBreakpointSet {
|
|||
/**
|
||||
* Get the trace
|
||||
*
|
||||
* @return
|
||||
* @return the trace
|
||||
*/
|
||||
public Trace getTrace() {
|
||||
return trace;
|
||||
|
@ -237,7 +237,7 @@ class TraceBreakpointSet {
|
|||
* The caller should first call {@link #canMerge(TraceBreakpoint)} to check if the breakpoint
|
||||
* "fits."
|
||||
*
|
||||
* @param bpt
|
||||
* @param bpt the breakpoint
|
||||
* @return true if the set actually changed as a result
|
||||
*/
|
||||
public boolean add(TraceBreakpoint bpt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue