mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
Moved the section load list up into the target so we can use the target
to symbolicate things without the need for a valid process subclass. llvm-svn: 113895
This commit is contained in:
@@ -61,7 +61,7 @@ ThreadPlanStepInRange::GetDescription (Stream *s, lldb::DescriptionLevel level)
|
||||
else
|
||||
{
|
||||
s->Printf ("Stepping through range (stepping into functions): ");
|
||||
m_address_range.Dump (s, &m_thread.GetProcess(), Address::DumpStyleLoadAddress);
|
||||
m_address_range.Dump (s, &m_thread.GetProcess().GetTarget(), Address::DumpStyleLoadAddress);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user