Searched refs:cursor_sp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 591 const TraceCursorSP &cursor_sp, in AppendInsn() argument 593 m_last_insn_id = cursor_sp->GetId(); in AppendInsn() 620 const TraceCursorSP &cursor_sp, in CreateNestedCall() argument 644 const TraceCursorSP &cursor_sp, in FunctionCall() argument 646 m_is_error = cursor_sp->IsError(); in FunctionCall() 651 const TraceCursorSP &cursor_sp, in AppendSegment() argument 791 cursor_sp, symbol_info); in AppendInstructionToFunctionCallForest() 816 cursor_sp, symbol_info); in AppendInstructionToFunctionCallForest() 840 cursor_sp, symbol_info); in AppendInstructionToFunctionCallForest() 882 for (; cursor_sp->HasValue(); cursor_sp->Next()) { in CreateFunctionCallForest() [all …]
|
| H A D | UnwindLLDB.cpp | 128 CursorSP cursor_sp(new Cursor()); in GetOneMoreFrame() local 189 if (!reg_ctx_sp->GetCFA(cursor_sp->cfa)) { in GetOneMoreFrame() 208 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame() 219 !reg_ctx_sp->GetCFA(cursor_sp->cfa) || in GetOneMoreFrame() 220 !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame() 245 if (!reg_ctx_sp->ReadPC(cursor_sp->start_pc)) { in GetOneMoreFrame() 264 if (abi && !abi->CodeAddressIsValid(cursor_sp->start_pc)) { in GetOneMoreFrame() 283 if (prev_frame->start_pc == cursor_sp->start_pc && in GetOneMoreFrame() 284 prev_frame->cfa == cursor_sp->cfa) { in GetOneMoreFrame() 292 cursor_sp->reg_ctx_lldb_sp = reg_ctx_sp; in GetOneMoreFrame() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TraceDumper.h | 220 TracedSegment(const lldb::TraceCursorSP &cursor_sp, in TracedSegment() argument 222 : m_first_insn_id(cursor_sp->GetId()), in TracedSegment() 223 m_last_insn_id(cursor_sp->GetId()), in TracedSegment() 255 void AppendInsn(const lldb::TraceCursorSP &cursor_sp, 265 FunctionCall &CreateNestedCall(const lldb::TraceCursorSP &cursor_sp, 317 FunctionCall(const lldb::TraceCursorSP &cursor_sp, 327 void AppendSegment(const lldb::TraceCursorSP &cursor_sp, 402 TraceDumper(lldb::TraceCursorSP cursor_sp, Stream &s,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 2258 TraceCursorSP &cursor_sp = *cursor_or_error; in DoExecute() local 2269 TraceDumper dumper(std::move(cursor_sp), in DoExecute() 2448 TraceCursorSP &cursor_sp = *cursor_or_error; in DoExecute() local 2451 !cursor_sp->HasId(*m_options.m_dumper_options.id)) { in DoExecute() 2467 cursor_sp->Seek(1, lldb::eTraceCursorSeekTypeEnd); in DoExecute() 2470 TraceDumper dumper(std::move(cursor_sp), in DoExecute()
|