Lines Matching refs:Target

68 Target::Arch::Arch(const ArchSpec &spec)  in Arch()
72 const Target::Arch& Target::Arch::operator=(const ArchSpec &spec) { in operator =()
78 ConstString &Target::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()
83 Target::Target(Debugger &debugger, const ArchSpec &target_arch, in Target() function in Target
87 Target::GetStaticBroadcasterClass().AsCString()), in Target()
118 Target::~Target() { in ~Target()
125 void Target::PrimeFromDummyTarget(Target *target) { in PrimeFromDummyTarget()
147 void Target::Dump(Stream *s, lldb::DescriptionLevel description_level) { in Dump()
166 void Target::CleanupProcess() { in CleanupProcess()
180 void Target::DeleteCurrentProcess() { in DeleteCurrentProcess()
194 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, in CreateProcess()
205 const lldb::ProcessSP &Target::GetProcessSP() const { return m_process_sp; } in GetProcessSP()
207 lldb::REPLSP Target::GetREPL(Status &err, lldb::LanguageType language, in GetREPL()
256 void Target::SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp) { in SetREPL()
262 void Target::Destroy() { in Destroy()
282 BreakpointList &Target::GetBreakpointList(bool internal) { in GetBreakpointList()
289 const BreakpointList &Target::GetBreakpointList(bool internal) const { in GetBreakpointList()
296 BreakpointSP Target::GetBreakpointByID(break_id_t break_id) { in GetBreakpointByID()
307 BreakpointSP Target::CreateSourceRegexBreakpoint( in CreateSourceRegexBreakpoint()
324 BreakpointSP Target::CreateBreakpoint(const FileSpecList *containingModules, in CreateBreakpoint()
375 BreakpointSP Target::CreateBreakpoint(lldb::addr_t addr, bool internal, in CreateBreakpoint()
395 BreakpointSP Target::CreateBreakpoint(const Address &addr, bool internal, in CreateBreakpoint()
405 Target::CreateAddressInModuleBreakpoint(lldb::addr_t file_addr, bool internal, in CreateAddressInModuleBreakpoint()
416 BreakpointSP Target::CreateBreakpoint( in CreateBreakpoint()
440 Target::CreateBreakpoint(const FileSpecList *containingModules, in CreateBreakpoint()
466 Target::CreateBreakpoint(const FileSpecList *containingModules, in CreateBreakpoint()
496 Target::GetSearchFilterForModule(const FileSpec *containingModule) { in GetSearchFilterForModule()
513 Target::GetSearchFilterForModuleList(const FileSpecList *containingModules) { in GetSearchFilterForModuleList()
529 SearchFilterSP Target::GetSearchFilterForModuleAndCUList( in GetSearchFilterForModuleAndCUList()
549 BreakpointSP Target::CreateFuncRegexBreakpoint( in CreateFuncRegexBreakpoint()
566 Target::CreateExceptionBreakpoint(enum lldb::LanguageType language, in CreateExceptionBreakpoint()
585 Target::CreateScriptedBreakpoint(const llvm::StringRef class_name, in CreateScriptedBreakpoint()
626 BreakpointSP Target::CreateBreakpoint(SearchFilterSP &filter_sp, in CreateBreakpoint()
641 void Target::AddBreakpoint(lldb::BreakpointSP bp_sp, bool internal) { in AddBreakpoint()
664 void Target::AddNameToBreakpoint(BreakpointID &id, in AddNameToBreakpoint()
681 void Target::AddNameToBreakpoint(BreakpointSP &bp_sp, in AddNameToBreakpoint()
696 void Target::AddBreakpointName(BreakpointName *bp_name) { in AddBreakpointName()
700 BreakpointName *Target::FindBreakpointName(const ConstString &name, in FindBreakpointName()
725 Target::DeleteBreakpointName(const ConstString &name) in DeleteBreakpointName()
737 void Target::RemoveNameFromBreakpoint(lldb::BreakpointSP &bp_sp, in RemoveNameFromBreakpoint()
743 void Target::ConfigureBreakpointName(BreakpointName &bp_name, in ConfigureBreakpointName()
752 void Target::ApplyNameToBreakpoints(BreakpointName &bp_name) { in ApplyNameToBreakpoints()
761 void Target::GetBreakpointNames(std::vector<std::string> &names) in GetBreakpointNames()
770 bool Target::ProcessIsValid() { in ProcessIsValid()
774 static bool CheckIfWatchpointsSupported(Target *target, Status &error) { in CheckIfWatchpointsSupported()
795 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint()
877 void Target::RemoveAllowedBreakpoints () in RemoveAllowedBreakpoints()
888 void Target::RemoveAllBreakpoints(bool internal_also) { in RemoveAllBreakpoints()
901 void Target::DisableAllBreakpoints(bool internal_also) { in DisableAllBreakpoints()
912 void Target::DisableAllowedBreakpoints() { in DisableAllowedBreakpoints()
920 void Target::EnableAllBreakpoints(bool internal_also) { in EnableAllBreakpoints()
931 void Target::EnableAllowedBreakpoints() { in EnableAllowedBreakpoints()
939 bool Target::RemoveBreakpointByID(break_id_t break_id) { in RemoveBreakpointByID()
960 bool Target::DisableBreakpointByID(break_id_t break_id) { in DisableBreakpointByID()
979 bool Target::EnableBreakpointByID(break_id_t break_id) { in EnableBreakpointByID()
999 Status Target::SerializeBreakpointsToFile(const FileSpec &file, in SerializeBreakpointsToFile()
1092 Status Target::CreateBreakpointsFromFile(const FileSpec &file, in CreateBreakpointsFromFile()
1098 Status Target::CreateBreakpointsFromFile(const FileSpec &file, in CreateBreakpointsFromFile()
1159 bool Target::RemoveAllWatchpoints(bool end_to_end) { in RemoveAllWatchpoints()
1191 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints()
1221 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints()
1250 bool Target::ClearAllWatchpointHitCounts() { in ClearAllWatchpointHitCounts()
1267 bool Target::ClearAllWatchpointHistoricValues() { in ClearAllWatchpointHistoricValues()
1285 bool Target::IgnoreAllWatchpoints(uint32_t ignore_count) { in IgnoreAllWatchpoints()
1305 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID()
1325 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { in EnableWatchpointByID()
1345 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID()
1362 bool Target::IgnoreWatchpointByID(lldb::watch_id_t watch_id, in IgnoreWatchpointByID()
1379 ModuleSP Target::GetExecutableModule() { in GetExecutableModule()
1393 Module *Target::GetExecutableModulePointer() { in GetExecutableModulePointer()
1398 Target *target) { in LoadScriptingResourceForModule()
1416 void Target::ClearModules(bool delete_locations) { in ClearModules()
1424 void Target::DidExec() { in DidExec()
1430 void Target::SetExecutableModule(ModuleSP &executable_sp, in SetExecutableModule()
1492 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture()
1580 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
1605 void Target::WillClearList(const ModuleList &module_list) {} in WillClearList()
1607 void Target::ModuleAdded(const ModuleList &module_list, in ModuleAdded()
1618 void Target::ModuleRemoved(const ModuleList &module_list, in ModuleRemoved()
1628 void Target::ModuleUpdated(const ModuleList &module_list, in ModuleUpdated()
1640 void Target::ModulesDidLoad(ModuleList &module_list) { in ModulesDidLoad()
1652 void Target::SymbolsDidLoad(ModuleList &module_list) { in SymbolsDidLoad()
1670 void Target::ModulesDidUnload(ModuleList &module_list, bool delete_locations) { in ModulesDidUnload()
1681 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches()
1703 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches()
1713 size_t Target::ReadMemoryFromFileCache(const Address &addr, void *dst, in ReadMemoryFromFileCache()
1745 size_t Target::ReadMemory(const Address &addr, bool prefer_file_cache, in ReadMemory()
1837 size_t Target::ReadCStringFromMemory(const Address &addr, std::string &out_str, in ReadCStringFromMemory()
1859 size_t Target::ReadCStringFromMemory(const Address &addr, char *dst, in ReadCStringFromMemory()
1912 size_t Target::ReadScalarIntegerFromMemory(const Address &addr, in ReadScalarIntegerFromMemory()
1941 uint64_t Target::ReadUnsignedIntegerFromMemory(const Address &addr, in ReadUnsignedIntegerFromMemory()
1953 bool Target::ReadPointerFromMemory(const Address &addr, bool prefer_file_cache, in ReadPointerFromMemory()
1983 ModuleSP Target::GetSharedModule(const ModuleSpec &module_spec, in GetSharedModule()
2128 TargetSP Target::CalculateTarget() { return shared_from_this(); } in CalculateTarget()
2130 ProcessSP Target::CalculateProcess() { return m_process_sp; } in CalculateProcess()
2132 ThreadSP Target::CalculateThread() { return ThreadSP(); } in CalculateThread()
2134 StackFrameSP Target::CalculateStackFrame() { return StackFrameSP(); } in CalculateStackFrame()
2136 void Target::CalculateExecutionContext(ExecutionContext &exe_ctx) { in CalculateExecutionContext()
2141 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList()
2145 void Target::ImageSearchPathsChanged(const PathMappingList &path_list, in ImageSearchPathsChanged()
2147 Target *target = (Target *)baton; in ImageSearchPathsChanged()
2153 TypeSystem *Target::GetScratchTypeSystemForLanguage(Status *error, in GetScratchTypeSystemForLanguage()
2189 Target::GetPersistentExpressionStateForLanguage(lldb::LanguageType language) { in GetPersistentExpressionStateForLanguage()
2200 UserExpression *Target::GetUserExpressionForLanguage( in GetUserExpressionForLanguage()
2228 FunctionCaller *Target::GetFunctionCallerForLanguage( in GetFunctionCallerForLanguage()
2256 Target::GetUtilityFunctionForLanguage(const char *text, in GetUtilityFunctionForLanguage()
2281 ClangASTContext *Target::GetScratchClangASTContext(bool create_on_demand) { in GetScratchClangASTContext()
2290 ClangASTImporterSP Target::GetClangASTImporter() { in GetClangASTImporter()
2300 void Target::SettingsInitialize() { Process::SettingsInitialize(); } in SettingsInitialize()
2302 void Target::SettingsTerminate() { Process::SettingsTerminate(); } in SettingsTerminate()
2304 FileSpecList Target::GetDefaultExecutableSearchPaths() { in GetDefaultExecutableSearchPaths()
2305 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths()
2311 FileSpecList Target::GetDefaultDebugFileSearchPaths() { in GetDefaultDebugFileSearchPaths()
2312 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths()
2318 FileSpecList Target::GetDefaultClangModuleSearchPaths() { in GetDefaultClangModuleSearchPaths()
2319 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultClangModuleSearchPaths()
2325 ArchSpec Target::GetDefaultArchitecture() { in GetDefaultArchitecture()
2326 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture()
2332 void Target::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()
2333 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture()
2343 Target *Target::GetTargetFromContexts(const ExecutionContext *exe_ctx_ptr, in GetTargetFromContexts()
2349 Target *target = nullptr; in GetTargetFromContexts()
2357 ExpressionResults Target::EvaluateExpression( in EvaluateExpression()
2410 Target::GetPersistentVariable(const ConstString &name) { in GetPersistentVariable()
2426 lldb::addr_t Target::GetPersistentSymbol(const ConstString &name) { in GetPersistentSymbol()
2442 lldb::addr_t Target::GetCallableLoadAddress(lldb::addr_t load_addr, in GetCallableLoadAddress()
2449 lldb::addr_t Target::GetOpcodeLoadAddress(lldb::addr_t load_addr, in GetOpcodeLoadAddress()
2456 lldb::addr_t Target::GetBreakableLoadAddress(lldb::addr_t addr) { in GetBreakableLoadAddress()
2462 SourceManager &Target::GetSourceManager() { in GetSourceManager()
2468 ClangModulesDeclVendor *Target::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor()
2485 Target::StopHookSP Target::CreateStopHook() { in CreateStopHook()
2487 Target::StopHookSP stop_hook_sp(new StopHook(shared_from_this(), new_uid)); in CreateStopHook()
2492 bool Target::RemoveStopHookByID(lldb::user_id_t user_id) { in RemoveStopHookByID()
2497 void Target::RemoveAllStopHooks() { m_stop_hooks.clear(); } in RemoveAllStopHooks()
2499 Target::StopHookSP Target::GetStopHookByID(lldb::user_id_t user_id) { in GetStopHookByID()
2509 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, in SetStopHookActiveStateByID()
2520 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState()
2527 void Target::RunStopHooks() { in RunStopHooks()
2658 const TargetPropertiesSP &Target::GetGlobalProperties() { in GetGlobalProperties()
2666 Status Target::Install(ProcessLaunchInfo *launch_info) { in Install()
2714 bool Target::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress()
2719 bool Target::ResolveFileAddress(lldb::addr_t file_addr, in ResolveFileAddress()
2724 bool Target::SetSectionLoadAddress(const SectionSP &section_sp, in SetSectionLoadAddress()
2744 size_t Target::UnloadModuleSections(const ModuleList &module_list) { in UnloadModuleSections()
2754 size_t Target::UnloadModuleSections(const lldb::ModuleSP &module_sp) { in UnloadModuleSections()
2773 bool Target::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
2783 bool Target::SetSectionUnloaded(const lldb::SectionSP &section_sp, in SetSectionUnloaded()
2795 void Target::ClearAllLoadedSections() { m_section_load_history.Clear(); } in ClearAllLoadedSections()
2797 Status Target::Launch(ProcessLaunchInfo &launch_info, Stream *stream) { in Launch()
2971 Status Target::Attach(ProcessAttachInfo &attach_info, Stream *stream) { in Attach()
3053 void Target::FinalizeFileActions(ProcessLaunchInfo &info) { in FinalizeFileActions()
3136 Target::StopHook::StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHook()
3140 Target::StopHook::StopHook(const StopHook &rhs) in StopHook()
3148 Target::StopHook::~StopHook() = default;
3150 void Target::StopHook::SetSpecifier(SymbolContextSpecifier *specifier) { in SetSpecifier()
3154 void Target::StopHook::SetThreadSpecifier(ThreadSpec *specifier) { in SetThreadSpecifier()
3158 void Target::StopHook::GetDescription(Stream *s, in GetDescription()
3494 TargetOptionValueProperties(Target *target, in TargetOptionValueProperties()
3509 Target *target = exe_ctx->GetTargetPtr(); in GetPropertyAtIndex()
3553 Target *m_target;
3588 TargetProperties::TargetProperties(Target *target) in TargetProperties()
3592 new TargetOptionValueProperties(target, Target::GetGlobalProperties())); in TargetProperties()
4183 Target::TargetEventData::TargetEventData(const lldb::TargetSP &target_sp) in TargetEventData()
4186 Target::TargetEventData::TargetEventData(const lldb::TargetSP &target_sp, in TargetEventData()
4190 Target::TargetEventData::~TargetEventData() = default;
4192 const ConstString &Target::TargetEventData::GetFlavorString() { in GetFlavorString()
4197 void Target::TargetEventData::Dump(Stream *s) const { in Dump()
4206 const Target::TargetEventData *
4207 Target::TargetEventData::GetEventDataFromEvent(const Event *event_ptr) { in GetEventDataFromEvent()
4217 TargetSP Target::TargetEventData::GetTargetFromEvent(const Event *event_ptr) { in GetTargetFromEvent()
4226 Target::TargetEventData::GetModuleListFromEvent(const Event *event_ptr) { in GetModuleListFromEvent()