Lines Matching refs:SBTarget

103 SBTarget::SBTarget() : m_opaque_sp() {}  in SBTarget()  function in SBTarget
105 SBTarget::SBTarget(const SBTarget &rhs) : m_opaque_sp(rhs.m_opaque_sp) {} in SBTarget() function in SBTarget
107 SBTarget::SBTarget(const TargetSP &target_sp) : m_opaque_sp(target_sp) {} in SBTarget() function in SBTarget
109 const SBTarget &SBTarget::operator=(const SBTarget &rhs) { in operator =()
118 SBTarget::~SBTarget() {} in ~SBTarget()
120 bool SBTarget::EventIsTargetEvent(const SBEvent &event) { in EventIsTargetEvent()
124 SBTarget SBTarget::GetTargetFromEvent(const SBEvent &event) { in GetTargetFromEvent()
128 uint32_t SBTarget::GetNumModulesFromEvent(const SBEvent &event) { in GetNumModulesFromEvent()
134 SBModule SBTarget::GetModuleAtIndexFromEvent(const uint32_t idx, in GetModuleAtIndexFromEvent()
141 const char *SBTarget::GetBroadcasterClassName() { in GetBroadcasterClassName()
145 bool SBTarget::IsValid() const { in IsValid()
149 SBProcess SBTarget::GetProcess() { in GetProcess()
167 SBPlatform SBTarget::GetPlatform() { in GetPlatform()
178 SBDebugger SBTarget::GetDebugger() const { in GetDebugger()
186 SBStructuredData SBTarget::GetStatistics() { in GetStatistics()
205 void SBTarget::SetCollectingStats(bool v) { in SetCollectingStats()
212 bool SBTarget::GetCollectingStats() { in GetCollectingStats()
220 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
225 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
246 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
259 SBError SBTarget::Install() { in Install()
269 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
361 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
417 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
464 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
501 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
537 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
577 SBFileSpec SBTarget::GetExecutable() { in GetExecutable()
597 bool SBTarget::operator==(const SBTarget &rhs) const { in operator ==()
601 bool SBTarget::operator!=(const SBTarget &rhs) const { in operator !=()
605 lldb::TargetSP SBTarget::GetSP() const { return m_opaque_sp; } in GetSP()
607 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP()
611 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress()
627 lldb::SBAddress SBTarget::ResolveFileAddress(lldb::addr_t file_addr) { in ResolveFileAddress()
641 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id, in ResolvePastLoadAddress()
659 SBTarget::ResolveSymbolContextForAddress(const SBAddress &addr, in ResolveSymbolContextForAddress()
672 size_t SBTarget::ReadMemory(const SBAddress addr, void *buf, size_t size, in ReadMemory()
688 SBBreakpoint SBTarget::BreakpointCreateByLocation(const char *file, in BreakpointCreateByLocation()
695 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
701 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
708 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation()
715 SBBreakpoint SBTarget::BreakpointCreateByLocation( in BreakpointCreateByLocation()
753 SBBreakpoint SBTarget::BreakpointCreateByName(const char *symbol_name, in BreakpointCreateByName()
789 SBTarget::BreakpointCreateByName(const char *symbol_name, in BreakpointCreateByName()
798 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
806 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
834 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
842 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
851 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
891 SBBreakpoint SBTarget::BreakpointCreateByRegex(const char *symbol_name_regex, in BreakpointCreateByRegex()
903 SBTarget::BreakpointCreateByRegex(const char *symbol_name_regex, in BreakpointCreateByRegex()
910 lldb::SBBreakpoint SBTarget::BreakpointCreateByRegex( in BreakpointCreateByRegex()
938 SBBreakpoint SBTarget::BreakpointCreateByAddress(addr_t address) { in BreakpointCreateByAddress()
959 SBBreakpoint SBTarget::BreakpointCreateBySBAddress(SBAddress &sb_address) { in BreakpointCreateBySBAddress()
991 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex()
1009 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
1016 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
1049 SBTarget::BreakpointCreateForException(lldb::LanguageType language, in BreakpointCreateForException()
1074 SBTarget::BreakpointCreateFromScript(const char *class_name, in BreakpointCreateFromScript()
1109 uint32_t SBTarget::GetNumBreakpoints() const { in GetNumBreakpoints()
1118 SBBreakpoint SBTarget::GetBreakpointAtIndex(uint32_t idx) const { in GetBreakpointAtIndex()
1128 bool SBTarget::BreakpointDelete(break_id_t bp_id) { in BreakpointDelete()
1146 SBBreakpoint SBTarget::FindBreakpointByID(break_id_t bp_id) { in FindBreakpointByID()
1165 bool SBTarget::FindBreakpointsByName(const char *name, in FindBreakpointsByName()
1182 void SBTarget::GetBreakpointNames(SBStringList &names) in GetBreakpointNames()
1197 void SBTarget::DeleteBreakpointName(const char *name) in DeleteBreakpointName()
1206 bool SBTarget::EnableAllBreakpoints() { in EnableAllBreakpoints()
1216 bool SBTarget::DisableAllBreakpoints() { in DisableAllBreakpoints()
1226 bool SBTarget::DeleteAllBreakpoints() { in DeleteAllBreakpoints()
1236 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1242 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1274 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file) { in BreakpointsWriteToFile()
1285 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file, in BreakpointsWriteToFile()
1303 uint32_t SBTarget::GetNumWatchpoints() const { in GetNumWatchpoints()
1312 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex()
1322 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint()
1342 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID()
1365 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress()
1407 bool SBTarget::EnableAllWatchpoints() { in EnableAllWatchpoints()
1419 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints()
1431 SBValue SBTarget::CreateValueFromAddress(const char *name, SBAddress addr, in CreateValueFromAddress()
1457 lldb::SBValue SBTarget::CreateValueFromData(const char *name, lldb::SBData data, in CreateValueFromData()
1483 lldb::SBValue SBTarget::CreateValueFromExpression(const char *name, in CreateValueFromExpression()
1507 bool SBTarget::DeleteAllWatchpoints() { in DeleteAllWatchpoints()
1519 void SBTarget::AppendImageSearchPath(const char *from, const char *to, in AppendImageSearchPath()
1539 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1544 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1570 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
1578 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule()
1587 uint32_t SBTarget::GetNumModules() const { in GetNumModules()
1604 void SBTarget::Clear() { in Clear()
1614 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule()
1626 SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
1637 lldb::ByteOrder SBTarget::GetByteOrder() { in GetByteOrder()
1644 const char *SBTarget::GetTriple() { in GetTriple()
1657 uint32_t SBTarget::GetDataByteSize() { in GetDataByteSize()
1665 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize()
1673 uint32_t SBTarget::GetAddressByteSize() { in GetAddressByteSize()
1680 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex()
1700 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule()
1707 SBBroadcaster SBTarget::GetBroadcaster() const { in GetBroadcaster()
1721 bool SBTarget::GetDescription(SBStream &description, in GetDescription()
1734 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions()
1753 lldb::SBSymbolContextList SBTarget::FindGlobalFunctions(const char *name, in FindGlobalFunctions()
1783 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType()
1835 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
1846 lldb::SBTypeList SBTarget::FindTypes(const char *typename_cstr) { in FindTypes()
1903 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1929 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables()
1973 lldb::SBValue SBTarget::FindFirstGlobalVariable(const char *name) { in FindFirstGlobalVariable()
1980 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()
1985 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
1990 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
2018 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions()
2025 SBTarget::GetInstructionsWithFlavor(lldb::SBAddress base_addr, in GetInstructionsWithFlavor()
2047 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions()
2055 SBTarget::GetInstructionsWithFlavor(lldb::addr_t base_addr, in GetInstructionsWithFlavor()
2062 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress()
2097 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
2129 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2161 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress()
2210 lldb::SBSymbolContextList SBTarget::FindSymbols(const char *name, in FindSymbols()
2224 lldb::SBValue SBTarget::EvaluateExpression(const char *expr) { in EvaluateExpression()
2237 lldb::SBValue SBTarget::EvaluateExpression(const char *expr, in EvaluateExpression()
2302 lldb::addr_t SBTarget::GetStackRedZoneSize() { in GetStackRedZoneSize()
2317 lldb::SBLaunchInfo SBTarget::GetLaunchInfo() const { in GetLaunchInfo()
2325 void SBTarget::SetLaunchInfo(const lldb::SBLaunchInfo &launch_info) { in SetLaunchInfo()