Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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 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 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.cpp234 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 DSBBreakpointLocation.cpp14 #include "lldb/API/SBStringList.h"
274 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) {
291 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) {
H A DSBBreakpoint.cpp479 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 DSBStructuredData.cpp147 bool SBStructuredData::GetKeys(lldb::SBStringList &keys) const { in GetKeys()
H A DSBBreakpointName.cpp460 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands()
479 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands()
H A DSBTarget.cpp995 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 DSBDebugger.cpp1360 SBStringList
1380 return SBStringList(&string_list); in GetInternalVariableValue()
1384 return SBStringList(); in GetInternalVariableValue()
/freebsd/contrib/llvm-project/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);
52 SBStringList(const lldb_private::StringList *lldb_strings);
H A DSBCommandInterpreter.h227 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 DSBEnvironment.h69 SBStringList GetEntries();
91 void SetEntries(const SBStringList &entries, bool append);
H A DSBBreakpoint.h109 void SetCommandLineCommands(SBStringList &commands);
111 bool GetCommandLineCommands(SBStringList &commands);
125 void GetNames(SBStringList &names);
H A DSBBreakpointName.h93 void SetCommandLineCommands(lldb::SBStringList &commands);
95 bool GetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpointLocation.h76 void SetCommandLineCommands(lldb::SBStringList &commands);
78 bool GetCommandLineCommands(lldb::SBStringList &commands);
H A DSBTarget.h714 const SBFileSpecList &source_file, const SBStringList &func_names);
782 SBStringList &matching_names,
825 void GetBreakpointNames(SBStringList &names);
H A DSBStructuredData.h64 bool GetKeys(lldb::SBStringList &keys) const;
H A DSBDefines.h107 class LLDB_API SBStringList; variable
H A DSBProcess.h326 SBStringList &paths,
H A DSBDebugger.h373 static lldb::SBStringList
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBStringListDocstrings.i3 ) lldb::SBStringList;
H A DSBStringListExtensions.i1 %extend lldb::SBStringList {
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig63 #include "lldb/API/SBStringList.h"
H A Dinterfaces.swig144 %include "lldb/API/SBStringList.h"
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h35 class SBStringList; variable

12