Lines Matching refs:SBTarget
96 SBTarget::SBTarget() { LLDB_INSTRUMENT_VA(this); } in SBTarget() function in SBTarget
98 SBTarget::SBTarget(const SBTarget &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBTarget() function in SBTarget
102 SBTarget::SBTarget(const TargetSP &target_sp) : m_opaque_sp(target_sp) { in SBTarget() function in SBTarget
106 const SBTarget &SBTarget::operator=(const SBTarget &rhs) { in operator =()
115 SBTarget::~SBTarget() = default;
117 bool SBTarget::EventIsTargetEvent(const SBEvent &event) { in EventIsTargetEvent()
123 SBTarget SBTarget::GetTargetFromEvent(const SBEvent &event) { in GetTargetFromEvent()
129 uint32_t SBTarget::GetNumModulesFromEvent(const SBEvent &event) { in GetNumModulesFromEvent()
137 SBModule SBTarget::GetModuleAtIndexFromEvent(const uint32_t idx, in GetModuleAtIndexFromEvent()
146 const char *SBTarget::GetBroadcasterClassName() { in GetBroadcasterClassName()
152 bool SBTarget::IsValid() const { in IsValid()
156 SBTarget::operator bool() const { in operator bool()
162 SBProcess SBTarget::GetProcess() { in GetProcess()
176 SBPlatform SBTarget::GetPlatform() { in GetPlatform()
189 SBDebugger SBTarget::GetDebugger() const { in GetDebugger()
199 SBStructuredData SBTarget::GetStatistics() { in GetStatistics()
214 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats()
223 bool SBTarget::GetCollectingStats() { in GetCollectingStats()
232 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
239 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
262 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
286 SBError SBTarget::Install() { in Install()
298 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
383 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
429 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
462 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
491 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
518 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
550 SBFileSpec SBTarget::GetExecutable() { in GetExecutable()
564 bool SBTarget::operator==(const SBTarget &rhs) const { in operator ==()
570 bool SBTarget::operator!=(const SBTarget &rhs) const { in operator !=()
576 lldb::TargetSP SBTarget::GetSP() const { return m_opaque_sp; } in GetSP()
578 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP()
582 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress()
600 lldb::SBAddress SBTarget::ResolveFileAddress(lldb::addr_t file_addr) { in ResolveFileAddress()
616 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id, in ResolvePastLoadAddress()
636 SBTarget::ResolveSymbolContextForAddress(const SBAddress &addr, in ResolveSymbolContextForAddress()
651 size_t SBTarget::ReadMemory(const SBAddress addr, void *buf, size_t size, in ReadMemory()
669 SBBreakpoint SBTarget::BreakpointCreateByLocation(const char *file, in BreakpointCreateByLocation()
678 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
686 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
695 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
704 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
731 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
760 SBBreakpoint SBTarget::BreakpointCreateByName(const char *symbol_name, in BreakpointCreateByName()
790 SBTarget::BreakpointCreateByName(const char *symbol_name, in BreakpointCreateByName()
801 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
812 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
835 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
846 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
858 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
881 SBBreakpoint SBTarget::BreakpointCreateByRegex(const char *symbol_name_regex, in BreakpointCreateByRegex()
895 SBTarget::BreakpointCreateByRegex(const char *symbol_name_regex, in BreakpointCreateByRegex()
904 lldb::SBBreakpoint SBTarget::BreakpointCreateByRegex( in BreakpointCreateByRegex()
927 SBBreakpoint SBTarget::BreakpointCreateByAddress(addr_t address) { in BreakpointCreateByAddress()
941 SBBreakpoint SBTarget::BreakpointCreateBySBAddress(SBAddress &sb_address) { in BreakpointCreateBySBAddress()
960 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex()
980 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
989 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
1017 SBTarget::BreakpointCreateForException(lldb::LanguageType language, in BreakpointCreateForException()
1033 lldb::SBBreakpoint SBTarget::BreakpointCreateFromScript( in BreakpointCreateFromScript()
1060 uint32_t SBTarget::GetNumBreakpoints() const { in GetNumBreakpoints()
1071 SBBreakpoint SBTarget::GetBreakpointAtIndex(uint32_t idx) const { in GetBreakpointAtIndex()
1083 bool SBTarget::BreakpointDelete(break_id_t bp_id) { in BreakpointDelete()
1096 SBBreakpoint SBTarget::FindBreakpointByID(break_id_t bp_id) { in FindBreakpointByID()
1109 bool SBTarget::FindBreakpointsByName(const char *name, in FindBreakpointsByName()
1130 void SBTarget::GetBreakpointNames(SBStringList &names) { in GetBreakpointNames()
1146 void SBTarget::DeleteBreakpointName(const char *name) { in DeleteBreakpointName()
1156 bool SBTarget::EnableAllBreakpoints() { in EnableAllBreakpoints()
1168 bool SBTarget::DisableAllBreakpoints() { in DisableAllBreakpoints()
1180 bool SBTarget::DeleteAllBreakpoints() { in DeleteAllBreakpoints()
1192 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1200 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1234 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file) { in BreakpointsWriteToFile()
1247 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file, in BreakpointsWriteToFile()
1267 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints()
1278 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex()
1290 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint()
1305 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID()
1322 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress()
1357 bool SBTarget::EnableAllWatchpoints() { in EnableAllWatchpoints()
1371 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints()
1385 SBValue SBTarget::CreateValueFromAddress(const char *name, SBAddress addr, in CreateValueFromAddress()
1403 lldb::SBValue SBTarget::CreateValueFromData(const char *name, lldb::SBData data, in CreateValueFromData()
1421 lldb::SBValue SBTarget::CreateValueFromExpression(const char *name, in CreateValueFromExpression()
1437 bool SBTarget::DeleteAllWatchpoints() { in DeleteAllWatchpoints()
1451 void SBTarget::AppendImageSearchPath(const char *from, const char *to, in AppendImageSearchPath()
1468 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1475 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1503 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
1514 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule()
1525 uint32_t SBTarget::GetNumModules() const { in GetNumModules()
1538 void SBTarget::Clear() { in Clear()
1544 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule()
1557 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
1567 lldb::ByteOrder SBTarget::GetByteOrder() { in GetByteOrder()
1576 const char *SBTarget::GetTriple() { in GetTriple()
1591 const char *SBTarget::GetABIName() { in GetABIName()
1603 uint32_t SBTarget::GetDataByteSize() { in GetDataByteSize()
1613 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize()
1623 uint32_t SBTarget::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
1633 uint32_t SBTarget::GetAddressByteSize() { in GetAddressByteSize()
1642 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex()
1657 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule()
1666 SBBroadcaster SBTarget::GetBroadcaster() const { in GetBroadcaster()
1675 bool SBTarget::GetDescription(SBStream &description, in GetDescription()
1690 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions()
1712 lldb::SBSymbolContextList SBTarget::FindGlobalFunctions(const char *name, in FindGlobalFunctions()
1748 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType()
1789 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
1801 lldb::SBTypeList SBTarget::FindTypes(const char *typename_cstr) { in FindTypes()
1844 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1871 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1915 lldb::SBValue SBTarget::FindFirstGlobalVariable(const char *name) { in FindFirstGlobalVariable()
1924 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()
1931 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
1938 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
1968 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions()
1977 SBTarget::GetInstructionsWithFlavor(lldb::SBAddress base_addr, in GetInstructionsWithFlavor()
2001 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions()
2011 SBTarget::GetInstructionsWithFlavor(lldb::addr_t base_addr, in GetInstructionsWithFlavor()
2020 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress()
2057 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
2091 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2125 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress()
2176 lldb::SBSymbolContextList SBTarget::FindSymbols(const char *name, in FindSymbols()
2190 lldb::SBValue SBTarget::EvaluateExpression(const char *expr) { in EvaluateExpression()
2205 lldb::SBValue SBTarget::EvaluateExpression(const char *expr, in EvaluateExpression()
2239 lldb::addr_t SBTarget::GetStackRedZoneSize() { in GetStackRedZoneSize()
2256 bool SBTarget::IsLoaded(const SBModule &module) const { in IsLoaded()
2270 lldb::SBLaunchInfo SBTarget::GetLaunchInfo() const { in GetLaunchInfo()
2280 void SBTarget::SetLaunchInfo(const lldb::SBLaunchInfo &launch_info) { in SetLaunchInfo()
2288 SBEnvironment SBTarget::GetEnvironment() { in GetEnvironment()
2299 lldb::SBTrace SBTarget::GetTrace() { in GetTrace()
2309 lldb::SBTrace SBTarget::CreateTrace(lldb::SBError &error) { in CreateTrace()