Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStringList.cpp17 SBStringList::SBStringList() { LLDB_INSTRUMENT_VA(this); } in SBStringList() function in SBStringList
19 SBStringList::SBStringList(const lldb_private::StringList *lldb_strings_ptr) { in SBStringList() function in SBStringList
24 SBStringList::SBStringList(const SBStringList &rhs) { in SBStringList() function in SBStringList
30 const SBStringList &SBStringList::operator=(const SBStringList &rhs) { in operator =()
38 SBStringList::~SBStringList() = default;
40 const lldb_private::StringList *SBStringList::operator->() const { in operator ->()
44 const lldb_private::StringList &SBStringList::operator*() const { in operator *()
48 bool SBStringList::IsValid() const { in IsValid()
52 SBStringList::operator bool() const { in operator bool()
58 void SBStringList::AppendString(const char *str) { in AppendString()
[all …]
H A DSBEnvironment.cpp91 SBStringList SBEnvironment::GetEntries() { in GetEntries()
94 SBStringList entries; in GetEntries()
108 void SBEnvironment::SetEntries(const SBStringList &entries, bool append) { in SetEntries()
H A DSBCommandInterpreter.cpp215 int match_start_point, int max_return_elements, SBStringList &matches) { in HandleCompletion()
219 SBStringList dummy_descriptions; in HandleCompletion()
227 int match_start_point, int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
228 SBStringList &descriptions) { in HandleCompletionWithDescriptions()
284 SBStringList temp_matches_list(&lldb_matches); in HandleCompletionWithDescriptions()
286 SBStringList temp_descriptions_list(&lldb_descriptions); in HandleCompletionWithDescriptions()
293 int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
294 SBStringList &descriptions) { in HandleCompletionWithDescriptions()
309 lldb::SBStringList &matches) { in HandleCompletion()
H A DSBBreakpointLocation.cpp274 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands()
291 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBStringList.h16 class LLDB_API SBStringList {
18 SBStringList();
20 SBStringList(const lldb::SBStringList &rhs);
22 const SBStringList &operator=(const SBStringList &rhs);
24 ~SBStringList();
34 void AppendList(const lldb::SBStringList &strings);
51 SBStringList(const lldb_private::StringList *lldb_strings);
H A DSBCommandInterpreter.h192 int max_return_elements, lldb::SBStringList &matches);
196 lldb::SBStringList &matches);
203 lldb::SBStringList &matches, lldb::SBStringList &descriptions);
209 lldb::SBStringList &matches,
210 lldb::SBStringList &descriptions);
H A DSBEnvironment.h69 SBStringList GetEntries();
91 void SetEntries(const SBStringList &entries, bool append);
H A DSBBreakpoint.h102 void SetCommandLineCommands(SBStringList &commands);
104 bool GetCommandLineCommands(SBStringList &commands);
116 void GetNames(SBStringList &names);
H A DSBBreakpointLocation.h65 void SetCommandLineCommands(lldb::SBStringList &commands);
67 bool GetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpointName.h91 void SetCommandLineCommands(lldb::SBStringList &commands);
93 bool GetCommandLineCommands(lldb::SBStringList &commands);
H A DSBTarget.h645 const SBFileSpecList &source_file, const SBStringList &func_names);
713 SBStringList &matching_names,
756 void GetBreakpointNames(SBStringList &names);
H A DSBStructuredData.h55 bool GetKeys(lldb::SBStringList &keys) const;
H A DSBDefines.h81 class LLDB_API SBStringList; variable
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBStringList.i13 ) SBStringList;
14 class SBStringList
18 SBStringList ();
20 SBStringList (const lldb::SBStringList &rhs);
22 ~SBStringList ();
36 AppendList (const lldb::SBStringList &strings);
H A DSBCommandInterpreter.i160 lldb::SBStringList &matches);
167 lldb::SBStringList &matches,
168 lldb::SBStringList &descriptions);
H A DSBEnvironment.i36 SBStringList GetEntries();
40 void SetEntries(const SBStringList &entries, bool append);
H A DSBBreakpointName.i91 void SetCommandLineCommands(SBStringList &commands);
93 bool GetCommandLineCommands(SBStringList &commands);
H A DSBBreakpointLocation.i101 void SetCommandLineCommands(SBStringList &commands);
103 bool GetCommandLineCommands(SBStringList &commands);
H A DSBBreakpoint.i205 void SetCommandLineCommands(SBStringList &commands);
207 bool GetCommandLineCommands(SBStringList &commands);
222 GetNames (SBStringList &names);
H A DSBStructuredData.i39 bool GetKeys(lldb::SBStringList &keys) const;
H A DSBTarget.i664 const SBStringList &func_names);
763 void GetBreakpointNames(SBStringList &names);
807 SBStringList &matching_names,
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCodeForward.h39 class SBStringList; variable
/openbsd-src/gnu/usr.bin/clang/liblldbAPI/
H A DMakefile55 SBStringList.cpp \
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dcommandwin.py72 matches = lldb.SBStringList()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn87 "SBStringList.cpp",

12