| /freebsd-14.2/contrib/llvm-project/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; 55 bool SBStringList::IsValid() const { in IsValid() 59 SBStringList::operator bool() const { in operator bool() 65 void SBStringList::AppendString(const char *str) { in AppendString() 87 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() 103 uint32_t SBStringList::GetSize() const { in GetSize() [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 | 233 int match_start_point, int max_return_elements, SBStringList &matches) { in HandleCompletion() 237 SBStringList dummy_descriptions; in HandleCompletion() 245 int match_start_point, int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions() 246 SBStringList &descriptions) { in HandleCompletionWithDescriptions() 302 SBStringList temp_matches_list(&lldb_matches); in HandleCompletionWithDescriptions() 304 SBStringList temp_descriptions_list(&lldb_descriptions); in HandleCompletionWithDescriptions() 311 int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions() 312 SBStringList &descriptions) { in HandleCompletionWithDescriptions() 327 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()
|
| H A D | SBStructuredData.cpp | 147 bool SBStructuredData::GetKeys(lldb::SBStringList &keys) const { in GetKeys()
|
| H A D | SBBreakpoint.cpp | 479 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() 496 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() 707 void SBBreakpoint::GetNames(SBStringList &names) { in GetNames()
|
| H A D | SBBreakpointName.cpp | 460 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() 479 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands()
|
| H A D | SBTarget.cpp | 988 source_file_list, SBStringList()); in BreakpointCreateBySourceRegex() 994 const SBStringList &func_names) { in BreakpointCreateBySourceRegex() 1132 void SBTarget::GetBreakpointNames(SBStringList &names) { in GetBreakpointNames() 1198 SBStringList empty_name_list; in BreakpointsCreateFromFile() 1203 SBStringList &matching_names, in BreakpointsCreateFromFile()
|
| H A D | SBDebugger.cpp | 1360 SBStringList 1380 return SBStringList(&string_list); in GetInternalVariableValue() 1384 return SBStringList(); in GetInternalVariableValue()
|
| /freebsd-14.2/contrib/llvm-project/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); 52 SBStringList(const lldb_private::StringList *lldb_strings);
|
| H A D | SBCommandInterpreter.h | 226 int max_return_elements, lldb::SBStringList &matches); 231 lldb::SBStringList &matches); 239 lldb::SBStringList &matches, lldb::SBStringList &descriptions); 246 lldb::SBStringList &matches, 247 lldb::SBStringList &descriptions);
|
| H A D | SBEnvironment.h | 69 SBStringList GetEntries(); 91 void SetEntries(const SBStringList &entries, bool append);
|
| H A D | SBBreakpoint.h | 109 void SetCommandLineCommands(SBStringList &commands); 111 bool GetCommandLineCommands(SBStringList &commands); 125 void GetNames(SBStringList &names);
|
| H A D | SBBreakpointName.h | 93 void SetCommandLineCommands(lldb::SBStringList &commands); 95 bool GetCommandLineCommands(lldb::SBStringList &commands);
|
| H A D | SBBreakpointLocation.h | 76 void SetCommandLineCommands(lldb::SBStringList &commands); 78 bool GetCommandLineCommands(lldb::SBStringList &commands);
|
| H A D | SBTarget.h | 703 const SBFileSpecList &source_file, const SBStringList &func_names); 771 SBStringList &matching_names, 814 void GetBreakpointNames(SBStringList &names);
|
| H A D | SBStructuredData.h | 64 bool GetKeys(lldb::SBStringList &keys) const;
|
| H A D | SBDefines.h | 103 class LLDB_API SBStringList; variable
|
| H A D | SBProcess.h | 316 SBStringList &paths,
|
| H A D | SBDebugger.h | 357 static lldb::SBStringList
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBStringListDocstrings.i | 3 ) lldb::SBStringList;
|
| H A D | SBStringListExtensions.i | 1 %extend lldb::SBStringList {
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/ |
| H A D | headers.swig | 58 #include "lldb/API/SBStringList.h"
|
| H A D | interfaces.swig | 135 %include "lldb/API/SBStringList.h"
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 48053 result = (lldb::SBStringList *)new lldb::SBStringList(); in _wrap_new_SBStringList__SWIG_0() 48077 result = (lldb::SBStringList *)new lldb::SBStringList((lldb::SBStringList const &)*arg1); in _wrap_new_SBStringList__SWIG_1() 48124 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ; in _wrap_SBStringList_IsValid() 48148 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ; in _wrap_SBStringList_AppendString() 48174 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ; in _wrap_SBStringList_AppendList__SWIG_0() 48230 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ; in _wrap_SBStringList_AppendList__SWIG_1() 48324 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ; in _wrap_SBStringList_GetSize() 48348 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ; in _wrap_SBStringList_GetStringAtIndex__SWIG_0() 48375 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ; in _wrap_SBStringList_GetStringAtIndex__SWIG_1() 48456 lldb::SBStringList *arg1 = (lldb::SBStringList *) 0 ; in _wrap_SBStringList_Clear() [all …]
|