MCPcopy Create free account
hub / github.com/beefytech/Beef / GetLinkedModule

Method GetLinkedModule

IDEHelper/DbgModule.cpp:2427–2432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2425}
2426
2427DbgModule* DbgModule::GetLinkedModule()
2428{
2429 if (IsObjectFile())
2430 return mDebugTarget->mTargetBinary;
2431 return this;
2432}
2433
2434addr_target DbgModule::GetTargetImageBase()
2435{

Callers 9

DbgExprEvaluatorMethod · 0.80
DbgTypedValueToStringMethod · 0.80
GetThreadInfoMethod · 0.80
GetStackFrameInfoMethod · 0.80
DisassembleAtRawMethod · 0.80
ToStringRawMethod · 0.80
GetPointerTypeMethod · 0.80
GetConstTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected