Lines Matching refs:SBTarget
97 SBTarget::SBTarget() { LLDB_INSTRUMENT_VA(this); } in SBTarget() function in SBTarget
99 SBTarget::SBTarget(const SBTarget &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBTarget() function in SBTarget
103 SBTarget::SBTarget(const TargetSP &target_sp) : m_opaque_sp(target_sp) { in SBTarget() function in SBTarget
107 const SBTarget &SBTarget::operator=(const SBTarget &rhs) { in operator =()
116 SBTarget::~SBTarget() = default;
118 bool SBTarget::EventIsTargetEvent(const SBEvent &event) { in EventIsTargetEvent()
124 SBTarget SBTarget::GetTargetFromEvent(const SBEvent &event) { in GetTargetFromEvent()
130 uint32_t SBTarget::GetNumModulesFromEvent(const SBEvent &event) { in GetNumModulesFromEvent()
138 SBModule SBTarget::GetModuleAtIndexFromEvent(const uint32_t idx, in GetModuleAtIndexFromEvent()
147 const char *SBTarget::GetBroadcasterClassName() { in GetBroadcasterClassName()
153 bool SBTarget::IsValid() const { in IsValid()
157 SBTarget::operator bool() const { in operator bool()
163 SBProcess SBTarget::GetProcess() { in GetProcess()
177 SBPlatform SBTarget::GetPlatform() { in GetPlatform()
190 SBDebugger SBTarget::GetDebugger() const { in GetDebugger()
200 SBStructuredData SBTarget::GetStatistics() { in GetStatistics()
215 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats()
224 bool SBTarget::GetCollectingStats() { in GetCollectingStats()
233 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
240 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
263 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
287 SBError SBTarget::Install() { in Install()
299 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
384 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
430 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
464 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
493 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
520 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
552 SBFileSpec SBTarget::GetExecutable() { in GetExecutable()
566 bool SBTarget::operator==(const SBTarget &rhs) const { in operator ==()
572 bool SBTarget::operator!=(const SBTarget &rhs) const { in operator !=()
578 lldb::TargetSP SBTarget::GetSP() const { return m_opaque_sp; } in GetSP()
580 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP()
584 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress()
602 lldb::SBAddress SBTarget::ResolveFileAddress(lldb::addr_t file_addr) { in ResolveFileAddress()
618 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id, in ResolvePastLoadAddress()
638 SBTarget::ResolveSymbolContextForAddress(const SBAddress &addr, in ResolveSymbolContextForAddress()
653 size_t SBTarget::ReadMemory(const SBAddress addr, void *buf, size_t size, in ReadMemory()
671 SBBreakpoint SBTarget::BreakpointCreateByLocation(const char *file, in BreakpointCreateByLocation()
680 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
688 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
697 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
706 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
733 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
762 SBBreakpoint SBTarget::BreakpointCreateByName(const char *symbol_name, in BreakpointCreateByName()
792 SBTarget::BreakpointCreateByName(const char *symbol_name, in BreakpointCreateByName()
803 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
814 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
837 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
848 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
860 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
883 SBBreakpoint SBTarget::BreakpointCreateByRegex(const char *symbol_name_regex, in BreakpointCreateByRegex()
897 SBTarget::BreakpointCreateByRegex(const char *symbol_name_regex, in BreakpointCreateByRegex()
906 lldb::SBBreakpoint SBTarget::BreakpointCreateByRegex( in BreakpointCreateByRegex()
929 SBBreakpoint SBTarget::BreakpointCreateByAddress(addr_t address) { in BreakpointCreateByAddress()
943 SBBreakpoint SBTarget::BreakpointCreateBySBAddress(SBAddress &sb_address) { in BreakpointCreateBySBAddress()
962 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex()
982 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
991 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
1019 SBTarget::BreakpointCreateForException(lldb::LanguageType language, in BreakpointCreateForException()
1035 lldb::SBBreakpoint SBTarget::BreakpointCreateFromScript( in BreakpointCreateFromScript()
1062 uint32_t SBTarget::GetNumBreakpoints() const { in GetNumBreakpoints()
1073 SBBreakpoint SBTarget::GetBreakpointAtIndex(uint32_t idx) const { in GetBreakpointAtIndex()
1085 bool SBTarget::BreakpointDelete(break_id_t bp_id) { in BreakpointDelete()
1098 SBBreakpoint SBTarget::FindBreakpointByID(break_id_t bp_id) { in FindBreakpointByID()
1111 bool SBTarget::FindBreakpointsByName(const char *name, in FindBreakpointsByName()
1132 void SBTarget::GetBreakpointNames(SBStringList &names) { in GetBreakpointNames()
1148 void SBTarget::DeleteBreakpointName(const char *name) { in DeleteBreakpointName()
1158 bool SBTarget::EnableAllBreakpoints() { in EnableAllBreakpoints()
1170 bool SBTarget::DisableAllBreakpoints() { in DisableAllBreakpoints()
1182 bool SBTarget::DeleteAllBreakpoints() { in DeleteAllBreakpoints()
1194 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1202 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1236 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file) { in BreakpointsWriteToFile()
1249 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file, in BreakpointsWriteToFile()
1269 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints()
1280 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex()
1292 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint()
1307 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID()
1324 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress()
1336 SBTarget::WatchpointCreateByAddress(lldb::addr_t addr, size_t size, in WatchpointCreateByAddress()
1371 bool SBTarget::EnableAllWatchpoints() { in EnableAllWatchpoints()
1385 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints()
1399 SBValue SBTarget::CreateValueFromAddress(const char *name, SBAddress addr, in CreateValueFromAddress()
1417 lldb::SBValue SBTarget::CreateValueFromData(const char *name, lldb::SBData data, in CreateValueFromData()
1435 lldb::SBValue SBTarget::CreateValueFromExpression(const char *name, in CreateValueFromExpression()
1451 bool SBTarget::DeleteAllWatchpoints() { in DeleteAllWatchpoints()
1465 void SBTarget::AppendImageSearchPath(const char *from, const char *to, in AppendImageSearchPath()
1482 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1489 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1518 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
1547 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule()
1558 uint32_t SBTarget::GetNumModules() const { in GetNumModules()
1571 void SBTarget::Clear() { in Clear()
1577 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule()
1590 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
1600 lldb::ByteOrder SBTarget::GetByteOrder() { in GetByteOrder()
1609 const char *SBTarget::GetTriple() { in GetTriple()
1624 const char *SBTarget::GetABIName() { in GetABIName()
1636 const char *SBTarget::GetLabel() const { in GetLabel()
1646 SBError SBTarget::SetLabel(const char *label) { in SetLabel()
1656 uint32_t SBTarget::GetDataByteSize() { in GetDataByteSize()
1666 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize()
1676 uint32_t SBTarget::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
1686 uint32_t SBTarget::GetAddressByteSize() { in GetAddressByteSize()
1695 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex()
1710 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule()
1719 SBBroadcaster SBTarget::GetBroadcaster() const { in GetBroadcaster()
1728 bool SBTarget::GetDescription(SBStream &description, in GetDescription()
1743 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions()
1765 lldb::SBSymbolContextList SBTarget::FindGlobalFunctions(const char *name, in FindGlobalFunctions()
1801 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType()
1834 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
1846 lldb::SBTypeList SBTarget::FindTypes(const char *typename_cstr) { in FindTypes()
1883 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1910 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1954 lldb::SBValue SBTarget::FindFirstGlobalVariable(const char *name) { in FindFirstGlobalVariable()
1963 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()
1970 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
1977 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
2007 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions()
2016 SBTarget::GetInstructionsWithFlavor(lldb::SBAddress base_addr, in GetInstructionsWithFlavor()
2040 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions()
2050 SBTarget::GetInstructionsWithFlavor(lldb::addr_t base_addr, in GetInstructionsWithFlavor()
2059 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress()
2096 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
2130 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2143 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2176 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress()
2227 lldb::SBSymbolContextList SBTarget::FindSymbols(const char *name, in FindSymbols()
2241 lldb::SBValue SBTarget::EvaluateExpression(const char *expr) { in EvaluateExpression()
2256 lldb::SBValue SBTarget::EvaluateExpression(const char *expr, in EvaluateExpression()
2303 lldb::addr_t SBTarget::GetStackRedZoneSize() { in GetStackRedZoneSize()
2320 bool SBTarget::IsLoaded(const SBModule &module) const { in IsLoaded()
2334 lldb::SBLaunchInfo SBTarget::GetLaunchInfo() const { in GetLaunchInfo()
2344 void SBTarget::SetLaunchInfo(const lldb::SBLaunchInfo &launch_info) { in SetLaunchInfo()
2352 SBEnvironment SBTarget::GetEnvironment() { in GetEnvironment()
2363 lldb::SBTrace SBTarget::GetTrace() { in GetTrace()
2373 lldb::SBTrace SBTarget::CreateTrace(lldb::SBError &error) { in CreateTrace()