GP-0: Fix javodocs. Fix tests. Fix streamSub.

This commit is contained in:
Dan 2024-03-04 09:43:29 -05:00
parent c2bb47d45a
commit ddea132049
20 changed files with 262 additions and 34 deletions

View file

@ -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;

View file

@ -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) {