Lines Matching refs:Target

72 Target::Arch::Arch(const ArchSpec &spec)  in Arch()
76 const Target::Arch &Target::Arch::operator=(const ArchSpec &spec) { in operator =()
82 ConstString &Target::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()
87 Target::Target(Debugger &debugger, const ArchSpec &target_arch, in Target() function in Target
91 Target::GetStaticBroadcasterClass().AsCString()), in Target()
126 Target::~Target() { in ~Target()
132 void Target::PrimeFromDummyTarget(Target &target) { in PrimeFromDummyTarget()
154 void Target::Dump(Stream *s, lldb::DescriptionLevel description_level) { in Dump()
173 void Target::CleanupProcess() { in CleanupProcess()
188 void Target::DeleteCurrentProcess() { in DeleteCurrentProcess()
202 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, in CreateProcess()
214 const lldb::ProcessSP &Target::GetProcessSP() const { return m_process_sp; } in GetProcessSP()
216 lldb::REPLSP Target::GetREPL(Status &err, lldb::LanguageType language, in GetREPL()
263 void Target::SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp) { in SetREPL()
269 void Target::Destroy() { in Destroy()
289 BreakpointList &Target::GetBreakpointList(bool internal) { in GetBreakpointList()
296 const BreakpointList &Target::GetBreakpointList(bool internal) const { in GetBreakpointList()
303 BreakpointSP Target::GetBreakpointByID(break_id_t break_id) { in GetBreakpointByID()
314 BreakpointSP Target::CreateSourceRegexBreakpoint( in CreateSourceRegexBreakpoint()
331 BreakpointSP Target::CreateBreakpoint(const FileSpecList *containingModules, in CreateBreakpoint()
387 BreakpointSP Target::CreateBreakpoint(lldb::addr_t addr, bool internal, in CreateBreakpoint()
407 BreakpointSP Target::CreateBreakpoint(const Address &addr, bool internal, in CreateBreakpoint()
417 Target::CreateAddressInModuleBreakpoint(lldb::addr_t file_addr, bool internal, in CreateAddressInModuleBreakpoint()
428 BreakpointSP Target::CreateBreakpoint( in CreateBreakpoint()
452 Target::CreateBreakpoint(const FileSpecList *containingModules, in CreateBreakpoint()
478 Target::CreateBreakpoint(const FileSpecList *containingModules, in CreateBreakpoint()
508 Target::GetSearchFilterForModule(const FileSpec *containingModule) { in GetSearchFilterForModule()
526 Target::GetSearchFilterForModuleList(const FileSpecList *containingModules) { in GetSearchFilterForModuleList()
543 SearchFilterSP Target::GetSearchFilterForModuleAndCUList( in GetSearchFilterForModuleAndCUList()
563 BreakpointSP Target::CreateFuncRegexBreakpoint( in CreateFuncRegexBreakpoint()
580 Target::CreateExceptionBreakpoint(enum lldb::LanguageType language, in CreateExceptionBreakpoint()
597 lldb::BreakpointSP Target::CreateScriptedBreakpoint( in CreateScriptedBreakpoint()
631 BreakpointSP Target::CreateBreakpoint(SearchFilterSP &filter_sp, in CreateBreakpoint()
646 void Target::AddBreakpoint(lldb::BreakpointSP bp_sp, bool internal) { in AddBreakpoint()
669 void Target::AddNameToBreakpoint(BreakpointID &id, const char *name, in AddNameToBreakpoint()
682 void Target::AddNameToBreakpoint(BreakpointSP &bp_sp, const char *name, in AddNameToBreakpoint()
695 void Target::AddBreakpointName(BreakpointName *bp_name) { in AddBreakpointName()
699 BreakpointName *Target::FindBreakpointName(ConstString name, bool can_create, in FindBreakpointName()
721 void Target::DeleteBreakpointName(ConstString name) { in DeleteBreakpointName()
732 void Target::RemoveNameFromBreakpoint(lldb::BreakpointSP &bp_sp, in RemoveNameFromBreakpoint()
737 void Target::ConfigureBreakpointName( in ConfigureBreakpointName()
745 void Target::ApplyNameToBreakpoints(BreakpointName &bp_name) { in ApplyNameToBreakpoints()
760 void Target::GetBreakpointNames(std::vector<std::string> &names) { in GetBreakpointNames()
768 bool Target::ProcessIsValid() { in ProcessIsValid()
772 static bool CheckIfWatchpointsSupported(Target *target, Status &error) { in CheckIfWatchpointsSupported()
793 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint()
879 void Target::RemoveAllowedBreakpoints() { in RemoveAllowedBreakpoints()
888 void Target::RemoveAllBreakpoints(bool internal_also) { in RemoveAllBreakpoints()
900 void Target::DisableAllBreakpoints(bool internal_also) { in DisableAllBreakpoints()
910 void Target::DisableAllowedBreakpoints() { in DisableAllowedBreakpoints()
917 void Target::EnableAllBreakpoints(bool internal_also) { in EnableAllBreakpoints()
927 void Target::EnableAllowedBreakpoints() { in EnableAllowedBreakpoints()
934 bool Target::RemoveBreakpointByID(break_id_t break_id) { in RemoveBreakpointByID()
954 bool Target::DisableBreakpointByID(break_id_t break_id) { in DisableBreakpointByID()
972 bool Target::EnableBreakpointByID(break_id_t break_id) { in EnableBreakpointByID()
991 Status Target::SerializeBreakpointsToFile(const FileSpec &file, in SerializeBreakpointsToFile()
1083 Status Target::CreateBreakpointsFromFile(const FileSpec &file, in CreateBreakpointsFromFile()
1089 Status Target::CreateBreakpointsFromFile(const FileSpec &file, in CreateBreakpointsFromFile()
1150 bool Target::RemoveAllWatchpoints(bool end_to_end) { in RemoveAllWatchpoints()
1179 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints()
1206 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints()
1232 bool Target::ClearAllWatchpointHitCounts() { in ClearAllWatchpointHitCounts()
1246 bool Target::ClearAllWatchpointHistoricValues() { in ClearAllWatchpointHistoricValues()
1261 bool Target::IgnoreAllWatchpoints(uint32_t ignore_count) { in IgnoreAllWatchpoints()
1278 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID()
1297 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { in EnableWatchpointByID()
1316 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID()
1332 bool Target::IgnoreWatchpointByID(lldb::watch_id_t watch_id, in IgnoreWatchpointByID()
1348 ModuleSP Target::GetExecutableModule() { in GetExecutableModule()
1362 Module *Target::GetExecutableModulePointer() { in GetExecutableModulePointer()
1367 Target *target) { in LoadScriptingResourceForModule()
1384 void Target::ClearModules(bool delete_locations) { in ClearModules()
1391 void Target::DidExec() { in DidExec()
1397 void Target::SetExecutableModule(ModuleSP &executable_sp, in SetExecutableModule()
1462 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture()
1550 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
1575 void Target::NotifyWillClearList(const ModuleList &module_list) {} in NotifyWillClearList()
1577 void Target::NotifyModuleAdded(const ModuleList &module_list, in NotifyModuleAdded()
1587 void Target::NotifyModuleRemoved(const ModuleList &module_list, in NotifyModuleRemoved()
1597 void Target::NotifyModuleUpdated(const ModuleList &module_list, in NotifyModuleUpdated()
1609 void Target::NotifyModulesRemoved(lldb_private::ModuleList &module_list) { in NotifyModulesRemoved()
1613 void Target::ModulesDidLoad(ModuleList &module_list) { in ModulesDidLoad()
1630 void Target::SymbolsDidLoad(ModuleList &module_list) { in SymbolsDidLoad()
1645 void Target::ModulesDidUnload(ModuleList &module_list, bool delete_locations) { in ModulesDidUnload()
1656 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches()
1678 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches()
1688 size_t Target::ReadMemoryFromFileCache(const Address &addr, void *dst, in ReadMemoryFromFileCache()
1721 size_t Target::ReadMemory(const Address &addr, void *dst, size_t dst_len, in ReadMemory()
1834 size_t Target::ReadCStringFromMemory(const Address &addr, std::string &out_str, in ReadCStringFromMemory()
1856 size_t Target::ReadCStringFromMemory(const Address &addr, char *dst, in ReadCStringFromMemory()
1909 size_t Target::ReadScalarIntegerFromMemory(const Address &addr, uint32_t byte_size, in ReadScalarIntegerFromMemory()
1938 uint64_t Target::ReadUnsignedIntegerFromMemory(const Address &addr, in ReadUnsignedIntegerFromMemory()
1949 bool Target::ReadPointerFromMemory(const Address &addr, Status &error, in ReadPointerFromMemory()
1979 ModuleSP Target::GetOrCreateModule(const ModuleSpec &module_spec, bool notify, in GetOrCreateModule()
2176 TargetSP Target::CalculateTarget() { return shared_from_this(); } in CalculateTarget()
2178 ProcessSP Target::CalculateProcess() { return m_process_sp; } in CalculateProcess()
2180 ThreadSP Target::CalculateThread() { return ThreadSP(); } in CalculateThread()
2182 StackFrameSP Target::CalculateStackFrame() { return StackFrameSP(); } in CalculateStackFrame()
2184 void Target::CalculateExecutionContext(ExecutionContext &exe_ctx) { in CalculateExecutionContext()
2189 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList()
2193 void Target::ImageSearchPathsChanged(const PathMappingList &path_list, in ImageSearchPathsChanged()
2195 Target *target = (Target *)baton; in ImageSearchPathsChanged()
2202 Target::GetScratchTypeSystemForLanguage(lldb::LanguageType language, in GetScratchTypeSystemForLanguage()
2230 std::vector<TypeSystem *> Target::GetScratchTypeSystems(bool create_on_demand) { in GetScratchTypeSystems()
2257 Target::GetPersistentExpressionStateForLanguage(lldb::LanguageType language) { in GetPersistentExpressionStateForLanguage()
2271 UserExpression *Target::GetUserExpressionForLanguage( in GetUserExpressionForLanguage()
2295 FunctionCaller *Target::GetFunctionCallerForLanguage( in GetFunctionCallerForLanguage()
2319 Target::CreateUtilityFunction(std::string expression, std::string name, in CreateUtilityFunction()
2343 void Target::SettingsInitialize() { Process::SettingsInitialize(); } in SettingsInitialize()
2345 void Target::SettingsTerminate() { Process::SettingsTerminate(); } in SettingsTerminate()
2347 FileSpecList Target::GetDefaultExecutableSearchPaths() { in GetDefaultExecutableSearchPaths()
2348 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths()
2354 FileSpecList Target::GetDefaultDebugFileSearchPaths() { in GetDefaultDebugFileSearchPaths()
2355 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths()
2361 ArchSpec Target::GetDefaultArchitecture() { in GetDefaultArchitecture()
2362 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture()
2368 void Target::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()
2369 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture()
2379 Target *Target::GetTargetFromContexts(const ExecutionContext *exe_ctx_ptr, in GetTargetFromContexts()
2385 Target *target = nullptr; in GetTargetFromContexts()
2393 ExpressionResults Target::EvaluateExpression( in EvaluateExpression()
2451 lldb::ExpressionVariableSP Target::GetPersistentVariable(ConstString name) { in GetPersistentVariable()
2467 lldb::addr_t Target::GetPersistentSymbol(ConstString name) { in GetPersistentSymbol()
2483 llvm::Expected<lldb_private::Address> Target::GetEntryPointAddress() { in GetEntryPointAddress()
2519 lldb::addr_t Target::GetCallableLoadAddress(lldb::addr_t load_addr, in GetCallableLoadAddress()
2527 lldb::addr_t Target::GetOpcodeLoadAddress(lldb::addr_t load_addr, in GetOpcodeLoadAddress()
2534 lldb::addr_t Target::GetBreakableLoadAddress(lldb::addr_t addr) { in GetBreakableLoadAddress()
2539 SourceManager &Target::GetSourceManager() { in GetSourceManager()
2545 Target::StopHookSP Target::CreateStopHook(StopHook::StopHookKind kind) { in CreateStopHook()
2547 Target::StopHookSP stop_hook_sp; in CreateStopHook()
2560 void Target::UndoCreateStopHook(lldb::user_id_t user_id) { in UndoCreateStopHook()
2567 bool Target::RemoveStopHookByID(lldb::user_id_t user_id) { in RemoveStopHookByID()
2572 void Target::RemoveAllStopHooks() { m_stop_hooks.clear(); } in RemoveAllStopHooks()
2574 Target::StopHookSP Target::GetStopHookByID(lldb::user_id_t user_id) { in GetStopHookByID()
2584 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, in SetStopHookActiveStateByID()
2595 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState()
2602 bool Target::RunStopHooks() { in RunStopHooks()
2771 const TargetPropertiesSP &Target::GetGlobalProperties() { in GetGlobalProperties()
2779 Status Target::Install(ProcessLaunchInfo *launch_info) { in Install()
2827 bool Target::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress()
2832 bool Target::ResolveFileAddress(lldb::addr_t file_addr, in ResolveFileAddress()
2837 bool Target::SetSectionLoadAddress(const SectionSP &section_sp, in SetSectionLoadAddress()
2857 size_t Target::UnloadModuleSections(const ModuleList &module_list) { in UnloadModuleSections()
2867 size_t Target::UnloadModuleSections(const lldb::ModuleSP &module_sp) { in UnloadModuleSections()
2886 bool Target::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
2896 bool Target::SetSectionUnloaded(const lldb::SectionSP &section_sp, in SetSectionUnloaded()
2908 void Target::ClearAllLoadedSections() { m_section_load_history.Clear(); } in ClearAllLoadedSections()
2910 Status Target::Launch(ProcessLaunchInfo &launch_info, Stream *stream) { in Launch()
3086 void Target::SetTrace(const TraceSP &trace_sp) { m_trace_sp = trace_sp; } in SetTrace()
3088 TraceSP Target::GetTrace() { return m_trace_sp; } in GetTrace()
3090 llvm::Expected<TraceSP> Target::CreateTrace() { in CreateTrace()
3115 llvm::Expected<TraceSP> Target::GetTraceOrCreate() { in GetTraceOrCreate()
3121 Status Target::Attach(ProcessAttachInfo &attach_info, Stream *stream) { in Attach()
3203 void Target::FinalizeFileActions(ProcessLaunchInfo &info) { in FinalizeFileActions()
3284 Target::StopHook::StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHook()
3288 Target::StopHook::StopHook(const StopHook &rhs) in StopHook()
3296 void Target::StopHook::SetSpecifier(SymbolContextSpecifier *specifier) { in SetSpecifier()
3300 void Target::StopHook::SetThreadSpecifier(ThreadSpec *specifier) { in SetThreadSpecifier()
3304 bool Target::StopHook::ExecutionContextPasses(const ExecutionContext &exc_ctx) { in ExecutionContextPasses()
3320 void Target::StopHook::GetDescription(Stream *s, in GetDescription()
3362 void Target::StopHookCommandLine::GetSubclassDescription( in GetSubclassDescription()
3381 void Target::StopHookCommandLine::SetActionFromString(const std::string &string) { in SetActionFromString()
3385 void Target::StopHookCommandLine::SetActionFromStrings( in SetActionFromStrings()
3391 Target::StopHook::StopHookResult
3392 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
3426 Status Target::StopHookScripted::SetScriptCallback( in SetScriptCallback()
3450 Target::StopHook::StopHookResult
3451 Target::StopHookScripted::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
3468 void Target::StopHookScripted::GetSubclassDescription( in GetSubclassDescription()
3693 Target *target = exe_ctx->GetTargetPtr(); in GetPropertyAtIndex()
3730 TargetProperties::TargetProperties(Target *target) in TargetProperties()
3734 OptionValueProperties::CreateLocalCopy(*Target::GetGlobalProperties()); in TargetProperties()
4381 Target::TargetEventData::TargetEventData(const lldb::TargetSP &target_sp) in TargetEventData()
4384 Target::TargetEventData::TargetEventData(const lldb::TargetSP &target_sp, in TargetEventData()
4388 Target::TargetEventData::~TargetEventData() = default;
4390 ConstString Target::TargetEventData::GetFlavorString() { in GetFlavorString()
4395 void Target::TargetEventData::Dump(Stream *s) const { in Dump()
4404 const Target::TargetEventData *
4405 Target::TargetEventData::GetEventDataFromEvent(const Event *event_ptr) { in GetEventDataFromEvent()
4415 TargetSP Target::TargetEventData::GetTargetFromEvent(const Event *event_ptr) { in GetTargetFromEvent()
4424 Target::TargetEventData::GetModuleListFromEvent(const Event *event_ptr) { in GetModuleListFromEvent()
4432 std::recursive_mutex &Target::GetAPIMutex() { in GetAPIMutex()