Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Commands
/
CommandObjectLog.cpp
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
ac9c3a6
Tables of command options in LLDB benefit from hand-formatting to make it
by Kate Stone
· 9 years ago
e1cfbc7
Decoupled Options from CommandInterpreter.
by Todd Fiala
· 9 years ago
7428a18
LLDB help content has accumulated over time without a recent attempt to
by Kate Stone
· 9 years ago
26cac3a
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes.
by Eugene Zelenko
· 10 years ago
13d21e9
commands: Use override instead of virtual.
by Bruce Mitchener
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
8ac0699
Support for truncate/append on log files
by Pavel Labath
· 11 years ago
3294de2
Move lldb-log.cpp to core/Logging.cpp
by Zachary Turner
· 11 years ago
5275aaa
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
by Vince Harron
· 11 years ago
d37221d
Revert "Fix broken tests due to new error output."
by Zachary Turner
· 11 years ago
9734280
Fix broken tests due to new error output.
by Todd Fiala
· 11 years ago
de963e9
Adds the notion of an OptionValidator.
by Zachary Turner
· 11 years ago
e2607b5
Add OptionParser.h
by Virgile Bello
· 12 years ago
57abc5d
<rdar://problem/13854277> <rdar://problem/13594769>
by Greg Clayton
· 12 years ago
889037d
<rdar://problem/10903854>
by Greg Clayton
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
3bcdfc0
<rdar://problem/12798131>
by Greg Clayton
· 13 years ago
3a18e31
Added a new "module" log channel which covers module creation, deletion, and common module list actions.
by Greg Clayton
· 13 years ago
5a98841
Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an
by Jim Ingham
· 13 years ago
dff0440
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
228063c
Add a logging mode that takes a callback and flush'es to that callback.
by Jim Ingham
· 14 years ago
86edbf4
Cleaned up many error codes. For any who is filling in error strings into
by Greg Clayton
· 14 years ago
ab65b34
Added auto completion for architecture names and for platforms.
by Greg Clayton
· 14 years ago
f6b8b58
Added two new classes for command options:
by Greg Clayton
· 14 years ago
eb0103f
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
by Greg Clayton
· 14 years ago
32e0a75
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 14 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
51b1e2d
Use Host::File in lldb_private::StreamFile and other places to cleanup host
by Greg Clayton
· 15 years ago
53239f0
Moved FileSpec into the Host layer since it will vary from host to host.
by Greg Clayton
· 15 years ago
9f35921
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
f7f4f50
Added a setting to "log timer" so you can see the incremental timings as well:
by Jim Ingham
· 15 years ago
932725f
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
7149fab
Update arguments & help information for "log disable" command.
by Caroline Tice
· 15 years ago
20ad3c4
Add the ability to disable individual log categories, rather
by Caroline Tice
· 15 years ago
ceb6b13
First pass at adding logging capabilities for the API functions. At the moment
by Caroline Tice
· 15 years ago
405fe67
Modify existing commands with arguments to use the new argument mechanism
by Caroline Tice
· 15 years ago
deaab22
by Caroline Tice
· 15 years ago
a701509
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
e3d2631
Clean up, clarify and standardize help text, and fix a few help text formatting problems.
by Caroline Tice
· 15 years ago
4be3990
Fixed the log streams for logs that output to
by Sean Callanan
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
40af72e
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 15 years ago
8651121
Change the Options parser over to use a mask rather than an ordinal for option sets.
by Jim Ingham
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago