Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
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 …]
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 …]
DCMakeLists.txt42 SBFileSpecList.cpp
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
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 …]
DSBFileSpecList.h17 class LLDB_API SBFileSpecList {
19 SBFileSpecList();
21 SBFileSpecList(const lldb::SBFileSpecList &rhs);
23 ~SBFileSpecList();
25 const SBFileSpecList &operator=(const lldb::SBFileSpecList &rhs);
DSBFileSpec.h65 friend class SBFileSpecList; variable
DSBStream.h70 friend class SBFileSpecList; variable
DSBDefines.h59 class LLDB_API SBFileSpecList; variable
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBFileSpecList.i13 ) SBFileSpecList;
14 class SBFileSpecList
17 SBFileSpecList ();
19 SBFileSpecList (const lldb::SBFileSpecList &rhs);
21 ~SBFileSpecList ();
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/
Dmain.cpp184 SBFileSpecList comp_unit_list; in main()
199 SBFileSpecList module_list; in main()
/openbsd/src/gnu/llvm/lldb/examples/python/
Dperformance.py111 self.modules = lldb.SBFileSpecList()
112 self.files = lldb.SBFileSpecList()
129 self.files = lldb.SBFileSpecList()
/openbsd/src/gnu/usr.bin/clang/liblldbAPI/
DMakefile32 SBFileSpecList.cpp \
/openbsd/src/gnu/llvm/lldb/bindings/
Dinterfaces.swig36 %include "./interface/SBFileSpecList.i"
Dheaders.swig32 #include "lldb/API/SBFileSpecList.h"
/openbsd/src/gnu/llvm/lldb/docs/
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/
Dlldbutil.py973 source_spec, line_number, column, 0, lldb.SBFileSpecList())
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt3613 lldb/include/lldb/API/SBFileSpecList.h
3902 lldb/source/API/SBFileSpecList.cpp