Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
a46013bde54626b68cd2013b108f73a205f4b29a
/
source
/
Commands
/
CommandObjectLog.cpp
f61e16b
<rdar://problem/10903854>
by Greg Clayton
· 13 years ago
d891f9b
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
6475c42
<rdar://problem/12798131>
by Greg Clayton
· 13 years ago
f737d37
Added a new "module" log channel which covers module creation, deletion, and common module list actions.
by Greg Clayton
· 13 years ago
da26bd2
Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an
by Jim Ingham
· 13 years ago
9721fe9
Add a useful error message to "log enable" with the wrong number of arguments, and reject "log enable lldb" which just silently did nothing before.
by Jim Ingham
· 13 years ago
6c530f2
Add a logging mode that takes a callback and flush'es to that callback.
by Jim Ingham
· 14 years ago
9c23673
Cleaned up many error codes. For any who is filling in error strings into
by Greg Clayton
· 14 years ago
5e342f5
Added auto completion for architecture names and for platforms.
by Greg Clayton
· 14 years ago
143fcc3
Added two new classes for command options:
by Greg Clayton
· 14 years ago
f15996e
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
by Greg Clayton
· 14 years ago
24bc5d9
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 14 years ago
b344843
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 14 years ago
5892856
Use Host::File in lldb_private::StreamFile and other places to cleanup host
by Greg Clayton
· 15 years ago
5f54ac3
Moved FileSpec into the Host layer since it will vary from host to host.
by Greg Clayton
· 15 years ago
d1eb73f
Add a method to StreamFile to line buffer the file. Use that in "log enable -f file" to line buffer the log output.
by Jim Ingham
· 15 years ago
4ba3999
Added a setting to "log timer" so you can see the incremental timings as well:
by Jim Ingham
· 15 years ago
19e29a8
Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with:
by Jim Ingham
· 15 years ago
6a9e5c2
Update arguments & help information for "log disable" command.
by Caroline Tice
· 15 years ago
926060e
Add the ability to disable individual log categories, rather
by Caroline Tice
· 15 years ago
7826c88
First pass at adding logging capabilities for the API functions. At the moment
by Caroline Tice
· 15 years ago
43b014a
Modify existing commands with arguments to use the new argument mechanism
by Caroline Tice
· 15 years ago
4d6675c
by Caroline Tice
· 15 years ago
238c0a1
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
abb507a
Clean up, clarify and standardize help text, and fix a few help text formatting problems.
by Caroline Tice
· 15 years ago
705d678
Fixed the log streams for logs that output to
by Sean Callanan
· 15 years ago
63094e0
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
84cdc15
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 15 years ago
34e9a98
Change the Options parser over to use a mask rather than an ordinal for option sets.
by Jim Ingham
· 15 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago