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
/
Options.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-19
/
+28
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-28
/
+19
*
Invalidate process UID/GID-related command options on Windows.
Zachary Turner
2014-07-07
1
-18
/
+27
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-1
/
+1
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-18
/
+18
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
Don't crash when trying to auto complete 'breakpoint set -n "_'
Greg Clayton
2014-01-29
1
-1
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-8
/
+8
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+12
*
Fix some more mismatched integer types causing compiler warnings.
Andy Gibbs
2013-06-24
1
-1
/
+1
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-5
/
+5
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-2
/
+1
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13457391>
Greg Clayton
2013-04-04
1
-3
/
+3
*
Define isprint8() wrapper around isprint() in order to avoid crashes on Linux
Daniel Malea
2012-12-05
1
-6
/
+6
*
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
-123
/
+149
*
Added new options to "target create" and "target modules add".
Greg Clayton
2012-11-30
1
-2
/
+6
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-2
/
+4
*
Refine the 'watchpoint set' command to now require either the '-v' option (fo...
Johnny Chen
2012-02-08
1
-2
/
+6
*
Fixed the help text for raw commands like "expr"
Sean Callanan
2012-01-04
1
-0
/
+15
*
Fixed some warnings after enabling some stricter warnings in the Xcode project
Greg Clayton
2011-10-31
1
-3
/
+1
*
Fixed the "expression" command when it comes to using it with the new GDB format
Greg Clayton
2011-10-29
1
-51
/
+75
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-1
/
+1
*
Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added
Greg Clayton
2011-04-27
1
-0
/
+12
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-36
/
+57
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-2
/
+85
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-9
/
+6
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-2
/
+3
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-4
/
+4
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-1
/
+1
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
1
-14
/
+22
*
Add infrastructure for standardizing arguments for commands and
Caroline Tice
2010-10-01
1
-0
/
+7
*
Make the short option print out before the long option in the
Caroline Tice
2010-09-20
1
-2
/
+2
*
General command line help cleanup:
Greg Clayton
2010-09-18
1
-13
/
+76
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-12
/
+6
*
Modify the command options help generation so that required options
Caroline Tice
2010-09-09
1
-34
/
+75
*
Make all debugger-level user settable variables into instance variables.
Caroline Tice
2010-09-09
1
-1
/
+3
*
This is a very large commit that completely re-does the way lldb
Caroline Tice
2010-09-04
1
-1
/
+7
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-1
/
+1
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-1
/
+4
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-9
/
+9
*
Add a source file completer to the CommandCompleters.
Jim Ingham
2010-06-30
1
-0
/
+6
*
Convert direct access to the required & optional option sets to an accessor s...
Jim Ingham
2010-06-24
1
-10
/
+35
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-20
/
+20
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-0
/
+734