Searched refs:SBTrace (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTraceDocstrings.i3 ) lldb::SBTrace;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp1 //===-- SBTrace.cpp -------------------------------------------------------===//
15 #include "lldb/API/SBTrace.h"
25 SBTrace::SBTrace() { LLDB_INSTRUMENT_VA(this); } function in class:SBTrace
27 SBTrace::SBTrace(const lldb::TraceSP &trace_sp) : m_opaque_sp(trace_sp) { function in class:SBTrace
31 SBTrace SBTrace::LoadTraceFromFile(SBError &error, SBDebugger &debugger,
40 return SBTrace();
43 return SBTrace(trace_or_er
[all...]
H A DSBTarget.cpp29 #include "lldb/API/SBTrace.h"
2363 lldb::SBTrace SBTarget::GetTrace() {
2368 return SBTrace(target_sp->GetTrace());
2370 return SBTrace();
2373 lldb::SBTrace SBTarget::CreateTrace(lldb::SBError &error) {
2380 return SBTrace(*trace_sp);
2387 return SBTrace();
H A DSBDebugger.cpp30 #include "lldb/API/SBTrace.h"
1698 SBTrace
1702 return SBTrace::LoadTraceFromFile(error, *this, trace_description_file);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTrace.h1 //===-- SBTrace.h -----------------------------------------------*- C++ -*-===//
18 class LLDB_API SBTrace { class in namespace:lldb
21 SBTrace();
24 static SBTrace LoadTraceFromFile(SBError &error, SBDebugger &debugger,
64 /// A description of the parameters to use for the \a SBTrace::Start
75 /// first stopping the process trace with \a SBTrace::Stop().
78 /// SBTrace::Start(const SBThread &thread, const SBStructuredData
86 /// retrieved by calling \a SBTrace::GetStartConfigurationHelp().
98 /// e.g. with \a SBTrace::Start(const SBStructuredData &configuration), this
106 /// retrieved by calling \a SBTrace
[all...]
H A DSBTraceCursor.h168 friend class SBTrace;
H A DSBStructuredData.h122 friend class SBTrace;
H A DSBFileSpec.h80 friend class SBTrace;
H A DSBError.h91 friend class SBTrace;
H A DSBDefines.h112 class LLDB_API SBTrace; member in namespace:lldb
H A DSBDebugger.h474 SBTrace LoadTraceFromFile(SBError &error,
492 friend class SBTrace;
H A DSBThread.h245 friend class SBTrace;
H A DSBTarget.h914 /// Get a \a SBTrace object the can manage the processor trace information of
918 /// The trace object. The returned SBTrace object might not be valid, so it
919 /// should be checked with a call to "bool SBTrace::IsValid()".
920 lldb::SBTrace GetTrace();
927 lldb::SBTrace CreateTrace(SBError &error);
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3235 #include "lldb/API/SBTrace.h"
22494 lldb::SBTrace result;
22517 lldb::SBTrace * resultptr = new lldb::SBTrace(result);
[all...]
H A DMakefile77 SRCS+= API/SBTrace.cpp

Completed in 491 milliseconds