| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBStringList.cpp | 17 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 D | SBEnvironment.cpp | 91 SBStringList SBEnvironment::GetEntries() { in GetEntries() 94 SBStringList entries; in GetEntries() 108 void SBEnvironment::SetEntries(const SBStringList &entries, bool append) { in SetEntries()
|
| H A D | SBCommandInterpreter.cpp | 215 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 D | SBBreakpointLocation.cpp | 274 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 D | SBStringList.h | 16 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 D | SBCommandInterpreter.h | 192 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 D | SBEnvironment.h | 69 SBStringList GetEntries(); 91 void SetEntries(const SBStringList &entries, bool append);
|
| H A D | SBBreakpoint.h | 102 void SetCommandLineCommands(SBStringList &commands); 104 bool GetCommandLineCommands(SBStringList &commands); 116 void GetNames(SBStringList &names);
|
| H A D | SBBreakpointLocation.h | 65 void SetCommandLineCommands(lldb::SBStringList &commands); 67 bool GetCommandLineCommands(lldb::SBStringList &commands);
|
| H A D | SBBreakpointName.h | 91 void SetCommandLineCommands(lldb::SBStringList &commands); 93 bool GetCommandLineCommands(lldb::SBStringList &commands);
|
| H A D | SBTarget.h | 645 const SBFileSpecList &source_file, const SBStringList &func_names); 713 SBStringList &matching_names, 756 void GetBreakpointNames(SBStringList &names);
|
| H A D | SBStructuredData.h | 55 bool GetKeys(lldb::SBStringList &keys) const;
|
| H A D | SBDefines.h | 81 class LLDB_API SBStringList; variable
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBStringList.i | 13 ) SBStringList; 14 class SBStringList 18 SBStringList (); 20 SBStringList (const lldb::SBStringList &rhs); 22 ~SBStringList (); 36 AppendList (const lldb::SBStringList &strings);
|
| H A D | SBCommandInterpreter.i | 160 lldb::SBStringList &matches); 167 lldb::SBStringList &matches, 168 lldb::SBStringList &descriptions);
|
| H A D | SBEnvironment.i | 36 SBStringList GetEntries(); 40 void SetEntries(const SBStringList &entries, bool append);
|
| H A D | SBBreakpointName.i | 91 void SetCommandLineCommands(SBStringList &commands); 93 bool GetCommandLineCommands(SBStringList &commands);
|
| H A D | SBBreakpointLocation.i | 101 void SetCommandLineCommands(SBStringList &commands); 103 bool GetCommandLineCommands(SBStringList &commands);
|
| H A D | SBBreakpoint.i | 205 void SetCommandLineCommands(SBStringList &commands); 207 bool GetCommandLineCommands(SBStringList &commands); 222 GetNames (SBStringList &names);
|
| H A D | SBStructuredData.i | 39 bool GetKeys(lldb::SBStringList &keys) const;
|
| H A D | SBTarget.i | 664 const SBStringList &func_names); 763 void GetBreakpointNames(SBStringList &names); 807 SBStringList &matching_names,
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | VSCodeForward.h | 39 class SBStringList; variable
|
| /openbsd-src/gnu/usr.bin/clang/liblldbAPI/ |
| H A D | Makefile | 55 SBStringList.cpp \
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | commandwin.py | 72 matches = lldb.SBStringList()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/ |
| H A D | BUILD.gn | 87 "SBStringList.cpp",
|