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
/
Commands
/
CommandObjectFrame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-19
1
-66
/
+48
*
Improve error handling for `frame select` command when there are too many arg...
Adrian McCarthy
2015-12-22
1
-1
/
+3
*
Fix up LLDB for a change in the way clang represents anonymous unions such th...
Enrico Granata
2015-11-19
1
-1
/
+2
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-20
/
+16
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
1
-0
/
+2
*
Introudce a IsTopLevelFunction() API on Language and Function
Enrico Granata
2015-09-30
1
-0
/
+5
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-15
/
+15
*
Introduce the notion of "runtime support values"
Enrico Granata
2015-02-11
1
-4
/
+12
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-2
/
+3
*
Fix some typos:
Sylvestre Ledru
2014-08-11
1
-1
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-2
/
+2
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-2
/
+2
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-2
/
+2
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-2
/
+2
*
Give a better error when the index argument for “frame select” can’t be...
Jim Ingham
2013-11-05
1
-1
/
+8
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-4
/
+4
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-4
/
+4
*
<rdar://problem/14393032>
Enrico Granata
2013-09-30
1
-10
/
+5
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-1
/
+1
*
A first pass at auto completion for variables and their children. This is cur...
Greg Clayton
2013-05-14
1
-0
/
+26
*
Our commands that end up displaying a ValueObject as part of their workflow u...
Enrico Granata
2013-03-26
1
-16
/
+1
*
If you say
Enrico Granata
2013-02-21
1
-1
/
+2
*
Add "thread return -x" to unwind the innermost user called expression (if you...
Jim Ingham
2013-01-31
1
-23
/
+9
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-4
/
+4
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-106
/
+91
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-1
/
+1
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-2
/
+3
*
Change the NULL to a 0 since we need a uint32_t
Filipe Cabecinhas
2012-09-11
1
-1
/
+1
*
<rdar://problem/11578397> Adding a new --summary-string option for the frame ...
Enrico Granata
2012-08-09
1
-2
/
+4
*
<rdar://problem/11870357>
Greg Clayton
2012-07-14
1
-1
/
+2
*
<rdar://problem/11852100>
Greg Clayton
2012-07-11
1
-8
/
+1
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-31
/
+29
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-1
/
+1
*
1) solving a bug where, after Jim's fixes to stack frames, synthetic children...
Enrico Granata
2012-03-01
1
-16
/
+13
*
Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...
Jim Ingham
2012-02-29
1
-3
/
+5
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-2
/
+3
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
1
-1
/
+1
*
Remove the functionality of using 'frame variable -w' to set a watchpoint now...
Johnny Chen
2012-02-14
1
-73
/
+1
*
After discussions with Jim and Greg, modify the 'watchpoint set' command to b...
Johnny Chen
2012-02-08
1
-2
/
+2
*
Clarify the 'frame variable' help message regarding the watchpoint functional...
Johnny Chen
2012-02-08
1
-1
/
+4
*
Add help string for 'frame variable' to link to 'watchpoint set' which allows...
Johnny Chen
2012-02-06
1
-1
/
+3
*
Fixed formats being able to be applied recursively when using:
Greg Clayton
2012-01-26
1
-9
/
+12
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-1
/
+1
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-2
/
+2
*
Updated all commands that use a "--format" / "-f" options to use the new
Greg Clayton
2011-10-25
1
-6
/
+13
[next]