Lines Matching refs:DynamicLoaderPOSIXDYLD
34 LLDB_PLUGIN_DEFINE_ADV(DynamicLoaderPOSIXDYLD, DynamicLoaderPosixDYLD) in LLDB_PLUGIN_DEFINE_ADV() argument
36 void DynamicLoaderPOSIXDYLD::Initialize() { in LLDB_PLUGIN_DEFINE_ADV()
41 void DynamicLoaderPOSIXDYLD::Terminate() {} in Terminate()
43 llvm::StringRef DynamicLoaderPOSIXDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
48 DynamicLoader *DynamicLoaderPOSIXDYLD::CreateInstance(Process *process, in CreateInstance()
62 return new DynamicLoaderPOSIXDYLD(process); in CreateInstance()
66 DynamicLoaderPOSIXDYLD::DynamicLoaderPOSIXDYLD(Process *process) in DynamicLoaderPOSIXDYLD() function in DynamicLoaderPOSIXDYLD
74 DynamicLoaderPOSIXDYLD::~DynamicLoaderPOSIXDYLD() { in ~DynamicLoaderPOSIXDYLD()
81 void DynamicLoaderPOSIXDYLD::DidAttach() { in DidAttach()
167 void DynamicLoaderPOSIXDYLD::DidLaunch() { in DidLaunch()
199 Status DynamicLoaderPOSIXDYLD::CanLoadImage() { return Status(); } in CanLoadImage()
201 void DynamicLoaderPOSIXDYLD::UpdateLoadedSections(ModuleSP module, in UpdateLoadedSections()
209 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { in UnloadSections()
215 void DynamicLoaderPOSIXDYLD::ProbeEntry() { in ProbeEntry()
256 bool DynamicLoaderPOSIXDYLD::EntryBreakpointHit( in EntryBreakpointHit()
264 DynamicLoaderPOSIXDYLD *const dyld_instance = in EntryBreakpointHit()
265 static_cast<DynamicLoaderPOSIXDYLD *>(baton); in EntryBreakpointHit()
304 bool DynamicLoaderPOSIXDYLD::SetRendezvousBreakpoint() { in SetRendezvousBreakpoint()
391 bool DynamicLoaderPOSIXDYLD::RendezvousBreakpointHit( in RendezvousBreakpointHit()
399 DynamicLoaderPOSIXDYLD *const dyld_instance = in RendezvousBreakpointHit()
400 static_cast<DynamicLoaderPOSIXDYLD *>(baton); in RendezvousBreakpointHit()
420 void DynamicLoaderPOSIXDYLD::RefreshModules() { in RefreshModules()
495 DynamicLoaderPOSIXDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
545 void DynamicLoaderPOSIXDYLD::LoadVDSO() { in LoadVDSO()
566 ModuleSP DynamicLoaderPOSIXDYLD::LoadInterpreterModule() { in LoadInterpreterModule()
593 ModuleSP DynamicLoaderPOSIXDYLD::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress()
625 void DynamicLoaderPOSIXDYLD::LoadAllCurrentModules() { in LoadAllCurrentModules()
672 addr_t DynamicLoaderPOSIXDYLD::ComputeLoadOffset() { in ComputeLoadOffset()
698 void DynamicLoaderPOSIXDYLD::EvalSpecialModulesStatus() { in EvalSpecialModulesStatus()
708 addr_t DynamicLoaderPOSIXDYLD::GetEntryPoint() { in GetEntryPoint()
732 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp, in GetThreadLocalData()
783 void DynamicLoaderPOSIXDYLD::ResolveExecutableModule( in ResolveExecutableModule()
830 bool DynamicLoaderPOSIXDYLD::AlwaysRelyOnEHUnwindInfo( in AlwaysRelyOnEHUnwindInfo()
844 bool DynamicLoaderPOSIXDYLD::IsCoreFile() const { in IsCoreFile()