mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
Patch from Filipe Cabecinhas fixing a typo in the "lldb unwind" log output.
llvm-svn: 151370
This commit is contained in:
@@ -500,7 +500,7 @@ RegisterContextLLDB::InitializeNonZerothFrame()
|
||||
if (active_row && log)
|
||||
{
|
||||
StreamString active_row_strm;
|
||||
active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr()));
|
||||
active_row->Dump(active_row_strm, m_fast_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr()));
|
||||
log->Printf("%*sFrame %u active row: %s",
|
||||
m_frame_number < 100 ? m_frame_number : 100, "", m_frame_number, active_row_strm.GetString().c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user