Lines Matching refs:lldb
71 using namespace lldb;
105 LLDB_RECORD_CONSTRUCTOR(SBTarget, (const lldb::SBTarget &), rhs); in SBTarget()
109 LLDB_RECORD_CONSTRUCTOR(SBTarget, (const lldb::TargetSP &), target_sp); in SBTarget()
113 LLDB_RECORD_METHOD(const lldb::SBTarget &, in operator =()
114 SBTarget, operator=,(const lldb::SBTarget &), rhs); in operator =()
126 (const lldb::SBEvent &), event); in EventIsTargetEvent()
132 LLDB_RECORD_STATIC_METHOD(lldb::SBTarget, SBTarget, GetTargetFromEvent, in GetTargetFromEvent()
133 (const lldb::SBEvent &), event); in GetTargetFromEvent()
141 (const lldb::SBEvent &), event); in GetNumModulesFromEvent()
150 LLDB_RECORD_STATIC_METHOD(lldb::SBModule, SBTarget, GetModuleAtIndexFromEvent, in GetModuleAtIndexFromEvent()
151 (const uint32_t, const lldb::SBEvent &), idx, in GetModuleAtIndexFromEvent()
177 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBProcess, SBTarget, GetProcess); in GetProcess()
191 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBPlatform, SBTarget, GetPlatform); in GetPlatform()
204 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBDebugger, SBTarget, GetDebugger); in GetDebugger()
214 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBStructuredData, SBTarget, GetStatistics); in GetStatistics()
253 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore, (const char *), in LoadCore()
256 lldb::SBError error; // Ignored in LoadCore()
260 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
261 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore, in LoadCore()
262 (const char *, lldb::SBError &), core_file, error); in LoadCore()
286 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LaunchSimple, in LaunchSimple()
311 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBTarget, Install); in Install()
327 bool stop_at_entry, lldb::SBError &error) { in Launch()
328 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Launch, in Launch()
329 (lldb::SBListener &, const char **, const char **, in Launch()
331 uint32_t, bool, lldb::SBError &), in Launch()
411 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Launch, in Launch()
412 (lldb::SBLaunchInfo &, lldb::SBError &), sb_launch_info, in Launch()
459 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
460 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Attach, in Attach()
461 (lldb::SBAttachInfo &, lldb::SBError &), sb_attach_info, in Attach()
473 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach()
494 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
496 lldb::pid_t pid, // The process ID to attach to in AttachToProcessWithID()
499 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithID, in AttachToProcessWithID()
500 (lldb::SBListener &, lldb::pid_t, lldb::SBError &), in AttachToProcessWithID()
525 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
531 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithName, in AttachToProcessWithName()
532 (lldb::SBListener &, const char *, bool, lldb::SBError &), in AttachToProcessWithName()
554 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
558 lldb::SBProcess, SBTarget, ConnectRemote, in ConnectRemote()
559 (lldb::SBListener &, const char *, const char *, lldb::SBError &), in ConnectRemote()
590 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBTarget, GetExecutable); in GetExecutable()
604 LLDB_RECORD_METHOD_CONST(bool, SBTarget, operator==,(const lldb::SBTarget &), in operator ==()
611 LLDB_RECORD_METHOD_CONST(bool, SBTarget, operator!=,(const lldb::SBTarget &), in operator !=()
617 lldb::TargetSP SBTarget::GetSP() const { return m_opaque_sp; } in GetSP()
619 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP()
623 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) { in ResolveLoadAddress()
624 LLDB_RECORD_METHOD(lldb::SBAddress, SBTarget, ResolveLoadAddress, in ResolveLoadAddress()
625 (lldb::addr_t), vm_addr); in ResolveLoadAddress()
627 lldb::SBAddress sb_addr; in ResolveLoadAddress()
642 lldb::SBAddress SBTarget::ResolveFileAddress(lldb::addr_t file_addr) { in ResolveFileAddress()
643 LLDB_RECORD_METHOD(lldb::SBAddress, SBTarget, ResolveFileAddress, in ResolveFileAddress()
644 (lldb::addr_t), file_addr); in ResolveFileAddress()
646 lldb::SBAddress sb_addr; in ResolveFileAddress()
659 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id, in ResolvePastLoadAddress()
660 lldb::addr_t vm_addr) { in ResolvePastLoadAddress()
661 LLDB_RECORD_METHOD(lldb::SBAddress, SBTarget, ResolvePastLoadAddress, in ResolvePastLoadAddress()
662 (uint32_t, lldb::addr_t), stop_id, vm_addr); in ResolvePastLoadAddress()
664 lldb::SBAddress sb_addr; in ResolvePastLoadAddress()
682 LLDB_RECORD_METHOD(lldb::SBSymbolContext, SBTarget, in ResolveSymbolContextForAddress()
684 (const lldb::SBAddress &, uint32_t), addr, resolve_scope); in ResolveSymbolContextForAddress()
698 lldb::SBError &error) { in ReadMemory()
700 (const lldb::SBAddress, void *, size_t, lldb::SBError &), in ReadMemory()
719 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByLocation, in BreakpointCreateByLocation()
729 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByLocation, in BreakpointCreateByLocation()
730 (const lldb::SBFileSpec &, uint32_t), sb_file_spec, line); in BreakpointCreateByLocation()
737 uint32_t line, lldb::addr_t offset) { in BreakpointCreateByLocation()
738 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByLocation, in BreakpointCreateByLocation()
739 (const lldb::SBFileSpec &, uint32_t, lldb::addr_t), in BreakpointCreateByLocation()
749 uint32_t line, lldb::addr_t offset, in BreakpointCreateByLocation()
751 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByLocation, in BreakpointCreateByLocation()
752 (const lldb::SBFileSpec &, uint32_t, lldb::addr_t, in BreakpointCreateByLocation()
753 lldb::SBFileSpecList &), in BreakpointCreateByLocation()
762 lldb::addr_t offset, SBFileSpecList &sb_module_list) { in BreakpointCreateByLocation()
763 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByLocation, in BreakpointCreateByLocation()
764 (const lldb::SBFileSpec &, uint32_t, uint32_t, in BreakpointCreateByLocation()
765 lldb::addr_t, lldb::SBFileSpecList &), in BreakpointCreateByLocation()
792 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByName, in BreakpointCreateByName()
803 const lldb::addr_t offset = 0; in BreakpointCreateByName()
820 lldb::SBBreakpoint
824 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByName, in BreakpointCreateByName()
825 (const char *, const lldb::SBFileSpecList &, in BreakpointCreateByName()
826 const lldb::SBFileSpecList &), in BreakpointCreateByName()
829 lldb::FunctionNameType name_type_mask = eFunctionNameTypeAuto; in BreakpointCreateByName()
835 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
838 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByName, in BreakpointCreateByName()
839 (const char *, uint32_t, const lldb::SBFileSpecList &, in BreakpointCreateByName()
840 const lldb::SBFileSpecList &), in BreakpointCreateByName()
848 lldb::SBBreakpoint SBTarget::BreakpointCreateByName( in BreakpointCreateByName()
852 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByName, in BreakpointCreateByName()
853 (const char *, uint32_t, lldb::LanguageType, in BreakpointCreateByName()
854 const lldb::SBFileSpecList &, in BreakpointCreateByName()
855 const lldb::SBFileSpecList &), in BreakpointCreateByName()
875 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
879 lldb::SBBreakpoint, SBTarget, BreakpointCreateByNames, in BreakpointCreateByNames()
880 (const char **, uint32_t, uint32_t, const lldb::SBFileSpecList &, in BreakpointCreateByNames()
881 const lldb::SBFileSpecList &), in BreakpointCreateByNames()
889 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
893 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByNames, in BreakpointCreateByNames()
894 (const char **, uint32_t, uint32_t, lldb::LanguageType, in BreakpointCreateByNames()
895 const lldb::SBFileSpecList &, in BreakpointCreateByNames()
896 const lldb::SBFileSpecList &), in BreakpointCreateByNames()
905 lldb::SBBreakpoint SBTarget::BreakpointCreateByNames( in BreakpointCreateByNames()
907 LanguageType symbol_language, lldb::addr_t offset, in BreakpointCreateByNames()
909 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByNames, in BreakpointCreateByNames()
910 (const char **, uint32_t, uint32_t, lldb::LanguageType, in BreakpointCreateByNames()
911 lldb::addr_t, const lldb::SBFileSpecList &, in BreakpointCreateByNames()
912 const lldb::SBFileSpecList &), in BreakpointCreateByNames()
934 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByRegex, in BreakpointCreateByRegex()
948 lldb::SBBreakpoint
952 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByRegex, in BreakpointCreateByRegex()
953 (const char *, const lldb::SBFileSpecList &, in BreakpointCreateByRegex()
954 const lldb::SBFileSpecList &), in BreakpointCreateByRegex()
961 lldb::SBBreakpoint SBTarget::BreakpointCreateByRegex( in BreakpointCreateByRegex()
965 lldb::SBBreakpoint, SBTarget, BreakpointCreateByRegex, in BreakpointCreateByRegex()
966 (const char *, lldb::LanguageType, const lldb::SBFileSpecList &, in BreakpointCreateByRegex()
967 const lldb::SBFileSpecList &), in BreakpointCreateByRegex()
989 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByAddress, in BreakpointCreateByAddress()
990 (lldb::addr_t), address); in BreakpointCreateByAddress()
1004 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateBySBAddress, in BreakpointCreateBySBAddress()
1005 (lldb::SBAddress &), sb_address); in BreakpointCreateBySBAddress()
1022 lldb::SBBreakpoint
1024 const lldb::SBFileSpec &source_file, in BreakpointCreateBySourceRegex()
1026 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, in BreakpointCreateBySourceRegex()
1028 (const char *, const lldb::SBFileSpec &, const char *), in BreakpointCreateBySourceRegex()
1046 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
1048 const lldb::SBFileSpecList &source_file_list) { in BreakpointCreateBySourceRegex()
1049 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, in BreakpointCreateBySourceRegex()
1051 (const char *, const lldb::SBFileSpecList &, in BreakpointCreateBySourceRegex()
1052 const lldb::SBFileSpecList &), in BreakpointCreateBySourceRegex()
1059 lldb::SBBreakpoint SBTarget::BreakpointCreateBySourceRegex( in BreakpointCreateBySourceRegex()
1061 const lldb::SBFileSpecList &source_file_list, in BreakpointCreateBySourceRegex()
1063 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, in BreakpointCreateBySourceRegex()
1065 (const char *, const lldb::SBFileSpecList &, in BreakpointCreateBySourceRegex()
1066 const lldb::SBFileSpecList &, const lldb::SBStringList &), in BreakpointCreateBySourceRegex()
1089 lldb::SBBreakpoint
1090 SBTarget::BreakpointCreateForException(lldb::LanguageType language, in BreakpointCreateForException()
1092 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateForException, in BreakpointCreateForException()
1093 (lldb::LanguageType, bool, bool), language, catch_bp, in BreakpointCreateForException()
1108 lldb::SBBreakpoint SBTarget::BreakpointCreateFromScript( in BreakpointCreateFromScript()
1113 lldb::SBBreakpoint, SBTarget, BreakpointCreateFromScript, in BreakpointCreateFromScript()
1114 (const char *, lldb::SBStructuredData &, const lldb::SBFileSpecList &, in BreakpointCreateFromScript()
1115 const lldb::SBFileSpecList &, bool), in BreakpointCreateFromScript()
1150 LLDB_RECORD_METHOD_CONST(lldb::SBBreakpoint, SBTarget, GetBreakpointAtIndex, in GetBreakpointAtIndex()
1163 LLDB_RECORD_METHOD(bool, SBTarget, BreakpointDelete, (lldb::break_id_t), in BreakpointDelete()
1177 LLDB_RECORD_METHOD(lldb::SBBreakpoint, SBTarget, FindBreakpointByID, in FindBreakpointByID()
1178 (lldb::break_id_t), bp_id); in FindBreakpointByID()
1193 (const char *, lldb::SBBreakpointList &), name, bkpts); in FindBreakpointsByName()
1214 LLDB_RECORD_METHOD(void, SBTarget, GetBreakpointNames, (lldb::SBStringList &), in GetBreakpointNames()
1277 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1279 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, BreakpointsCreateFromFile, in BreakpointsCreateFromFile()
1280 (lldb::SBFileSpec &, lldb::SBBreakpointList &), in BreakpointsCreateFromFile()
1288 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, in BreakpointsCreateFromFile()
1292 lldb::SBError, SBTarget, BreakpointsCreateFromFile, in BreakpointsCreateFromFile()
1293 (lldb::SBFileSpec &, lldb::SBStringList &, lldb::SBBreakpointList &), in BreakpointsCreateFromFile()
1325 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file) { in BreakpointsWriteToFile()
1326 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, BreakpointsWriteToFile, in BreakpointsWriteToFile()
1327 (lldb::SBFileSpec &), dest_file); in BreakpointsWriteToFile()
1339 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file, in BreakpointsWriteToFile()
1342 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, BreakpointsWriteToFile, in BreakpointsWriteToFile()
1343 (lldb::SBFileSpec &, lldb::SBBreakpointList &, bool), in BreakpointsWriteToFile()
1373 LLDB_RECORD_METHOD_CONST(lldb::SBWatchpoint, SBTarget, GetWatchpointAtIndex, in GetWatchpointAtIndex()
1386 LLDB_RECORD_METHOD(bool, SBTarget, DeleteWatchpoint, (lldb::watch_id_t), in DeleteWatchpoint()
1402 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID()
1403 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBTarget, FindWatchpointByID, in FindWatchpointByID()
1404 (lldb::watch_id_t), wp_id); in FindWatchpointByID()
1408 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID()
1421 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress()
1424 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBTarget, WatchAddress, in WatchAddress()
1425 (lldb::addr_t, size_t, bool, bool, lldb::SBError &), addr, in WatchAddress()
1429 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
1488 LLDB_RECORD_METHOD(lldb::SBValue, SBTarget, CreateValueFromAddress, in CreateValueFromAddress()
1489 (const char *, lldb::SBAddress, lldb::SBType), name, addr, in CreateValueFromAddress()
1493 lldb::ValueObjectSP new_value_sp; in CreateValueFromAddress()
1495 lldb::addr_t load_addr(addr.GetLoadAddress(*this)); in CreateValueFromAddress()
1506 lldb::SBValue SBTarget::CreateValueFromData(const char *name, lldb::SBData data, in CreateValueFromData()
1507 lldb::SBType type) { in CreateValueFromData()
1508 LLDB_RECORD_METHOD(lldb::SBValue, SBTarget, CreateValueFromData, in CreateValueFromData()
1509 (const char *, lldb::SBData, lldb::SBType), name, data, in CreateValueFromData()
1513 lldb::ValueObjectSP new_value_sp; in CreateValueFromData()
1526 lldb::SBValue SBTarget::CreateValueFromExpression(const char *name, in CreateValueFromExpression()
1528 LLDB_RECORD_METHOD(lldb::SBValue, SBTarget, CreateValueFromExpression, in CreateValueFromExpression()
1532 lldb::ValueObjectSP new_value_sp; in CreateValueFromExpression()
1558 lldb::SBError &error) { in AppendImageSearchPath()
1560 (const char *, const char *, lldb::SBError &), from, to, in AppendImageSearchPath()
1576 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1578 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, AddModule, in AddModule()
1585 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule()
1587 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, AddModule, in AddModule()
1591 lldb::SBModule sb_module; in AddModule()
1615 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
1616 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, AddModule, in AddModule()
1617 (const lldb::SBModuleSpec &), module_spec); in AddModule()
1619 lldb::SBModule sb_module; in AddModule()
1627 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule()
1628 LLDB_RECORD_METHOD(bool, SBTarget, AddModule, (lldb::SBModule &), module); in AddModule()
1658 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, FindModule, in FindModule()
1659 (const lldb::SBFileSpec &), sb_file_spec); in FindModule()
1672 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindCompileUnits, in FindCompileUnits()
1673 (const lldb::SBFileSpec &), sb_file_spec); in FindCompileUnits()
1682 lldb::ByteOrder SBTarget::GetByteOrder() { in GetByteOrder()
1683 LLDB_RECORD_METHOD_NO_ARGS(lldb::ByteOrder, SBTarget, GetByteOrder); in GetByteOrder()
1736 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, GetModuleAtIndex, (uint32_t), in GetModuleAtIndex()
1751 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule()
1752 LLDB_RECORD_METHOD(bool, SBTarget, RemoveModule, (lldb::SBModule), module); in RemoveModule()
1761 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBBroadcaster, SBTarget, in GetBroadcaster()
1773 lldb::DescriptionLevel description_level) { in GetDescription()
1775 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
1789 lldb::SBSymbolContextList SBTarget::FindFunctions(const char *name, in FindFunctions()
1791 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindFunctions, in FindFunctions()
1794 lldb::SBSymbolContextList sb_sc_list; in FindFunctions()
1810 lldb::SBSymbolContextList SBTarget::FindGlobalFunctions(const char *name, in FindGlobalFunctions()
1813 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindGlobalFunctions, in FindGlobalFunctions()
1814 (const char *, uint32_t, lldb::MatchType), name, in FindGlobalFunctions()
1817 lldb::SBSymbolContextList sb_sc_list; in FindGlobalFunctions()
1843 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType()
1844 LLDB_RECORD_METHOD(lldb::SBType, SBTarget, FindFirstType, (const char *), in FindFirstType()
1885 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
1886 LLDB_RECORD_METHOD(lldb::SBType, SBTarget, GetBasicType, (lldb::BasicType), in GetBasicType()
1898 lldb::SBTypeList SBTarget::FindTypes(const char *typename_cstr) { in FindTypes()
1899 LLDB_RECORD_METHOD(lldb::SBTypeList, SBTarget, FindTypes, (const char *), in FindTypes()
1944 LLDB_RECORD_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in FindGlobalVariables()
1959 lldb::ValueObjectSP valobj_sp( in FindGlobalVariables()
1973 LLDB_RECORD_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in FindGlobalVariables()
1974 (const char *, uint32_t, lldb::MatchType), name, in FindGlobalVariables()
2005 lldb::ValueObjectSP valobj_sp( in FindGlobalVariables()
2016 lldb::SBValue SBTarget::FindFirstGlobalVariable(const char *name) { in FindFirstGlobalVariable()
2017 LLDB_RECORD_METHOD(lldb::SBValue, SBTarget, FindFirstGlobalVariable, in FindFirstGlobalVariable()
2027 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSourceManager, SBTarget, GetSourceManager); in GetSourceManager()
2033 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
2035 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in ReadInstructions()
2036 (lldb::SBAddress, uint32_t), base_addr, count); in ReadInstructions()
2041 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
2044 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in ReadInstructions()
2045 (lldb::SBAddress, uint32_t, const char *), base_addr, in ReadInstructions()
2059 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in ReadInstructions()
2073 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions()
2076 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, GetInstructions, in GetInstructions()
2077 (lldb::SBAddress, const void *, size_t), base_addr, buf, in GetInstructions()
2084 lldb::SBInstructionList
2085 SBTarget::GetInstructionsWithFlavor(lldb::SBAddress base_addr, in GetInstructionsWithFlavor()
2088 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, in GetInstructionsWithFlavor()
2090 (lldb::SBAddress, const char *, const void *, size_t), in GetInstructionsWithFlavor()
2112 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions()
2115 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, GetInstructions, in GetInstructions()
2116 (lldb::addr_t, const void *, size_t), base_addr, buf, in GetInstructions()
2123 lldb::SBInstructionList
2124 SBTarget::GetInstructionsWithFlavor(lldb::addr_t base_addr, in GetInstructionsWithFlavor()
2127 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, in GetInstructionsWithFlavor()
2129 (lldb::addr_t, const char *, const void *, size_t), in GetInstructionsWithFlavor()
2136 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress()
2137 lldb::addr_t section_base_addr) { in SetSectionLoadAddress()
2138 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, SetSectionLoadAddress, in SetSectionLoadAddress()
2139 (lldb::SBSection, lldb::addr_t), section, in SetSectionLoadAddress()
2175 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
2176 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, ClearSectionLoadAddress, in ClearSectionLoadAddress()
2177 (lldb::SBSection), section); in ClearSectionLoadAddress()
2210 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress()
2212 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, SetModuleLoadAddress, in SetModuleLoadAddress()
2213 (lldb::SBModule, int64_t), module, slide_offset); in SetModuleLoadAddress()
2245 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress()
2246 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, ClearModuleLoadAddress, in ClearModuleLoadAddress()
2247 (lldb::SBModule), module); in ClearModuleLoadAddress()
2297 lldb::SBSymbolContextList SBTarget::FindSymbols(const char *name, in FindSymbols()
2298 lldb::SymbolType symbol_type) { in FindSymbols()
2299 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindSymbols, in FindSymbols()
2300 (const char *, lldb::SymbolType), name, symbol_type); in FindSymbols()
2312 lldb::SBValue SBTarget::EvaluateExpression(const char *expr) { in EvaluateExpression()
2313 LLDB_RECORD_METHOD(lldb::SBValue, SBTarget, EvaluateExpression, in EvaluateExpression()
2321 lldb::DynamicValueType fetch_dynamic_value = in EvaluateExpression()
2328 lldb::SBValue SBTarget::EvaluateExpression(const char *expr, in EvaluateExpression()
2330 LLDB_RECORD_METHOD(lldb::SBValue, SBTarget, EvaluateExpression, in EvaluateExpression()
2331 (const char *, const lldb::SBExpressionOptions &), expr, in EvaluateExpression()
2364 lldb::addr_t SBTarget::GetStackRedZoneSize() { in GetStackRedZoneSize()
2365 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBTarget, GetStackRedZoneSize); in GetStackRedZoneSize()
2381 lldb::SBLaunchInfo SBTarget::GetLaunchInfo() const { in GetLaunchInfo()
2382 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBLaunchInfo, SBTarget, GetLaunchInfo); in GetLaunchInfo()
2384 lldb::SBLaunchInfo launch_info(nullptr); in GetLaunchInfo()
2391 void SBTarget::SetLaunchInfo(const lldb::SBLaunchInfo &launch_info) { in SetLaunchInfo()
2393 (const lldb::SBLaunchInfo &), launch_info); in SetLaunchInfo()
2401 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBEnvironment, SBTarget, GetEnvironment); in GetEnvironment()
2417 LLDB_REGISTER_CONSTRUCTOR(SBTarget, (const lldb::SBTarget &)); in RegisterMethods()
2418 LLDB_REGISTER_CONSTRUCTOR(SBTarget, (const lldb::TargetSP &)); in RegisterMethods()
2419 LLDB_REGISTER_METHOD(const lldb::SBTarget &, in RegisterMethods()
2420 SBTarget, operator=,(const lldb::SBTarget &)); in RegisterMethods()
2422 (const lldb::SBEvent &)); in RegisterMethods()
2423 LLDB_REGISTER_STATIC_METHOD(lldb::SBTarget, SBTarget, GetTargetFromEvent, in RegisterMethods()
2424 (const lldb::SBEvent &)); in RegisterMethods()
2426 (const lldb::SBEvent &)); in RegisterMethods()
2427 LLDB_REGISTER_STATIC_METHOD(lldb::SBModule, SBTarget, in RegisterMethods()
2429 (const uint32_t, const lldb::SBEvent &)); in RegisterMethods()
2434 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, GetProcess, ()); in RegisterMethods()
2435 LLDB_REGISTER_METHOD(lldb::SBPlatform, SBTarget, GetPlatform, ()); in RegisterMethods()
2436 LLDB_REGISTER_METHOD_CONST(lldb::SBDebugger, SBTarget, GetDebugger, ()); in RegisterMethods()
2437 LLDB_REGISTER_METHOD(lldb::SBStructuredData, SBTarget, GetStatistics, ()); in RegisterMethods()
2440 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, LoadCore, (const char *)); in RegisterMethods()
2441 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, LoadCore, in RegisterMethods()
2442 (const char *, lldb::SBError &)); in RegisterMethods()
2443 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, LaunchSimple, in RegisterMethods()
2445 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, Install, ()); in RegisterMethods()
2446 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, Launch, in RegisterMethods()
2447 (lldb::SBListener &, const char **, const char **, in RegisterMethods()
2449 const char *, uint32_t, bool, lldb::SBError &)); in RegisterMethods()
2450 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, Launch, in RegisterMethods()
2451 (lldb::SBLaunchInfo &, lldb::SBError &)); in RegisterMethods()
2452 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, Attach, in RegisterMethods()
2453 (lldb::SBAttachInfo &, lldb::SBError &)); in RegisterMethods()
2454 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithID, in RegisterMethods()
2455 (lldb::SBListener &, lldb::pid_t, lldb::SBError &)); in RegisterMethods()
2457 lldb::SBProcess, SBTarget, AttachToProcessWithName, in RegisterMethods()
2458 (lldb::SBListener &, const char *, bool, lldb::SBError &)); in RegisterMethods()
2460 lldb::SBProcess, SBTarget, ConnectRemote, in RegisterMethods()
2461 (lldb::SBListener &, const char *, const char *, lldb::SBError &)); in RegisterMethods()
2462 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBTarget, GetExecutable, ()); in RegisterMethods()
2464 SBTarget, operator==,(const lldb::SBTarget &)); in RegisterMethods()
2466 SBTarget, operator!=,(const lldb::SBTarget &)); in RegisterMethods()
2467 LLDB_REGISTER_METHOD(lldb::SBAddress, SBTarget, ResolveLoadAddress, in RegisterMethods()
2468 (lldb::addr_t)); in RegisterMethods()
2469 LLDB_REGISTER_METHOD(lldb::SBAddress, SBTarget, ResolveFileAddress, in RegisterMethods()
2470 (lldb::addr_t)); in RegisterMethods()
2471 LLDB_REGISTER_METHOD(lldb::SBAddress, SBTarget, ResolvePastLoadAddress, in RegisterMethods()
2472 (uint32_t, lldb::addr_t)); in RegisterMethods()
2473 LLDB_REGISTER_METHOD(lldb::SBSymbolContext, SBTarget, in RegisterMethods()
2475 (const lldb::SBAddress &, uint32_t)); in RegisterMethods()
2476 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2478 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2480 (const lldb::SBFileSpec &, uint32_t)); in RegisterMethods()
2481 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2483 (const lldb::SBFileSpec &, uint32_t, lldb::addr_t)); in RegisterMethods()
2484 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2486 (const lldb::SBFileSpec &, uint32_t, lldb::addr_t, in RegisterMethods()
2487 lldb::SBFileSpecList &)); in RegisterMethods()
2488 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2490 (const lldb::SBFileSpec &, uint32_t, uint32_t, in RegisterMethods()
2491 lldb::addr_t, lldb::SBFileSpecList &)); in RegisterMethods()
2492 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByName, in RegisterMethods()
2494 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByName, in RegisterMethods()
2495 (const char *, const lldb::SBFileSpecList &, in RegisterMethods()
2496 const lldb::SBFileSpecList &)); in RegisterMethods()
2497 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByName, in RegisterMethods()
2498 (const char *, uint32_t, const lldb::SBFileSpecList &, in RegisterMethods()
2499 const lldb::SBFileSpecList &)); in RegisterMethods()
2500 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByName, in RegisterMethods()
2501 (const char *, uint32_t, lldb::LanguageType, in RegisterMethods()
2502 const lldb::SBFileSpecList &, in RegisterMethods()
2503 const lldb::SBFileSpecList &)); in RegisterMethods()
2504 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByNames, in RegisterMethods()
2506 const lldb::SBFileSpecList &, in RegisterMethods()
2507 const lldb::SBFileSpecList &)); in RegisterMethods()
2508 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByNames, in RegisterMethods()
2509 (const char **, uint32_t, uint32_t, lldb::LanguageType, in RegisterMethods()
2510 const lldb::SBFileSpecList &, in RegisterMethods()
2511 const lldb::SBFileSpecList &)); in RegisterMethods()
2512 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByNames, in RegisterMethods()
2513 (const char **, uint32_t, uint32_t, lldb::LanguageType, in RegisterMethods()
2514 lldb::addr_t, const lldb::SBFileSpecList &, in RegisterMethods()
2515 const lldb::SBFileSpecList &)); in RegisterMethods()
2516 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByRegex, in RegisterMethods()
2518 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByRegex, in RegisterMethods()
2519 (const char *, const lldb::SBFileSpecList &, in RegisterMethods()
2520 const lldb::SBFileSpecList &)); in RegisterMethods()
2521 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, BreakpointCreateByRegex, in RegisterMethods()
2522 (const char *, lldb::LanguageType, in RegisterMethods()
2523 const lldb::SBFileSpecList &, in RegisterMethods()
2524 const lldb::SBFileSpecList &)); in RegisterMethods()
2525 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2526 BreakpointCreateByAddress, (lldb::addr_t)); in RegisterMethods()
2527 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2528 BreakpointCreateBySBAddress, (lldb::SBAddress &)); in RegisterMethods()
2530 lldb::SBBreakpoint, SBTarget, BreakpointCreateBySourceRegex, in RegisterMethods()
2531 (const char *, const lldb::SBFileSpec &, const char *)); in RegisterMethods()
2532 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2534 (const char *, const lldb::SBFileSpecList &, in RegisterMethods()
2535 const lldb::SBFileSpecList &)); in RegisterMethods()
2537 lldb::SBBreakpoint, SBTarget, BreakpointCreateBySourceRegex, in RegisterMethods()
2538 (const char *, const lldb::SBFileSpecList &, in RegisterMethods()
2539 const lldb::SBFileSpecList &, const lldb::SBStringList &)); in RegisterMethods()
2540 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2542 (lldb::LanguageType, bool, bool)); in RegisterMethods()
2544 lldb::SBBreakpoint, SBTarget, BreakpointCreateFromScript, in RegisterMethods()
2545 (const char *, lldb::SBStructuredData &, const lldb::SBFileSpecList &, in RegisterMethods()
2546 const lldb::SBFileSpecList &, bool)); in RegisterMethods()
2548 LLDB_REGISTER_METHOD_CONST(lldb::SBBreakpoint, SBTarget, in RegisterMethods()
2550 LLDB_REGISTER_METHOD(bool, SBTarget, BreakpointDelete, (lldb::break_id_t)); in RegisterMethods()
2551 LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBTarget, FindBreakpointByID, in RegisterMethods()
2552 (lldb::break_id_t)); in RegisterMethods()
2554 (const char *, lldb::SBBreakpointList &)); in RegisterMethods()
2556 (lldb::SBStringList &)); in RegisterMethods()
2561 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, BreakpointsCreateFromFile, in RegisterMethods()
2562 (lldb::SBFileSpec &, lldb::SBBreakpointList &)); in RegisterMethods()
2564 lldb::SBError, SBTarget, BreakpointsCreateFromFile, in RegisterMethods()
2565 (lldb::SBFileSpec &, lldb::SBStringList &, lldb::SBBreakpointList &)); in RegisterMethods()
2566 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, BreakpointsWriteToFile, in RegisterMethods()
2567 (lldb::SBFileSpec &)); in RegisterMethods()
2568 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, BreakpointsWriteToFile, in RegisterMethods()
2569 (lldb::SBFileSpec &, lldb::SBBreakpointList &, bool)); in RegisterMethods()
2571 LLDB_REGISTER_METHOD_CONST(lldb::SBWatchpoint, SBTarget, in RegisterMethods()
2573 LLDB_REGISTER_METHOD(bool, SBTarget, DeleteWatchpoint, (lldb::watch_id_t)); in RegisterMethods()
2574 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBTarget, FindWatchpointByID, in RegisterMethods()
2575 (lldb::watch_id_t)); in RegisterMethods()
2576 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBTarget, WatchAddress, in RegisterMethods()
2577 (lldb::addr_t, size_t, bool, bool, lldb::SBError &)); in RegisterMethods()
2580 LLDB_REGISTER_METHOD(lldb::SBValue, SBTarget, CreateValueFromAddress, in RegisterMethods()
2581 (const char *, lldb::SBAddress, lldb::SBType)); in RegisterMethods()
2582 LLDB_REGISTER_METHOD(lldb::SBValue, SBTarget, CreateValueFromData, in RegisterMethods()
2583 (const char *, lldb::SBData, lldb::SBType)); in RegisterMethods()
2584 LLDB_REGISTER_METHOD(lldb::SBValue, SBTarget, CreateValueFromExpression, in RegisterMethods()
2588 (const char *, const char *, lldb::SBError &)); in RegisterMethods()
2589 LLDB_REGISTER_METHOD(lldb::SBModule, SBTarget, AddModule, in RegisterMethods()
2592 lldb::SBModule, SBTarget, AddModule, in RegisterMethods()
2594 LLDB_REGISTER_METHOD(lldb::SBModule, SBTarget, AddModule, in RegisterMethods()
2595 (const lldb::SBModuleSpec &)); in RegisterMethods()
2596 LLDB_REGISTER_METHOD(bool, SBTarget, AddModule, (lldb::SBModule &)); in RegisterMethods()
2599 LLDB_REGISTER_METHOD(lldb::SBModule, SBTarget, FindModule, in RegisterMethods()
2600 (const lldb::SBFileSpec &)); in RegisterMethods()
2601 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, FindCompileUnits, in RegisterMethods()
2602 (const lldb::SBFileSpec &)); in RegisterMethods()
2603 LLDB_REGISTER_METHOD(lldb::ByteOrder, SBTarget, GetByteOrder, ()); in RegisterMethods()
2608 LLDB_REGISTER_METHOD(lldb::SBModule, SBTarget, GetModuleAtIndex, in RegisterMethods()
2610 LLDB_REGISTER_METHOD(bool, SBTarget, RemoveModule, (lldb::SBModule)); in RegisterMethods()
2611 LLDB_REGISTER_METHOD_CONST(lldb::SBBroadcaster, SBTarget, GetBroadcaster, in RegisterMethods()
2614 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
2615 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, FindFunctions, in RegisterMethods()
2617 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, in RegisterMethods()
2619 (const char *, uint32_t, lldb::MatchType)); in RegisterMethods()
2620 LLDB_REGISTER_METHOD(lldb::SBType, SBTarget, FindFirstType, (const char *)); in RegisterMethods()
2621 LLDB_REGISTER_METHOD(lldb::SBType, SBTarget, GetBasicType, in RegisterMethods()
2622 (lldb::BasicType)); in RegisterMethods()
2623 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBTarget, FindTypes, (const char *)); in RegisterMethods()
2624 LLDB_REGISTER_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in RegisterMethods()
2626 LLDB_REGISTER_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in RegisterMethods()
2627 (const char *, uint32_t, lldb::MatchType)); in RegisterMethods()
2628 LLDB_REGISTER_METHOD(lldb::SBValue, SBTarget, FindFirstGlobalVariable, in RegisterMethods()
2630 LLDB_REGISTER_METHOD(lldb::SBSourceManager, SBTarget, GetSourceManager, ()); in RegisterMethods()
2631 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in RegisterMethods()
2632 (lldb::SBAddress, uint32_t)); in RegisterMethods()
2633 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in RegisterMethods()
2634 (lldb::SBAddress, uint32_t, const char *)); in RegisterMethods()
2635 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, SetSectionLoadAddress, in RegisterMethods()
2636 (lldb::SBSection, lldb::addr_t)); in RegisterMethods()
2637 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, ClearSectionLoadAddress, in RegisterMethods()
2638 (lldb::SBSection)); in RegisterMethods()
2639 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, SetModuleLoadAddress, in RegisterMethods()
2640 (lldb::SBModule, int64_t)); in RegisterMethods()
2641 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, ClearModuleLoadAddress, in RegisterMethods()
2642 (lldb::SBModule)); in RegisterMethods()
2643 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, FindSymbols, in RegisterMethods()
2644 (const char *, lldb::SymbolType)); in RegisterMethods()
2645 LLDB_REGISTER_METHOD(lldb::SBValue, SBTarget, EvaluateExpression, in RegisterMethods()
2647 LLDB_REGISTER_METHOD(lldb::SBValue, SBTarget, EvaluateExpression, in RegisterMethods()
2648 (const char *, const lldb::SBExpressionOptions &)); in RegisterMethods()
2649 LLDB_REGISTER_METHOD(lldb::addr_t, SBTarget, GetStackRedZoneSize, ()); in RegisterMethods()
2650 LLDB_REGISTER_METHOD_CONST(lldb::SBLaunchInfo, SBTarget, GetLaunchInfo, ()); in RegisterMethods()
2652 (const lldb::SBLaunchInfo &)); in RegisterMethods()
2655 (const lldb::SBAddress, void *, size_t, lldb::SBError &)); in RegisterMethods()
2656 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, GetInstructions, in RegisterMethods()
2657 (lldb::SBAddress, const void *, size_t)); in RegisterMethods()
2658 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, in RegisterMethods()
2660 (lldb::SBAddress, const char *, const void *, size_t)); in RegisterMethods()
2661 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, GetInstructions, in RegisterMethods()
2662 (lldb::addr_t, const void *, size_t)); in RegisterMethods()
2663 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, in RegisterMethods()
2665 (lldb::addr_t, const char *, const void *, size_t)); in RegisterMethods()
2666 LLDB_REGISTER_METHOD(lldb::SBEnvironment, SBTarget, GetEnvironment, ()); in RegisterMethods()