<rdar://problem/13265297>
authorGreg Clayton <gclayton@apple.com>
Sat, 23 Feb 2013 04:12:47 +0000 (04:12 +0000)
committerGreg Clayton <gclayton@apple.com>
Sat, 23 Feb 2013 04:12:47 +0000 (04:12 +0000)
commit72310355ff64de112fcdd9e39297ddf377c9257e
treeee4661bcac945175ee8db7e5ec2114b2b5321b13
parent6fcb39e0f06b0ee9e4632c38f78fe34af8af59ee
<rdar://problem/13265297>

StackFrame assumes m_sc is additive, but m_sc can lose its target. So now the SymbolContext::Clear() method takes a bool that indicates if the target should be cleared. Modified all existing code to properly set the bool argument.

llvm-svn: 175953
12 files changed:
lldb/include/lldb/Symbol/SymbolContext.h
lldb/source/API/SBSymbolContext.cpp
lldb/source/Commands/CommandObjectSource.cpp
lldb/source/Core/Address.cpp
lldb/source/Core/Disassembler.cpp
lldb/source/Core/Module.cpp
lldb/source/Expression/ClangExpressionDeclMap.cpp
lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Symbol/SymbolContext.cpp
lldb/source/Symbol/Variable.cpp
lldb/source/Target/StackFrame.cpp