| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBFileSpecList.cpp | 24 SBFileSpecList::SBFileSpecList() : m_opaque_up(new FileSpecList()) { in SBFileSpecList() function in SBFileSpecList 28 SBFileSpecList::SBFileSpecList(const SBFileSpecList &rhs) { in SBFileSpecList() function in SBFileSpecList 34 SBFileSpecList::~SBFileSpecList() = default; 36 const SBFileSpecList &SBFileSpecList::operator=(const SBFileSpecList &rhs) { in operator =() 44 uint32_t SBFileSpecList::GetSize() const { in GetSize() 50 void SBFileSpecList::Append(const SBFileSpec &sb_file) { in Append() 56 bool SBFileSpecList::AppendIfUnique(const SBFileSpec &sb_file) { in AppendIfUnique() 62 void SBFileSpecList::Clear() { in Clear() 87 const lldb_private::FileSpecList *SBFileSpecList::get() const { in get() 95 const lldb_private::FileSpecList &SBFileSpecList::ref() const { in ref() [all …]
|
| H A D | SBTarget.cpp | 690 SBFileSpecList empty_list; in BreakpointCreateByLocation() 803 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName() 815 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName() 837 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames() 861 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames() 885 SBFileSpecList module_spec_list; in BreakpointCreateByRegex() 886 SBFileSpecList comp_unit_list; in BreakpointCreateByRegex() 906 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByRegex() 965 SBFileSpecList module_spec_list; in BreakpointCreateBySourceRegex() 971 SBFileSpecList source_file_list; in BreakpointCreateBySourceRegex() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_language/ |
| H A D | TestBreakpointLanguage.py | 37 lldb.SBFileSpecList(), 38 lldb.SBFileSpecList()) 47 lldb.SBFileSpecList(), 48 lldb.SBFileSpecList()) 57 lldb.SBFileSpecList(), 58 lldb.SBFileSpecList()) 79 lldb.SBFileSpecList(), 80 lldb.SBFileSpecList()) 90 lldb.SBFileSpecList(), 91 lldb.SBFileSpecList()) [all …]
|
| /llvm-project-15.0.7/lldb/test/API/symbol_ondemand/breakpoint_language/ |
| H A D | TestBreakpointLanguageOnDemand.py | 42 lldb.SBFileSpecList(), 43 lldb.SBFileSpecList()) 52 lldb.SBFileSpecList(), 53 lldb.SBFileSpecList()) 62 lldb.SBFileSpecList(), 63 lldb.SBFileSpecList()) 89 lldb.SBFileSpecList(), 90 lldb.SBFileSpecList()) 100 lldb.SBFileSpecList(), 101 lldb.SBFileSpecList()) [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 573 SBFileSpecList &module_list, 589 const SBFileSpecList &module_list, 590 const SBFileSpecList &comp_unit_list); 597 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list); 603 const SBFileSpecList &module_list, 604 const SBFileSpecList &comp_unit_list); 611 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list); 619 const SBFileSpecList &comp_unit_list); 631 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list); 679 const SBFileSpecList &module_list, [all …]
|
| H A D | SBFileSpecList.h | 17 class LLDB_API SBFileSpecList { 19 SBFileSpecList(); 21 SBFileSpecList(const lldb::SBFileSpecList &rhs); 23 ~SBFileSpecList(); 25 const SBFileSpecList &operator=(const lldb::SBFileSpecList &rhs);
|
| H A D | SBFileSpec.h | 65 friend class SBFileSpecList; variable
|
| H A D | SBStream.h | 70 friend class SBFileSpecList; variable
|
| H A D | SBDefines.h | 59 class LLDB_API SBFileSpecList; variable
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBFileSpecList.i | 13 ) SBFileSpecList; 14 class SBFileSpecList 17 SBFileSpecList (); 19 SBFileSpecList (const lldb::SBFileSpecList &rhs); 21 ~SBFileSpecList ();
|
| H A D | SBTarget.i | 568 SBFileSpecList &module_list); 573 SBFileSpecList &module_list, 582 const SBFileSpecList &module_list, 589 const SBFileSpecList &module_list, 625 const SBFileSpecList &module_list, 633 const SBFileSpecList &module_list, 642 const SBFileSpecList &module_list, 651 const SBFileSpecList &module_list, 658 …urceRegex (const char *source_regex, const lldb::SBFileSpecList &module_list, const lldb::SBFileSp… 742 const SBFileSpecList &module_list, [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/source_regexp/ |
| H A D | TestSourceRegexBreakpoints.py | 31 target_files = lldb.SBFileSpecList() 39 source_regex, lldb.SBFileSpecList(), target_files, func_names) 67 target_files = lldb.SBFileSpecList() 71 source_regex, lldb.SBFileSpecList(), target_files, lldb.SBStringList()) 83 source_regex, lldb.SBFileSpecList(), target_files, lldb.SBStringList()) 95 source_regex, lldb.SBFileSpecList(), target_files, func_names)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/objc/ |
| H A D | TestObjCBreakpoints.py | 37 lldb.SBFileSpecList(), 38 lldb.SBFileSpecList()) 85 lldb.SBFileSpecList(), 86 lldb.SBFileSpecList()) 108 lldb.SBFileSpecList(), 109 lldb.SBFileSpecList())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/ |
| H A D | TestBreakpointSerialization.py | 155 empty_module_list = lldb.SBFileSpecList() 156 empty_cu_list = lldb.SBFileSpecList() 176 module_list = lldb.SBFileSpecList() 180 cu_list = lldb.SBFileSpecList() 210 empty_module_list = lldb.SBFileSpecList() 211 empty_cu_list = lldb.SBFileSpecList() 219 lldb.SBFileSpec("blubby.c"), 666, 333, 0, lldb.SBFileSpecList()) 260 empty_module_list = lldb.SBFileSpecList() 261 empty_cu_list = lldb.SBFileSpecList() 344 … lldb.SBFileSpecList(), lldb.SBFileSpecList()) [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/ |
| H A D | TestNamespace.py | 32 module_list = lldb.SBFileSpecList() 34 cu_list = lldb.SBFileSpecList() 57 module_list = lldb.SBFileSpecList() 59 cu_list = lldb.SBFileSpecList() 82 module_list = lldb.SBFileSpecList() 84 cu_list = lldb.SBFileSpecList()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | TestBreakpointCommandsFromPython.py | 56 file_list = lldb.SBFileSpecList() 58 module_list = lldb.SBFileSpecList() 73 "Set a breakpoint here", lldb.SBFileSpecList(), lldb.SBFileSpecList())
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/breakpoint-commands/ |
| H A D | TestCPPBreakpointCommands.py | 40 self.a_out_module = lldb.SBFileSpecList() 43 self.nested_comp_unit = lldb.SBFileSpecList()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/ |
| H A D | TestBreakInLoadedDylib.py | 42 files_list = lldb.SBFileSpecList() 47 modules_list = lldb.SBFileSpecList()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/ |
| H A D | TestScriptedResolver.py | 81 file_list = lldb.SBFileSpecList() 82 module_list = lldb.SBFileSpecList() 171 file_list = lldb.SBFileSpecList() 172 module_list = lldb.SBFileSpecList()
|
| /llvm-project-15.0.7/lldb/examples/functions/ |
| H A D | main.cpp | 184 SBFileSpecList comp_unit_list; in main() 199 SBFileSpecList module_list; in main()
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | performance.py | 113 self.modules = lldb.SBFileSpecList() 114 self.files = lldb.SBFileSpecList() 131 self.files = lldb.SBFileSpecList()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/ |
| H A D | TestBreakpointByLineAndColumn.py | 74 module_list = lldb.SBFileSpecList()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/API/ |
| H A D | BUILD.gn | 64 "SBFileSpecList.cpp",
|
| /llvm-project-15.0.7/lldb/bindings/ |
| H A D | interfaces.swig | 36 %include "./interface/SBFileSpecList.i"
|
| H A D | headers.swig | 32 #include "lldb/API/SBFileSpecList.h"
|