Home
last modified time | relevance | path

Searched refs:SBStringList (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStringList.cpp17 SBStringList::SBStringList() : m_opaque_ap() {} in SBStringList() function in SBStringList
19 SBStringList::SBStringList(const lldb_private::StringList *lldb_strings_ptr) in SBStringList() function in SBStringList
25 SBStringList::SBStringList(const SBStringList &rhs) : m_opaque_ap() { in SBStringList() function in SBStringList
30 const SBStringList &SBStringList::operator=(const SBStringList &rhs) { in operator =()
40 SBStringList::~SBStringList() {} in ~SBStringList()
52 void SBStringList::AppendString(const char *str) { in AppendString()
70 void SBStringList::AppendList(const SBStringList &strings) { in AppendList()
78 void SBStringList::AppendList(const StringList &strings) { in AppendList()
84 uint32_t SBStringList::GetSize() const { in GetSize()
91 const char *SBStringList::GetStringAtIndex(size_t idx) { in GetStringAtIndex()
[all …]
H A DSBCommandInterpreter.cpp275 int match_start_point, int max_return_elements, SBStringList &matches) { in HandleCompletion()
276 SBStringList dummy_descriptions; in HandleCompletion()
284 int match_start_point, int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
285 SBStringList &descriptions) { in HandleCompletionWithDescriptions()
318 SBStringList temp_matches_list(&lldb_matches); in HandleCompletionWithDescriptions()
320 SBStringList temp_descriptions_list(&lldb_descriptions); in HandleCompletionWithDescriptions()
333 int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
334 SBStringList &descriptions) { in HandleCompletionWithDescriptions()
346 lldb::SBStringList &matches) { in HandleCompletion()
H A DSBBreakpointLocation.cpp218 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands()
233 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands()
H A DSBStructuredData.cpp83 bool SBStructuredData::GetKeys(lldb::SBStringList &keys) const { in GetKeys()
H A DSBDebugger.cpp1012 SBStringList
1015 SBStringList ret_value; in GetInternalVariableValue()
1031 return SBStringList(&string_list); in GetInternalVariableValue()
1035 return SBStringList(); in GetInternalVariableValue()
H A DSBBreakpoint.cpp439 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands()
454 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands()
634 void SBBreakpoint::GetNames(SBStringList &names) { in GetNames()
H A DSBBreakpointName.cpp464 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands()
483 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands()
H A DSBTarget.cpp1013 source_file_list, SBStringList()); in BreakpointCreateBySourceRegex()
1019 const SBStringList &func_names) { in BreakpointCreateBySourceRegex()
1182 void SBTarget::GetBreakpointNames(SBStringList &names) in GetBreakpointNames()
1238 SBStringList empty_name_list; in BreakpointsCreateFromFile()
1243 SBStringList &matching_names, in BreakpointsCreateFromFile()
H A DSBProcess.cpp1188 SBStringList &paths, in LoadImageUsingPaths()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStringList.h17 class LLDB_API SBStringList {
19 SBStringList();
21 SBStringList(const lldb::SBStringList &rhs);
23 const SBStringList &operator=(const SBStringList &rhs);
25 ~SBStringList();
33 void AppendList(const lldb::SBStringList &strings);
50 SBStringList(const lldb_private::StringList *lldb_strings);
H A DSBCommandInterpreter.h159 int max_return_elements, lldb::SBStringList &matches);
163 lldb::SBStringList &matches);
170 lldb::SBStringList &matches, lldb::SBStringList &descriptions);
176 lldb::SBStringList &matches,
177 lldb::SBStringList &descriptions);
H A DSBBreakpoint.h96 void SetCommandLineCommands(SBStringList &commands);
98 bool GetCommandLineCommands(SBStringList &commands);
108 void GetNames(SBStringList &names);
H A DSBBreakpointLocation.h59 void SetCommandLineCommands(SBStringList &commands);
61 bool GetCommandLineCommands(SBStringList &commands);
H A DSBBreakpointName.h87 void SetCommandLineCommands(SBStringList &commands);
89 bool GetCommandLineCommands(SBStringList &commands);
H A DSBTarget.h678 const SBFileSpecList &source_file, const SBStringList &func_names);
752 SBStringList &matching_names,
799 void GetBreakpointNames(SBStringList &names);
H A DSBStructuredData.h58 bool GetKeys(lldb::SBStringList &keys) const;
H A DSBDefines.h73 class LLDB_API SBStringList; variable
H A DSBDebugger.h215 static lldb::SBStringList
H A DSBProcess.h346 SBStringList &paths,
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp204 SBStringList strlist = lldb::SBDebugger::GetInternalVariableValue( in WriteCommandsForSourcing()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile58 SRCS+= API/SBStringList.cpp