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
...
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-103
/
+87
*
Keep original source path and mapped path in LineEntry
Ted Woodward
2016-05-11
1
-8
/
+1
*
When building the list of variables we're going to write "using $_lldb_local_...
Jim Ingham
2016-04-26
1
-2
/
+5
*
Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...
Greg Clayton
2016-04-25
1
-1
/
+1
*
Improve the 'type lookup' command such that it guesses to use the current's f...
Enrico Granata
2016-03-15
1
-1
/
+19
*
Add support for DW_OP_push_object_address in dwarf expressions
Tamas Berghammer
2016-02-26
1
-2
/
+9
*
Handle the case when a variable is only valid in part of the enclosing scope
Tamas Berghammer
2016-02-25
1
-1
/
+6
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...
Eugene Zelenko
2016-02-18
1
-64
/
+47
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-3
/
+3
*
Fix a thinko in StackFrame::GetInScopeVariableList.
Siva Chandra
2016-02-02
1
-1
/
+1
*
[LLDB] Switch to assembly view if source is moved
Mohit K. Bhakkad
2015-12-03
1
-4
/
+13
*
Fix up LLDB for a change in the way clang represents anonymous unions such th...
Enrico Granata
2015-11-19
1
-3
/
+35
*
Use eAddressClassCode for address lookup for opcodes for stack frames
Tamas Berghammer
2015-09-07
1
-1
/
+1
*
Set the default language to use when evaluating to that of the frame's CU.
Dawn Perchik
2015-09-04
1
-0
/
+9
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-9
/
+9
*
Fix resolution conflict between global and class static variables in C++
Paul Herman
2015-08-18
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Remove duplicated code for synthetic array members.
Bruce Mitchener
2015-02-26
1
-1
/
+1
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-1
/
+3
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-2
/
+3
*
Fix a corner case with the handling of noreturn functions.
Jason Molenda
2014-11-08
1
-0
/
+24
*
Expose the type-info flags at the public API layer. These flags provide much ...
Enrico Granata
2014-10-21
1
-2
/
+2
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-1
/
+3
*
Add a mutex lock to StackFrame to protect race conditions for
Jason Molenda
2014-10-02
1
-3
/
+20
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Allow specification of no source display on stop.
Todd Fiala
2014-07-07
1
-5
/
+4
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-2
/
+2
*
Add new ivars to StackFrame so it can represent a stack collected
Jason Molenda
2013-11-04
1
-1
/
+48
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-35
/
+37
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-37
/
+35
*
Mark the selected frame of the selected thread in backtraces.
Jim Ingham
2013-10-18
1
-3
/
+8
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-13
/
+13
*
Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...
Michael Sartain
2013-05-23
1
-2
/
+1
*
When lldb stops in a stack frame where we have source level information (file...
Jason Molenda
2013-04-29
1
-5
/
+3
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-2
/
+8
*
Backed out a hacky fix that is no longer needed.
Greg Clayton
2013-02-26
1
-3
/
+0
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-1
/
+1
*
Fixed a case where a stack frame could lose track
Sean Callanan
2013-02-21
1
-0
/
+5
*
<rdar://problem/12560257>
Greg Clayton
2012-12-06
1
-1
/
+5
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
<rdar://problem/12445557>
Greg Clayton
2012-11-29
1
-13
/
+23
*
Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...
Jim Ingham
2012-09-01
1
-0
/
+10
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+3
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-4
/
+4
*
<rdar://problem/11870357>
Greg Clayton
2012-07-14
1
-11
/
+52
*
<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
[prev]
[next]