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
*
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
*
Added a setting to "log timer" so you can see the incremental timings as well:
Jim Ingham
2010-11-04
1
-1
/
+13
*
Added a top level Timer to the interpreter execute command. Also added an op...
Jim Ingham
2010-11-04
1
-1
/
+19
*
Update arguments & help information for "log disable" command.
Caroline Tice
2010-10-29
1
-5
/
+13
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-20
/
+18
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-3
/
+12
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-4
/
+40
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
1
-9
/
+9
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-24
/
+25
*
Clean up, clarify and standardize help text, and fix a few help text formatti...
Caroline Tice
2010-09-08
1
-2
/
+2
*
Fixed the log streams for logs that output to
Sean Callanan
2010-06-23
1
-10
/
+2
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-18
/
+14
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-2
/
+2
*
Change the Options parser over to use a mask rather than an ordinal for optio...
Jim Ingham
2010-06-15
1
-8
/
+8
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+452