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:
Greg Clayton
2010-09-14 23:36:40 +00:00
parent 5f2311dc29
commit f5e56de080
57 changed files with 292 additions and 361 deletions

View File

@@ -56,7 +56,7 @@ ThreadPlanStepOverRange::GetDescription (Stream *s, lldb::DescriptionLevel level
else
{
s->Printf ("stepping through range (stepping over functions): ");
m_address_range.Dump (s, &m_thread.GetProcess(), Address::DumpStyleLoadAddress);
m_address_range.Dump (s, &m_thread.GetProcess().GetTarget(), Address::DumpStyleLoadAddress);
}
}