forked from OSchip/llvm-project
Trivial fix - insert a space between the frame name and the instruction output.
llvm-svn: 133647
This commit is contained in:
parent
cb7cfa4954
commit
6cffdd2fd3
|
@ -177,6 +177,7 @@ ThreadPlanAssemblyTracer::Log ()
|
|||
addr_valid = m_process.GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, pc_addr);
|
||||
|
||||
pc_addr.Dump(stream, &m_thread, Address::DumpStyleResolvedDescription, Address::DumpStyleModuleWithFileAddress);
|
||||
stream->PutCString (" ");
|
||||
|
||||
if (m_disassembler)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue