| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBStringList.cpp | 17 SBStringList::SBStringList() : m_opaque_ap() {} in SBStringList() function in SBStringList 19 SBStringList::SBStringList(const lldb_private::StringList *lldb_strings_ptr) in SBStringList() function in SBStringList 25 SBStringList::SBStringList(const SBStringList &rhs) : m_opaque_ap() { in SBStringList() function in SBStringList 30 const SBStringList &SBStringList::operator=(const SBStringList &rhs) { in operator =() 40 SBStringList::~SBStringList() {} in ~SBStringList() 52 void SBStringList::AppendString(const char *str) { in AppendString() 70 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() 78 void SBStringList::AppendList(const StringList &strings) { in AppendList() 84 uint32_t SBStringList::GetSize() const { in GetSize() 91 const char *SBStringList::GetStringAtIndex(size_t idx) { in GetStringAtIndex() [all …]
|
| H A D | SBCommandInterpreter.cpp | 275 int match_start_point, int max_return_elements, SBStringList &matches) { in HandleCompletion() 276 SBStringList dummy_descriptions; in HandleCompletion() 284 int match_start_point, int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions() 285 SBStringList &descriptions) { in HandleCompletionWithDescriptions() 318 SBStringList temp_matches_list(&lldb_matches); in HandleCompletionWithDescriptions() 320 SBStringList temp_descriptions_list(&lldb_descriptions); in HandleCompletionWithDescriptions() 333 int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions() 334 SBStringList &descriptions) { in HandleCompletionWithDescriptions() 346 lldb::SBStringList &matches) { in HandleCompletion()
|
| H A D | SBBreakpointLocation.cpp | 218 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() 233 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands()
|
| H A D | SBStructuredData.cpp | 83 bool SBStructuredData::GetKeys(lldb::SBStringList &keys) const { in GetKeys()
|
| H A D | SBDebugger.cpp | 1012 SBStringList 1015 SBStringList ret_value; in GetInternalVariableValue() 1031 return SBStringList(&string_list); in GetInternalVariableValue() 1035 return SBStringList(); in GetInternalVariableValue()
|
| H A D | SBBreakpoint.cpp | 439 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() 454 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() 634 void SBBreakpoint::GetNames(SBStringList &names) { in GetNames()
|
| H A D | SBBreakpointName.cpp | 464 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() 483 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands()
|
| H A D | SBTarget.cpp | 1013 source_file_list, SBStringList()); in BreakpointCreateBySourceRegex() 1019 const SBStringList &func_names) { in BreakpointCreateBySourceRegex() 1182 void SBTarget::GetBreakpointNames(SBStringList &names) in GetBreakpointNames() 1238 SBStringList empty_name_list; in BreakpointsCreateFromFile() 1243 SBStringList &matching_names, in BreakpointsCreateFromFile()
|
| H A D | SBProcess.cpp | 1188 SBStringList &paths, in LoadImageUsingPaths()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBStringList.h | 17 class LLDB_API SBStringList { 19 SBStringList(); 21 SBStringList(const lldb::SBStringList &rhs); 23 const SBStringList &operator=(const SBStringList &rhs); 25 ~SBStringList(); 33 void AppendList(const lldb::SBStringList &strings); 50 SBStringList(const lldb_private::StringList *lldb_strings);
|
| H A D | SBCommandInterpreter.h | 159 int max_return_elements, lldb::SBStringList &matches); 163 lldb::SBStringList &matches); 170 lldb::SBStringList &matches, lldb::SBStringList &descriptions); 176 lldb::SBStringList &matches, 177 lldb::SBStringList &descriptions);
|
| H A D | SBBreakpoint.h | 96 void SetCommandLineCommands(SBStringList &commands); 98 bool GetCommandLineCommands(SBStringList &commands); 108 void GetNames(SBStringList &names);
|
| H A D | SBBreakpointLocation.h | 59 void SetCommandLineCommands(SBStringList &commands); 61 bool GetCommandLineCommands(SBStringList &commands);
|
| H A D | SBBreakpointName.h | 87 void SetCommandLineCommands(SBStringList &commands); 89 bool GetCommandLineCommands(SBStringList &commands);
|
| H A D | SBTarget.h | 678 const SBFileSpecList &source_file, const SBStringList &func_names); 752 SBStringList &matching_names, 799 void GetBreakpointNames(SBStringList &names);
|
| H A D | SBStructuredData.h | 58 bool GetKeys(lldb::SBStringList &keys) const;
|
| H A D | SBDefines.h | 73 class LLDB_API SBStringList; variable
|
| H A D | SBDebugger.h | 215 static lldb::SBStringList
|
| H A D | SBProcess.h | 346 SBStringList &paths,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/ |
| H A D | Driver.cpp | 204 SBStringList strlist = lldb::SBDebugger::GetInternalVariableValue( in WriteCommandsForSourcing()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 58 SRCS+= API/SBStringList.cpp
|