/freebsd/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; 40 lldb_private::StringList *SBStringList::operator->() { in operator ->() 47 const lldb_private::StringList *SBStringList::operator->() const { in operator ->() 51 const lldb_private::StringList &SBStringList::operator*() const { in operator *() 55 bool SBStringList::IsValid() const { in IsValid() 59 SBStringList::operator bool() const { in operator bool() [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 | 234 int match_start_point, int max_return_elements, SBStringList &matches) { in HandleCompletion() 238 SBStringList dummy_descriptions; in HandleCompletion() 246 int match_start_point, int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions() 247 SBStringList &descriptions) { in HandleCompletionWithDescriptions() 303 SBStringList temp_matches_list(&lldb_matches); in HandleCompletionWithDescriptions() 305 SBStringList temp_descriptions_list(&lldb_descriptions); in HandleCompletionWithDescriptions() 312 int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions() 313 SBStringList &descriptions) { in HandleCompletionWithDescriptions() 328 lldb::SBStringList &matches) { in HandleCompletion()
|
H A D | SBBreakpointLocation.cpp | 14 #include "lldb/API/SBStringList.h" 274 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { 291 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) {
|
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 | SBStructuredData.cpp | 147 bool SBStructuredData::GetKeys(lldb::SBStringList &keys) const { in GetKeys()
|
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 | 995 source_file_list, SBStringList()); in BreakpointCreateBySourceRegex() 1001 const SBStringList &func_names) { in BreakpointCreateBySourceRegex() 1139 void SBTarget::GetBreakpointNames(SBStringList &names) { in GetBreakpointNames() 1205 SBStringList empty_name_list; in BreakpointsCreateFromFile() 1210 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/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 | 227 int max_return_elements, lldb::SBStringList &matches); 232 lldb::SBStringList &matches); 240 lldb::SBStringList &matches, lldb::SBStringList &descriptions); 247 lldb::SBStringList &matches, 248 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 | 714 const SBFileSpecList &source_file, const SBStringList &func_names); 782 SBStringList &matching_names, 825 void GetBreakpointNames(SBStringList &names);
|
H A D | SBStructuredData.h | 64 bool GetKeys(lldb::SBStringList &keys) const;
|
H A D | SBDefines.h | 107 class LLDB_API SBStringList; variable
|
H A D | SBProcess.h | 326 SBStringList &paths,
|
H A D | SBDebugger.h | 373 static lldb::SBStringList
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBStringListDocstrings.i | 3 ) lldb::SBStringList;
|
H A D | SBStringListExtensions.i | 1 %extend lldb::SBStringList {
|
/freebsd/contrib/llvm-project/lldb/bindings/ |
H A D | headers.swig | 63 #include "lldb/API/SBStringList.h"
|
H A D | interfaces.swig | 144 %include "lldb/API/SBStringList.h"
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | SWIGPythonBridge.h | 35 class SBStringList; variable
|