mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-01 20:17:28 +02:00
Merge remote-tracking branch 'origin/GP-3406_ghidra007_add_mingw_not_fix_check_to_RTTI_script--SQUASHED' into Ghidra_10.3
This commit is contained in:
@@ -703,8 +703,6 @@ public class RTTIGccClassRecoverer extends RTTIClassRecoverer {
|
||||
for (GccTypeinfo typeinfo : typeinfos) {
|
||||
monitor.checkCancelled();
|
||||
|
||||
Msg.debug(this, typeinfo.getNamespace().getName());
|
||||
|
||||
Address typeinfoAddress = typeinfo.getAddress();
|
||||
Structure typeinfoStructure = getTypeinfoStructure(typeinfoAddress);
|
||||
|
||||
@@ -2643,10 +2641,6 @@ private Address getReferencedAddress(Address address) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Msg.debug(this, "numBases for typeinfo: " + typeinfoAddress.toString() + " at address "
|
||||
+ typeinfoAddress.add(offsetOfNumBases) + " numbases: " + numBases);
|
||||
;
|
||||
|
||||
// get or create the vmiClassTypeInfoStruct
|
||||
Structure vmiClassTypeinfoStructure = (Structure) dataTypeManager.getDataType(classDataTypesCategoryPath,
|
||||
VMI_CLASS_TYPE_INFO_STRUCTURE + numBases);
|
||||
@@ -2723,8 +2717,6 @@ private Address getReferencedAddress(Address address) {
|
||||
|
||||
Namespace classNamespace = typeinfoNameSymbol.getParentNamespace();
|
||||
|
||||
Msg.debug(this, typeinfoAddress.toString() + " " + classNamespace.getName());
|
||||
|
||||
if (classNamespace.isGlobal()) {
|
||||
Msg.debug(this,
|
||||
typeinfoAddress.toString() + "Could not create a class namespace for demangled namespace string ");
|
||||
|
||||
Reference in New Issue
Block a user