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
/
CommandObjectArgs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-1
/
+1
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+0
*
Convert various CommandInterpreter functions to StringRef.
Zachary Turner
2016-10-05
1
-44
/
+41
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-1
/
+1
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-9
/
+9
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-208
/
+179
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-2
/
+4
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-4
/
+7
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-19
1
-14
/
+6
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-9
/
+14
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-2
/
+0
*
Jim told me about a cleaner way to include headers from plug-ins.
Sean Callanan
2015-09-03
1
-1
/
+1
*
In preparation for factoring persistent variables into a generic part and a
Sean Callanan
2015-09-03
1
-1
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+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
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-7
/
+1
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-1
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-2
/
+2
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-2
/
+2
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-1
/
+1
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-7
/
+6
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-2
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-2
/
+2
*
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 NULL to a 0 since we need a uint32_t
Filipe Cabecinhas
2012-09-11
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-1
/
+2
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-9
/
+5
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-3
/
+3
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-2
/
+2
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-1
/
+1
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-3
/
+3
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-2
/
+2
*
Really fix the test suite crasher this time.
Johnny Chen
2011-04-08
1
-1
/
+1
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-3
/
+4
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-1
/
+0
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-9
/
+1
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-1
/
+1
*
Added a new test case to test signals with.
Greg Clayton
2010-10-10
1
-1
/
+1
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
1
-2
/
+2
[next]