Home
last modified time | relevance | path

Searched refs:SBFileSpecList (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/API/
H A DSBFileSpecList.cpp24 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 DSBTarget.cpp690 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 DTestBreakpointLanguage.py37 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 DTestBreakpointLanguageOnDemand.py42 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 DSBTarget.h573 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 DSBFileSpecList.h17 class LLDB_API SBFileSpecList {
19 SBFileSpecList();
21 SBFileSpecList(const lldb::SBFileSpecList &rhs);
23 ~SBFileSpecList();
25 const SBFileSpecList &operator=(const lldb::SBFileSpecList &rhs);
H A DSBFileSpec.h65 friend class SBFileSpecList; variable
H A DSBStream.h70 friend class SBFileSpecList; variable
H A DSBDefines.h59 class LLDB_API SBFileSpecList; variable
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBFileSpecList.i13 ) SBFileSpecList;
14 class SBFileSpecList
17 SBFileSpecList ();
19 SBFileSpecList (const lldb::SBFileSpecList &rhs);
21 ~SBFileSpecList ();
H A DSBTarget.i568 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 DTestSourceRegexBreakpoints.py31 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 DTestObjCBreakpoints.py37 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 DTestBreakpointSerialization.py155 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 DTestNamespace.py32 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 DTestBreakpointCommandsFromPython.py56 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 DTestCPPBreakpointCommands.py40 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 DTestBreakInLoadedDylib.py42 files_list = lldb.SBFileSpecList()
47 modules_list = lldb.SBFileSpecList()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A DTestScriptedResolver.py81 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 Dmain.cpp184 SBFileSpecList comp_unit_list; in main()
199 SBFileSpecList module_list; in main()
/llvm-project-15.0.7/lldb/examples/python/
H A Dperformance.py113 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 DTestBreakpointByLineAndColumn.py74 module_list = lldb.SBFileSpecList()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn64 "SBFileSpecList.cpp",
/llvm-project-15.0.7/lldb/bindings/
H A Dinterfaces.swig36 %include "./interface/SBFileSpecList.i"
H A Dheaders.swig32 #include "lldb/API/SBFileSpecList.h"

12