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
/
CommandObjectLog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove unnecessary includes in source/Commands
Raphael Isemann
2019-12-16
1
-10
/
+0
*
[lldb] Add completion support for log enable/disable/list
Raphael Isemann
2019-09-24
1
-0
/
+34
*
[lldb][NFC] Remove ArgEntry::ref member
Raphael Isemann
2019-09-13
1
-6
/
+6
*
[lldb] Test and fix invalid log command invocations
Raphael Isemann
2019-09-01
1
-0
/
+2
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-3
/
+1
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
1
-2
/
+0
*
[lldb] Tablegenify expr/frame/log/register/memory
Raphael Isemann
2019-07-25
1
-12
/
+2
*
[CommandObject] Use GetDebugger() helper method (NFC)
Jonas Devlieghere
2019-04-27
1
-3
/
+3
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+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
-1
/
+2
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-11
/
+11
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-1
/
+2
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Remove lldb streams from the Log class completely
Pavel Labath
2017-03-15
1
-6
/
+17
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+0
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Modernize Enable/DisableLogChannel interface a bit
Pavel Labath
2017-03-01
1
-3
/
+3
*
Reapply "Refactor log channel registration mechanism"
Pavel Labath
2017-02-17
1
-34
/
+10
*
Revert "Refactor log channel registration mechanism"
Pavel Labath
2017-02-15
1
-10
/
+34
*
Refactor log channel registration mechanism
Pavel Labath
2017-02-15
1
-34
/
+10
*
Clean up debug logging
Pavel Labath
2017-02-13
1
-4
/
+0
*
Add a missing break statement
Pavel Labath
2017-02-03
1
-0
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Add a more succinct logging syntax
Pavel Labath
2017-01-18
1
-0
/
+3
*
Modernize the Args access pattern in a few more commands.
Zachary Turner
2016-12-09
1
-27
/
+5
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-1
/
+1
*
Convert various CommandInterpreter functions to StringRef.
Zachary Turner
2016-10-05
1
-67
/
+62
*
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
-21
/
+18
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-377
/
+332
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-11
/
+13
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-7
/
+8
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-5
/
+3
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-20
1
-61
/
+30
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-23
/
+18
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Support for truncate/append on log files
Pavel Labath
2015-03-20
1
-0
/
+2
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-2
/
+0
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-1
/
+2
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-10
/
+10
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-10
/
+10
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-10
/
+10
[next]