Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f96ae684c4be9c08901bde63b0df8ef5210e6aff
/
lldb
/
source
/
Target
/
StackFrame.cpp
af67cec
The LLDB API (lldb::SB*) is now thread safe!
by Greg Clayton
· 15 years ago
54979cd
Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath()
by Greg Clayton
· 15 years ago
8b2fe6d
Modified LLDB expressions to not have to JIT and run code just to see variable
by Greg Clayton
· 15 years ago
2d107dd
Change the DWARFExpression::Evaluate methods to take an optional
by Jason Molenda
· 15 years ago
7c0962d
Fixed StackFrame::GetVariableList to add global
by Sean Callanan
· 15 years ago
73b472d
Updated the lldb_private::Flags class to have better method names and made
by Greg Clayton
· 15 years ago
0603aa9
There are now to new "settings set" variables that live in each debugger
by Greg Clayton
· 15 years ago
e4284b7
Add GetSP to the StackFrame.
by Jim Ingham
· 15 years ago
f5e56de
Moved the section load list up into the target so we can use the target
by Greg Clayton
· 15 years ago
016a95e
Looking at some of the test suite failures in DWARF in .o files with the
by Greg Clayton
· 15 years ago
ffc1d66
Fixed an assertion that happened when debugging DWARF in .o files with debug
by Greg Clayton
· 15 years ago
95897c6
Added more API to lldb::SBBlock to allow getting the block
by Greg Clayton
· 15 years ago
2cad65a
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
by Greg Clayton
· 15 years ago
6dadd50
Added a new bool parameter to many of the DumpStopContext() methods that
by Greg Clayton
· 15 years ago
288bdf9
StackFrame objects now own ValueObjects for any frame variables (locals, args,
by Greg Clayton
· 15 years ago
59e8fc1c
Clarified the intent of the SymbolContextScope class in the header
by Greg Clayton
· 15 years ago
68275d5
Made it so we update the current frames from the previous frames by doing STL
by Greg Clayton
· 15 years ago
5082c5f
Simplified the StackFrameList class down to a single frames list again
by Greg Clayton
· 15 years ago
12fc3e0
Changed the StackID to store its start PC address as a load address instead of
by Greg Clayton
· 15 years ago
6b8379c
Add StackFrame::IsInlined.
by Jim Ingham
· 15 years ago
0445d8f
Cleaned up the inline stack frame code one more time to prepare for inlined
by Greg Clayton
· 15 years ago
288e5af
Fixed another issue with the inline stack frames where if the first frame
by Greg Clayton
· 15 years ago
9da7bd0
Got a lot of the kinks worked out in the inline support after debugging more
by Greg Clayton
· 15 years ago
1b72fcb
Added support for inlined stack frames being represented as real stack frames
by Greg Clayton
· 15 years ago
0b76a2c
Modified the host process monitor callback function Host::StartMonitoringChildProcess
by Greg Clayton
· 15 years ago
dda4f7b
Centralized all disassembly into static functions in source/Core/Disassembler.cpp.
by Greg Clayton
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago