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()
206 SBStructuredData SBTarget::GetStatistics(SBStatisticsOptions options) { in GetStatistics()
222 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats()
231 bool SBTarget::GetCollectingStats() { in GetCollectingStats()
240 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
247 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
270 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
294 SBError SBTarget::Install() { in Install()
306 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
391 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
437 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
471 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
500 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
527 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
559 SBFileSpec SBTarget::GetExecutable() { in GetExecutable()
573 bool SBTarget::operator==(const SBTarget &rhs) const { in operator ==()
579 bool SBTarget::operator!=(const SBTarget &rhs) const { in operator !=()
585 lldb::TargetSP SBTarget::GetSP() const { return m_opaque_sp; } in GetSP()
587 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP()
591 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress()
609 lldb::SBAddress SBTarget::ResolveFileAddress(lldb::addr_t file_addr) { in ResolveFileAddress()
625 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id, in ResolvePastLoadAddress()
645 SBTarget::ResolveSymbolContextForAddress(const SBAddress &addr, in ResolveSymbolContextForAddress()
660 size_t SBTarget::ReadMemory(const SBAddress addr, void *buf, size_t size, in ReadMemory()
678 SBBreakpoint SBTarget::BreakpointCreateByLocation(const char *file, in BreakpointCreateByLocation()
687 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
695 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
704 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
713 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
740 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
769 SBBreakpoint SBTarget::BreakpointCreateByName(const char *symbol_name, in BreakpointCreateByName()
799 SBTarget::BreakpointCreateByName(const char *symbol_name, in BreakpointCreateByName()
810 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
821 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
844 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
855 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
867 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
890 SBBreakpoint SBTarget::BreakpointCreateByRegex(const char *symbol_name_regex, in BreakpointCreateByRegex()
904 SBTarget::BreakpointCreateByRegex(const char *symbol_name_regex, in BreakpointCreateByRegex()
913 lldb::SBBreakpoint SBTarget::BreakpointCreateByRegex( in BreakpointCreateByRegex()
936 SBBreakpoint SBTarget::BreakpointCreateByAddress(addr_t address) { in BreakpointCreateByAddress()
950 SBBreakpoint SBTarget::BreakpointCreateBySBAddress(SBAddress &sb_address) { in BreakpointCreateBySBAddress()
969 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex()
989 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
998 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
1026 SBTarget::BreakpointCreateForException(lldb::LanguageType language, in BreakpointCreateForException()
1042 lldb::SBBreakpoint SBTarget::BreakpointCreateFromScript( in BreakpointCreateFromScript()
1069 uint32_t SBTarget::GetNumBreakpoints() const { in GetNumBreakpoints()
1080 SBBreakpoint SBTarget::GetBreakpointAtIndex(uint32_t idx) const { in GetBreakpointAtIndex()
1092 bool SBTarget::BreakpointDelete(break_id_t bp_id) { in BreakpointDelete()
1105 SBBreakpoint SBTarget::FindBreakpointByID(break_id_t bp_id) { in FindBreakpointByID()
1118 bool SBTarget::FindBreakpointsByName(const char *name, in FindBreakpointsByName()
1139 void SBTarget::GetBreakpointNames(SBStringList &names) { in GetBreakpointNames()
1155 void SBTarget::DeleteBreakpointName(const char *name) { in DeleteBreakpointName()
1165 bool SBTarget::EnableAllBreakpoints() { in EnableAllBreakpoints()
1177 bool SBTarget::DisableAllBreakpoints() { in DisableAllBreakpoints()
1189 bool SBTarget::DeleteAllBreakpoints() { in DeleteAllBreakpoints()
1201 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1209 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1243 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file) { in BreakpointsWriteToFile()
1256 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file, in BreakpointsWriteToFile()
1276 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints()
1287 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex()
1299 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint()
1314 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID()
1331 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress()
1343 SBTarget::WatchpointCreateByAddress(lldb::addr_t addr, size_t size, in WatchpointCreateByAddress()
1378 bool SBTarget::EnableAllWatchpoints() { in EnableAllWatchpoints()
1392 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints()
1406 SBValue SBTarget::CreateValueFromAddress(const char *name, SBAddress addr, in CreateValueFromAddress()
1424 lldb::SBValue SBTarget::CreateValueFromData(const char *name, lldb::SBData data, in CreateValueFromData()
1442 lldb::SBValue SBTarget::CreateValueFromExpression(const char *name, in CreateValueFromExpression()
1458 bool SBTarget::DeleteAllWatchpoints() { in DeleteAllWatchpoints()
1472 void SBTarget::AppendImageSearchPath(const char *from, const char *to, in AppendImageSearchPath()
1489 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1496 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1525 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
1554 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule()
1565 uint32_t SBTarget::GetNumModules() const { in GetNumModules()
1578 void SBTarget::Clear() { in Clear()
1584 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule()
1597 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
1607 lldb::ByteOrder SBTarget::GetByteOrder() { in GetByteOrder()
1616 const char *SBTarget::GetTriple() { in GetTriple()
1631 const char *SBTarget::GetABIName() { in GetABIName()
1643 const char *SBTarget::GetLabel() const { in GetLabel()
1653 SBError SBTarget::SetLabel(const char *label) { in SetLabel()
1663 uint32_t SBTarget::GetDataByteSize() { in GetDataByteSize()
1673 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize()
1683 uint32_t SBTarget::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
1693 uint32_t SBTarget::GetAddressByteSize() { in GetAddressByteSize()
1702 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex()
1717 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule()
1726 SBBroadcaster SBTarget::GetBroadcaster() const { in GetBroadcaster()
1735 bool SBTarget::GetDescription(SBStream &description, in GetDescription()
1750 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions()
1772 lldb::SBSymbolContextList SBTarget::FindGlobalFunctions(const char *name, in FindGlobalFunctions()
1813 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType()
1846 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
1858 lldb::SBTypeList SBTarget::FindTypes(const char *typename_cstr) { in FindTypes()
1895 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1922 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1971 lldb::SBValue SBTarget::FindFirstGlobalVariable(const char *name) { in FindFirstGlobalVariable()
1980 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()
1987 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
1994 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
2024 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress start_addr, in ReadInstructions()
2048 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions()
2057 SBTarget::GetInstructionsWithFlavor(lldb::SBAddress base_addr, in GetInstructionsWithFlavor()
2081 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions()
2091 SBTarget::GetInstructionsWithFlavor(lldb::addr_t base_addr, in GetInstructionsWithFlavor()
2100 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress()
2137 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
2171 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2184 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2217 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress()
2268 lldb::SBSymbolContextList SBTarget::FindSymbols(const char *name, in FindSymbols()
2282 lldb::SBValue SBTarget::EvaluateExpression(const char *expr) { in EvaluateExpression()
2297 lldb::SBValue SBTarget::EvaluateExpression(const char *expr, in EvaluateExpression()
2344 lldb::addr_t SBTarget::GetStackRedZoneSize() { in GetStackRedZoneSize()
2361 bool SBTarget::IsLoaded(const SBModule &module) const { in IsLoaded()
2375 lldb::SBLaunchInfo SBTarget::GetLaunchInfo() const { in GetLaunchInfo()
2385 void SBTarget::SetLaunchInfo(const lldb::SBLaunchInfo &launch_info) { in SetLaunchInfo()
2393 SBEnvironment SBTarget::GetEnvironment() { in GetEnvironment()
2404 lldb::SBTrace SBTarget::GetTrace() { in GetTrace()
2414 lldb::SBTrace SBTarget::CreateTrace(lldb::SBError &error) { in CreateTrace()