<rdar://problem/12524607>
authorGreg Clayton <gclayton@apple.com>
Tue, 29 Jan 2013 01:17:09 +0000 (01:17 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 29 Jan 2013 01:17:09 +0000 (01:17 +0000)
commit3c94737fb71acdc3dc91255d11c3ccba496aba8a
tree9d5a56b4f80ca9b66d32a1a5d1caac921eb3eb0f
parent5c1f1d09c87a1aad95973c8c8ffa2733329b397e
<rdar://problem/12524607>

Flush the process when symbols are loaded/unloaded manually. This was going on in:
- "target modules load" command
- SBTarget::SetSectionLoadAddress(...)
- SBTarget::ClearSectionLoadAddress(...)
- SBTarget::SetModuleLoadAddress(...)
- SBTarget::ClearModuleLoadAddress(...)

llvm-svn: 173745
lldb/source/API/SBTarget.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Target/SectionLoadList.cpp