mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-6891 Improved Debugger Trace import/export support and added packed DBTrace GZT file type.
This commit is contained in:
@@ -50,6 +50,12 @@ public class SkeletonExporter extends Exporter {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canExportDomainObject(Class<? extends DomainObject> domainObjectClass) {
|
||||
// return Program.class.isAssignableFrom(domainObjectClass);
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean export(File file, DomainObject domainObj, AddressSetView addrSet,
|
||||
TaskMonitor monitor) throws ExporterException, IOException {
|
||||
|
||||
Reference in New Issue
Block a user