mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-2452: Some tweaking of error report for opening old traces.
This commit is contained in:
parent
313676b083
commit
dd4d2e0283
2 changed files with 4 additions and 2 deletions
|
@ -692,8 +692,10 @@ public class DebuggerTraceManagerServicePlugin extends Plugin
|
|||
return trace;
|
||||
}
|
||||
catch (VersionException e) {
|
||||
// TODO: Support upgrading
|
||||
e = new VersionException(e.getVersionIndicator(), false).combine(e);
|
||||
VersionExceptionHandler.showVersionError(null, file.getName(), file.getContentType(),
|
||||
"Open Trace", e);
|
||||
"Open", e);
|
||||
return null;
|
||||
}
|
||||
catch (IOException e) {
|
||||
|
|
|
@ -312,7 +312,7 @@ public class DBTraceContentHandler extends DBContentHandler {
|
|||
|
||||
@Override
|
||||
public String getDefaultToolName() {
|
||||
return "Debugger"; // TODO: Actually make this tool
|
||||
return "Debugger";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue