Home
last modified time | relevance | path

Searched refs:SBDebugger (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp71 lldb::SBDebugger &sb_debugger, in Initialize()
90 SBDebugger::SBDebugger() { LLDB_INSTRUMENT_VA(this); } in SBDebugger() function in SBDebugger
92 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() function in SBDebugger
97 SBDebugger::SBDebugger(const SBDebugger &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBDebugger() function in SBDebugger
101 SBDebugger::~SBDebugger() = default;
103 SBDebugger &SBDebugger::operator=(const SBDebugger &rhs) { in operator =()
112 const char *SBDebugger::GetBroadcasterClass() { in GetBroadcasterClass()
118 const char *SBDebugger::GetProgressFromEvent(const lldb::SBEvent &event, in GetProgressFromEvent()
138 SBDebugger::GetProgressDataFromEvent(const lldb::SBEvent &event) { in GetProgressDataFromEvent()
153 SBDebugger::GetDiagnosticFromEvent(const lldb::SBEvent &event) { in GetDiagnosticFromEvent()
[all …]
HDSBListener.cpp74 uint32_t SBListener::StartListeningForEventClass(SBDebugger &debugger, in StartListeningForEventClass()
90 bool SBListener::StopListeningForEventClass(SBDebugger &debugger, in StopListeningForEventClass()
/freebsd-head/contrib/llvm-project/lldb/bindings/interface/
HDSBDebuggerDocstrings.i107 ) lldb::SBDebugger;
111 ) lldb::SBDebugger::GetDummyTarget;
115 ) lldb::SBDebugger::DeleteTarget;
119 ) lldb::SBDebugger::GetNumPlatforms;
123 ) lldb::SBDebugger::GetPlatformAtIndex;
127 ) lldb::SBDebugger::GetNumAvailablePlatforms;
135 ) lldb::SBDebugger::GetAvailablePlatformInfoAtIndex;
160 ) lldb::SBDebugger::RunCommandInterpreter;
HDSBDebuggerExtensions.i1 STRING_EXTENSION_OUTSIDE(SBDebugger)
3 %extend lldb::SBDebugger {
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h32 SBError Initialize(lldb::SBDebugger &sb_debugger,
43 class LLDB_API SBDebugger {
52 SBDebugger();
54 SBDebugger(const lldb::SBDebugger &rhs);
56 ~SBDebugger();
109 lldb::SBDebugger &operator=(const lldb::SBDebugger &rhs);
122 static lldb::SBDebugger Create();
124 static lldb::SBDebugger Create(bool source_init_files);
126 static lldb::SBDebugger Create(bool source_init_files,
130 static void Destroy(lldb::SBDebugger &debugger);
[all …]
HDSBListener.h36 uint32_t StartListeningForEventClass(SBDebugger &debugger,
40 bool StopListeningForEventClass(SBDebugger &debugger,
87 friend class SBDebugger; variable
HDSBCommandInterpreter.h98 lldb::SBDebugger GetDebugger();
346 friend class SBDebugger;
356 virtual bool DoExecute(lldb::SBDebugger /*debugger*/, char ** /*command*/, in DoExecute() argument
472 friend class SBDebugger;
HDSBSourceManager.h20 SBSourceManager(const SBDebugger &debugger);
39 friend class SBDebugger; variable
HDSBCommandInterpreterRunOptions.h24 friend class SBDebugger; variable
95 friend class SBDebugger; variable
HDSBStructuredData.h34 const lldb::SBDebugger &debugger);
114 friend class SBDebugger; variable
HDSBPlatform.h156 SBProcess Attach(SBAttachInfo &attach_info, const SBDebugger &debugger,
194 friend class SBDebugger;
HDSBTrace.h24 static SBTrace LoadTraceFromFile(SBError &error, SBDebugger &debugger,
HDSBFile.h21 friend class SBDebugger; variable
HDSBTypeNameSpecifier.h56 friend class SBDebugger;
HDSBStringList.h46 friend class SBDebugger; variable
HDSBTypeFilter.h57 friend class SBDebugger;
HDSBTypeSynthetic.h63 friend class SBDebugger;
HDSBTypeFormat.h59 friend class SBDebugger;
HDSBBroadcaster.h66 friend class SBDebugger; variable
HDSBEvent.h71 friend class SBDebugger; variable
HDSBTypeCategory.h99 friend class SBDebugger;
HDSBError.h82 friend class SBDebugger; variable
/freebsd-head/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp101 : SBBroadcaster("Driver"), m_debugger(SBDebugger::Create(false)) { in Driver()
109 SBDebugger::Destroy(m_debugger); in ~Driver()
231 lldb::SBDebugger::SetInternalVariable("target.load-cwd-lldbinit", "true", in ProcessArgs()
254 if (!lldb::SBDebugger::SetDefaultArchitecture(arg_value)) { in ProcessArgs()
377 llvm::outs() << lldb::SBDebugger::GetVersionString() << '\n'; in ProcessArgs()
484 if (lldb::SBDebugger::GetDefaultArchitecture(arch_name, in MainLoop()
777 SBError error = SBDebugger::InitializeWithErrorHandling(); in main()
785 SBDebugger::PrintDiagnosticsOnError(); in main()
816 std::async(std::launch::async, []() { SBDebugger::Terminate(); }); in main()
HDDriver.h93 lldb::SBDebugger &GetDebugger() { return m_debugger; } in GetDebugger()
98 lldb::SBDebugger m_debugger;
/freebsd-head/contrib/llvm-project/lldb/bindings/lua/
HDlua-typemaps.swig156 // Typemap for handling SBDebugger::SetLoggingCallback
231 // Typemap for file handles (e.g. used in SBDebugger::SetOutputFile)
247 // Typemap for file handles (e.g. used in SBDebugger::GetOutputFileHandle)

12