Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
68 uint32_t SBFileSpecList::FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, in FindFileIndex()
75 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex()
[all …]
H A DSBTarget.cpp690 SBFileSpecList empty_list; in BreakpointCreateByLocation()
697 SBFileSpecList &sb_module_list) { in BreakpointCreateByLocation()
706 lldb::addr_t offset, SBFileSpecList &sb_module_list) { in BreakpointCreateByLocation()
733 lldb::addr_t offset, SBFileSpecList &sb_module_list, in BreakpointCreateByLocation()
791 const SBFileSpecList &module_list, in BreakpointCreateByName()
792 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
803 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
814 LanguageType symbol_language, const SBFileSpecList &module_list, in BreakpointCreateByName()
815 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName()
837 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames()
[all …]
H A DCMakeLists.txt42 SBFileSpecList.cpp
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h563 lldb::addr_t offset, SBFileSpecList &module_list);
568 SBFileSpecList &module_list);
573 SBFileSpecList &module_list,
582 const SBFileSpecList &module_list,
583 const SBFileSpecList &comp_unit_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);
[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
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFileSpecList.i13 ) SBFileSpecList;
14 class SBFileSpecList
17 SBFileSpecList ();
19 SBFileSpecList (const lldb::SBFileSpecList &rhs);
21 ~SBFileSpecList ();
H A DSBTarget.i563 lldb::addr_t offset, SBFileSpecList &module_list);
568 SBFileSpecList &module_list);
573 SBFileSpecList &module_list,
582 const SBFileSpecList &module_list,
583 const SBFileSpecList &comp_unit_list);
589 const SBFileSpecList &module_list,
590 const SBFileSpecList &comp_unit_list);
625 const SBFileSpecList &module_list,
626 const SBFileSpecList &comp_unit_list);
633 const SBFileSpecList &module_list,
[all …]
/openbsd-src/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp184 SBFileSpecList comp_unit_list; in main()
199 SBFileSpecList module_list; in main()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dperformance.py111 self.modules = lldb.SBFileSpecList()
112 self.files = lldb.SBFileSpecList()
129 self.files = lldb.SBFileSpecList()
/openbsd-src/gnu/usr.bin/clang/liblldbAPI/
H A DMakefile32 SBFileSpecList.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn64 "SBFileSpecList.cpp",
/openbsd-src/gnu/llvm/lldb/bindings/
H A Dinterfaces.swig36 %include "./interface/SBFileSpecList.i"
H A Dheaders.swig32 #include "lldb/API/SBFileSpecList.h"
/openbsd-src/gnu/llvm/lldb/docs/
H A D.htaccess48 Redirect 301 /python_reference/lldb.SBFileSpecList-class.html https://lldb.llvm.org/python_api/lldb…
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py973 source_spec, line_number, column, 0, lldb.SBFileSpecList())
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3613 lldb/include/lldb/API/SBFileSpecList.h
3902 lldb/source/API/SBFileSpecList.cpp