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
*
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
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-9
/
+9
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-2
/
+2
*
<rdar://problem/10903854>
Greg Clayton
2012-12-07
1
-4
/
+9
*
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
*
Added a new "module" log channel which covers module creation, deletion, and ...
Greg Clayton
2012-10-08
1
-0
/
+2
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-48
/
+51
*
Add a useful error message to "log enable" with the wrong number of arguments...
Jim Ingham
2012-05-12
1
-3
/
+3
*
Add a logging mode that takes a callback and flush'es to that callback.
Jim Ingham
2012-02-21
1
-53
/
+11
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-13
/
+24
*
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
/
+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
-3
/
+3
*
Use Host::File in lldb_private::StreamFile and other places to cleanup host
Greg Clayton
2011-02-09
1
-9
/
+2
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Add a method to StreamFile to line buffer the file. Use that in "log enable...
Jim Ingham
2011-01-24
1
-3
/
+10
[next]