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
*
Propagate command interpreter errors from lldlbinit
Jonas Devlieghere
2019-05-08
1
-0
/
+1
*
[CommandObject] Use GetDebugger() helper method (NFC)
Jonas Devlieghere
2019-04-27
1
-23
/
+22
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-24
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+5
*
Add functionality to export settings
Jonas Devlieghere
2018-10-26
1
-0
/
+205
*
[Settings] Add -force flag to "settings set"
Jonas Devlieghere
2018-10-24
1
-3
/
+23
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-2
/
+2
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-9
/
+9
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-87
/
+10
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-6
/
+12
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
1
-113
/
+126
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+4
*
Move option parsing out of the Args class
Pavel Labath
2018-03-09
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-12
/
+12
*
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
[next]