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
/
Interpreter
/
OptionGroupValueObjectDisplay.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-173
/
+191
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-8
/
+11
*
Add a --element-count option to the expression command
Enrico Granata
2016-04-25
1
-1
/
+11
*
Add a more tweakable way for ValueObjectPrinter to control pointer expansion....
Enrico Granata
2015-07-27
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-3
/
+4
*
Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...
Enrico Granata
2014-11-21
1
-1
/
+1
*
Add a -V <bool> flag to frame variable/expression that enables execution of t...
Enrico Granata
2014-09-06
1
-0
/
+11
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-12
/
+12
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-12
/
+12
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-12
/
+12
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-12
/
+12
*
<rdar://problem/14393032>
Enrico Granata
2013-09-30
1
-4
/
+5
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-11
/
+11
*
Our commands that end up displaying a ValueObject as part of their workflow u...
Enrico Granata
2013-03-26
1
-0
/
+33
*
Option changes:
Enrico Granata
2012-12-12
1
-11
/
+11
*
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
*
Some more typing-related fixes.
Filipe Cabecinhas
2012-09-11
1
-1
/
+1
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-3
/
+2
*
<rdar://problem/11576169> Better documentation string for the -Y option to fr...
Enrico Granata
2012-08-08
1
-1
/
+1
*
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...
Johnny Chen
2012-05-15
1
-1
/
+1
*
A simple fix for the GDB format strings so the byte size parameter gets
Greg Clayton
2011-10-26
1
-0
/
+1
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-5
/
+5
*
Re-organized the contents of RangeMap.h to be more concise and also allow for...
Greg Clayton
2011-10-07
1
-5
/
+2
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-1
/
+1
*
Refactoring: replace a bunch of static array size computation or hardcoded co...
Johnny Chen
2011-09-10
1
-3
/
+2
*
*Some more optimizations in usage of ConstString
Enrico Granata
2011-08-12
1
-10
/
+13
*
CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...
Enrico Granata
2011-08-09
1
-1
/
+5
*
when typing a summary string you can use the %S symbol to explicitly indicate...
Enrico Granata
2011-07-22
1
-2
/
+9
*
Some descriptive text for the Python script feature:
Enrico Granata
2011-07-16
1
-9
/
+19
*
Headers have been moved to /includes/lldb/Interpreter. This patch
Johnny Chen
2011-05-13
1
-2
/
+2
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-2
/
+25
*
Added the ability to specify dumping options (show types, show location,
Greg Clayton
2011-04-28
1
-14
/
+11
*
Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added
Greg Clayton
2011-04-27
1
-0
/
+106