mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
GP-1996 - code refactor to make op new and delete discovery more generic.
This commit is contained in:
@@ -117,8 +117,6 @@ public class RTTIGccClassRecoverer extends RTTIClassRecoverer {
|
||||
return recoveredClasses;
|
||||
}
|
||||
|
||||
createCalledFunctionMap(recoveredClasses);
|
||||
|
||||
createClassHierarchyListAndMapForGcc();
|
||||
|
||||
if (isDwarfLoaded) {
|
||||
@@ -1849,12 +1847,6 @@ public class RTTIGccClassRecoverer extends RTTIClassRecoverer {
|
||||
private void processConstructorAndDestructors()
|
||||
throws CancelledException, InvalidInputException, DuplicateNameException, Exception {
|
||||
|
||||
// find deleting destructors using various mechanisms
|
||||
// findDeletingDestructors(recoveredClasses);
|
||||
|
||||
// use atexit param list to find more destructors
|
||||
// findDestructorsUsingAtexitCalledFunctions(recoveredClasses);
|
||||
|
||||
// figure out which are inlined and put on separate list to be processed later
|
||||
separateInlinedConstructorDestructors(recoveredClasses);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user