index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Target
/
StackFrame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
<rdar://problem/11852100>
Greg Clayton
2012-07-11
1
-43
/
+48
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-3
/
+7
*
Updated the revision of LLVM/Clang used by LLDB.
Sean Callanan
2012-03-08
1
-6
/
+16
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-18
/
+11
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-1
/
+1
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-74
/
+113
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-16
/
+6
*
Many GDB users always want to display disassembly when they stop by using
Greg Clayton
2011-11-21
1
-11
/
+54
*
Added more functionality to the public API to allow for better
Greg Clayton
2011-09-26
1
-29
/
+20
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-1
/
+1
*
Change Error::SetErrorStringWithFormat() prototype to use an
Jason Molenda
2011-09-20
1
-8
/
+8
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-25
/
+27
*
Removed the function:
Greg Clayton
2011-09-17
1
-2
/
+2
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-2
/
+1
*
Taking care of an issue with using lldb_private types in SBCommandInterpreter...
Enrico Granata
2011-08-19
1
-1
/
+1
*
- Now using ${var} as the summary for an aggregate type will produce "name-of...
Enrico Granata
2011-08-19
1
-7
/
+25
*
Fixed an issue where a pointer's address was being logged instead of its value
Enrico Granata
2011-08-11
1
-15
/
+20
*
Basic support for reading synthetic children by index:
Enrico Granata
2011-08-09
1
-11
/
+79
*
Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...)
Greg Clayton
2011-08-02
1
-1
/
+32
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-3
/
+3
*
Fixed some issues with ARM backtraces by not processing any push/pop
Greg Clayton
2011-07-06
1
-4
/
+3
*
new syntax for summary strings:
Enrico Granata
2011-07-06
1
-2
/
+144
*
Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that
Greg Clayton
2011-06-22
1
-2
/
+1
*
Fixed variable parsing to not parse block variables over and over due to an
Greg Clayton
2011-06-17
1
-1
/
+3
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-13
/
+17
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-1
/
+3
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-4
/
+4
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-0
/
+35
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-8
/
+29
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-1
/
+1
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-0
/
+1
*
Add the ability to disassemble "n" instructions from the current PC, or the f...
Jim Ingham
2011-03-22
1
-0
/
+1
*
Fixed the -r parameter to the disassemble command
Sean Callanan
2011-03-10
1
-0
/
+1
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-1
/
+1
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-9
/
+12
*
Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoid
Greg Clayton
2011-01-20
1
-1
/
+17
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-6
/
+6
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-8
/
+8
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-1
/
+1
*
Fixed the "expression" command object to use the StackFrame::GetValueForExpre...
Greg Clayton
2010-12-15
1
-115
/
+195
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-0
/
+153
*
Change the DWARFExpression::Evaluate methods to take an optional
Jason Molenda
2010-11-20
1
-1
/
+1
*
Fixed StackFrame::GetVariableList to add global
Sean Callanan
2010-11-01
1
-12
/
+17
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-2
/
+2
*
There are now to new "settings set" variables that live in each debugger
Greg Clayton
2010-10-04
1
-3
/
+27
*
Add GetSP to the StackFrame.
Jim Ingham
2010-09-23
1
-0
/
+6
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-4
/
+4
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-1
/
+5
*
Fixed an assertion that happened when debugging DWARF in .o files with debug
Greg Clayton
2010-09-13
1
-2
/
+7
*
Added more API to lldb::SBBlock to allow getting the block
Greg Clayton
2010-09-07
1
-42
/
+59
[prev]
[next]