Searched defs:cursor_sp (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 441 TraceDumper::TraceDumper(lldb::TraceCursorSP cursor_sp, Stream &s, in TraceDumper() argument 591 const TraceCursorSP &cursor_sp, in AppendInsn() argument 620 const TraceCursorSP &cursor_sp, in CreateNestedCall() argument 644 const TraceCursorSP &cursor_sp, in FunctionCall() argument 651 const TraceCursorSP &cursor_sp, in AppendSegment() argument 713 AppendReturnedInstructionToFunctionCallForest(TraceDumper::FunctionCall & last_function_call,const TraceDumper::SymbolInfo & symbol_info,const TraceCursorSP & cursor_sp,std::vector<TraceDumper::FunctionCallUP> & roots) AppendReturnedInstructionToFunctionCallForest() argument 773 AppendInstructionToFunctionCallForest(const ExecutionContext & exe_ctx,TraceDumper::FunctionCall * last_function_call,const TraceDumper::SymbolInfo & prev_symbol_info,const TraceDumper::SymbolInfo & symbol_info,const TraceCursorSP & cursor_sp,std::vector<TraceDumper::FunctionCallUP> & roots) AppendInstructionToFunctionCallForest() argument 860 AppendErrorToFunctionCallForest(TraceDumper::FunctionCall * last_function_call,TraceCursorSP & cursor_sp,std::vector<TraceDumper::FunctionCallUP> & roots) AppendErrorToFunctionCallForest() argument 874 CreateFunctionCallForest(TraceCursorSP & cursor_sp,const ExecutionContext & exe_ctx) CreateFunctionCallForest() argument [all...] |
H A D | UnwindLLDB.cpp | 128 CursorSP cursor_sp(new Cursor()); in GetOneMoreFrame() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceDumper.h | 220 TracedSegment(const lldb::TraceCursorSP & cursor_sp,const SymbolInfo & symbol_info,FunctionCall & owning_call) TracedSegment() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 2258 TraceCursorSP &cursor_sp = *cursor_or_error; DoExecute() local 2448 TraceCursorSP &cursor_sp = *cursor_or_error; DoExecute() local
|