Lines Matching refs:DynamicLoaderPOSIXDYLD
32 LLDB_PLUGIN_DEFINE_ADV(DynamicLoaderPOSIXDYLD, DynamicLoaderPosixDYLD) in LLDB_PLUGIN_DEFINE_ADV() argument
34 void DynamicLoaderPOSIXDYLD::Initialize() { in LLDB_PLUGIN_DEFINE_ADV()
39 void DynamicLoaderPOSIXDYLD::Terminate() {} in Terminate()
41 lldb_private::ConstString DynamicLoaderPOSIXDYLD::GetPluginName() { in GetPluginName()
45 lldb_private::ConstString DynamicLoaderPOSIXDYLD::GetPluginNameStatic() { in GetPluginNameStatic()
50 const char *DynamicLoaderPOSIXDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
55 uint32_t DynamicLoaderPOSIXDYLD::GetPluginVersion() { return 1; } in GetPluginVersion()
57 DynamicLoader *DynamicLoaderPOSIXDYLD::CreateInstance(Process *process, in CreateInstance()
70 return new DynamicLoaderPOSIXDYLD(process); in CreateInstance()
74 DynamicLoaderPOSIXDYLD::DynamicLoaderPOSIXDYLD(Process *process) in DynamicLoaderPOSIXDYLD() function in DynamicLoaderPOSIXDYLD
81 DynamicLoaderPOSIXDYLD::~DynamicLoaderPOSIXDYLD() { in ~DynamicLoaderPOSIXDYLD()
88 void DynamicLoaderPOSIXDYLD::DidAttach() { in DidAttach()
177 void DynamicLoaderPOSIXDYLD::DidLaunch() { in DidLaunch()
209 Status DynamicLoaderPOSIXDYLD::CanLoadImage() { return Status(); } in CanLoadImage()
211 void DynamicLoaderPOSIXDYLD::UpdateLoadedSections(ModuleSP module, in UpdateLoadedSections()
219 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { in UnloadSections()
225 void DynamicLoaderPOSIXDYLD::ProbeEntry() { in ProbeEntry()
262 bool DynamicLoaderPOSIXDYLD::EntryBreakpointHit( in EntryBreakpointHit()
270 DynamicLoaderPOSIXDYLD *const dyld_instance = in EntryBreakpointHit()
271 static_cast<DynamicLoaderPOSIXDYLD *>(baton); in EntryBreakpointHit()
310 bool DynamicLoaderPOSIXDYLD::SetRendezvousBreakpoint() { in SetRendezvousBreakpoint()
383 bool DynamicLoaderPOSIXDYLD::RendezvousBreakpointHit( in RendezvousBreakpointHit()
391 DynamicLoaderPOSIXDYLD *const dyld_instance = in RendezvousBreakpointHit()
392 static_cast<DynamicLoaderPOSIXDYLD *>(baton); in RendezvousBreakpointHit()
412 void DynamicLoaderPOSIXDYLD::RefreshModules() { in RefreshModules()
455 DynamicLoaderPOSIXDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
505 void DynamicLoaderPOSIXDYLD::LoadVDSO() { in LoadVDSO()
526 ModuleSP DynamicLoaderPOSIXDYLD::LoadInterpreterModule() { in LoadInterpreterModule()
552 void DynamicLoaderPOSIXDYLD::LoadAllCurrentModules() { in LoadAllCurrentModules()
598 addr_t DynamicLoaderPOSIXDYLD::ComputeLoadOffset() { in ComputeLoadOffset()
624 void DynamicLoaderPOSIXDYLD::EvalSpecialModulesStatus() { in EvalSpecialModulesStatus()
634 addr_t DynamicLoaderPOSIXDYLD::GetEntryPoint() { in GetEntryPoint()
658 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp, in GetThreadLocalData()
709 void DynamicLoaderPOSIXDYLD::ResolveExecutableModule( in ResolveExecutableModule()
756 bool DynamicLoaderPOSIXDYLD::AlwaysRelyOnEHUnwindInfo( in AlwaysRelyOnEHUnwindInfo()