<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
Showing
- lldb/include/lldb/Symbol/SymbolContext.h 1 addition, 1 deletionlldb/include/lldb/Symbol/SymbolContext.h
- lldb/source/API/SBSymbolContext.cpp 1 addition, 1 deletionlldb/source/API/SBSymbolContext.cpp
- lldb/source/Commands/CommandObjectSource.cpp 2 additions, 2 deletionslldb/source/Commands/CommandObjectSource.cpp
- lldb/source/Core/Address.cpp 1 addition, 1 deletionlldb/source/Core/Address.cpp
- lldb/source/Core/Disassembler.cpp 1 addition, 1 deletionlldb/source/Core/Disassembler.cpp
- lldb/source/Core/Module.cpp 2 additions, 2 deletionslldb/source/Core/Module.cpp
- lldb/source/Expression/ClangExpressionDeclMap.cpp 2 additions, 2 deletionslldb/source/Expression/ClangExpressionDeclMap.cpp
- lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp 2 additions, 2 deletionslldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 1 addition, 1 deletionlldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
- lldb/source/Symbol/SymbolContext.cpp 4 additions, 3 deletionslldb/source/Symbol/SymbolContext.cpp
- lldb/source/Symbol/Variable.cpp 1 addition, 1 deletionlldb/source/Symbol/Variable.cpp
- lldb/source/Target/StackFrame.cpp 1 addition, 1 deletionlldb/source/Target/StackFrame.cpp
Loading
Please register or sign in to comment