Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpecList.cpp24 SBFileSpecList::SBFileSpecList() : m_opaque_ap(new FileSpecList()) {} in SBFileSpecList() function in SBFileSpecList
26 SBFileSpecList::SBFileSpecList(const SBFileSpecList &rhs) : m_opaque_ap() { in SBFileSpecList() function in SBFileSpecList
40 SBFileSpecList::~SBFileSpecList() {} in ~SBFileSpecList()
42 const SBFileSpecList &SBFileSpecList::operator=(const SBFileSpecList &rhs) { in operator =()
51 void SBFileSpecList::Append(const SBFileSpec &sb_file) { in Append()
55 bool SBFileSpecList::AppendIfUnique(const SBFileSpec &sb_file) { in AppendIfUnique()
59 void SBFileSpecList::Clear() { m_opaque_ap->Clear(); } in Clear()
76 const lldb_private::FileSpecList *SBFileSpecList::get() const { in get()
80 const lldb_private::FileSpecList &SBFileSpecList::operator*() const { in operator *()
84 const lldb_private::FileSpecList &SBFileSpecList::ref() const { in ref()
[all …]
H A DSBTarget.cpp703 SBFileSpecList empty_list; in BreakpointCreateByLocation()
800 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
809 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
836 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames()
845 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames()
854 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames()
893 SBFileSpecList module_spec_list; in BreakpointCreateByRegex()
894 SBFileSpecList comp_unit_list; in BreakpointCreateByRegex()
912 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByRegex()
994 SBFileSpecList module_spec_list; in BreakpointCreateBySourceRegex()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h607 SBFileSpecList &module_list);
622 const SBFileSpecList &module_list,
623 const SBFileSpecList &comp_unit_list);
630 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
636 const SBFileSpecList &module_list,
637 const SBFileSpecList &comp_unit_list);
644 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
652 const SBFileSpecList &comp_unit_list);
664 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
714 const SBFileSpecList &module_list,
[all …]
H A DSBFileSpecList.h18 class LLDB_API SBFileSpecList {
20 SBFileSpecList();
22 SBFileSpecList(const lldb::SBFileSpecList &rhs);
24 ~SBFileSpecList();
26 const SBFileSpecList &operator=(const lldb::SBFileSpecList &rhs);
H A DSBFileSpec.h60 friend class SBFileSpecList; variable
H A DSBStream.h63 friend class SBFileSpecList; variable
H A DSBDefines.h50 class LLDB_API SBFileSpecList; variable
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdBreak.cpp250 lldb::SBFileSpecList module; // search in all modules in Execute()
251 lldb::SBFileSpecList compUnit; in Execute()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile35 SRCS+= API/SBFileSpecList.cpp