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
/
CommandObjectSettings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Re-add "demonstrate new Args API"
Zachary Turner
2016-11-22
1
-7
/
+2
*
Fix build failure on Linux and BSD by reverting r287597
Omair Javaid
2016-11-22
1
-2
/
+7
*
Add the new Args / entry-access API.
Zachary Turner
2016-11-21
1
-7
/
+2
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
1
-1
/
+1
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-1
/
+1
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-1
/
+5
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-12
/
+6
*
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
-12
/
+9
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1010
/
+892
*
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
-16
/
+16
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-52
/
+36
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-24
1
-148
/
+142
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-72
/
+62
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-18
/
+19
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+1
*
Handle trailing spaces on "settings set" command more correctly
Pavel Labath
2015-02-16
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
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+2
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-1
/
+1
*
<rdar://problem/13878726>
Enrico Granata
2013-05-20
1
-1
/
+8
*
<rdar://problem/13184855>
Greg Clayton
2013-03-05
1
-45
/
+19
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-22
/
+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
*
Change the NULL to a 0 since we need a uint32_t
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
-348
/
+218
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-1032
/
+1097
*
rdar://problem/10998562
Johnny Chen
2012-03-07
1
-1
/
+2
*
Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,
Johnny Chen
2012-01-23
1
-42
/
+45
*
Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,
Johnny Chen
2012-01-21
1
-13
/
+14
*
o CommandObjectSettingsSet.cpp:
Johnny Chen
2012-01-20
1
-1
/
+9
*
rdar://problem/10712130
Johnny Chen
2012-01-19
1
-14
/
+22
*
Moved many of the "settings" that used to be in "target.process.*" to just
Greg Clayton
2011-11-08
1
-4
/
+4
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
General cleanup on the UserSettingsController stuff. There were 5 different
Greg Clayton
2011-04-19
1
-121
/
+80
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-2
/
+2
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-3
/
+3
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-2
/
+0
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-14
/
+14
*
Recent modifications to the Python script interpreter caused some problems
Caroline Tice
2011-01-14
1
-1
/
+1
*
Various fixes mostly relating to the User Settings stuff:
Caroline Tice
2010-12-10
1
-7
/
+33
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-9
/
+224
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
1
-2
/
+3
[next]