Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Commands
/
CommandObjectSettings.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
3f18ea0
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
ea671fb
Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting.
by Kate Stone
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
633a29c
Further reduce header footprint of Debugger.h.
by Zachary Turner
· 11 years ago
df50f94
Handle trailing spaces on "settings set" command more correctly
by Pavel Labath
· 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
d93c4a3
Fix typos.
by Bruce Mitchener
· 11 years ago
3985c8c
sanitise sign comparisons
by Saleem Abdulrasool
· 11 years ago
e2607b5
Add OptionParser.h
by Virgile Bello
· 12 years ago
84a53df
<rdar://problem/13878726>
by Enrico Granata
· 12 years ago
30820f0
<rdar://problem/13184855>
by Greg Clayton
· 13 years ago
f9fc609
Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are:
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
bc6e85c
Change the NULL to a 0 since we need a uint32_t
by Filipe Cabecinhas
· 13 years ago
67cc063
Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
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
2c76eb0
rdar://problem/10998562 lldb crashes under guard malloc
by Johnny Chen
· 14 years ago
8cc80b2
Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,
by Johnny Chen
· 14 years ago
5928f64
Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,
by Johnny Chen
· 14 years ago
98aceb0
o CommandObjectSettingsSet.cpp:
by Johnny Chen
· 14 years ago
a28b89c
rdar://problem/10712130
by Johnny Chen
· 14 years ago
1d88596
Moved many of the "settings" that used to be in "target.process.*" to just
by Greg Clayton
· 14 years ago
86edbf4
Cleaned up many error codes. For any who is filling in error strings into
by Greg Clayton
· 14 years ago
4c20717
General cleanup on the UserSettingsController stuff. There were 5 different
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
· 15 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
8f5b2eb
Recent modifications to the Python script interpreter caused some problems
by Caroline Tice
· 15 years ago
2d5289d
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
0f564db
Change command option "--no_override" to "--no-override" (hypen instead of underscore).
by Caroline Tice
· 15 years ago
1559a46
by Caroline Tice
· 15 years ago
daccaa9
Add UserSettings to Target class, making Target settings
by Caroline Tice
· 15 years ago
ed8a705
General command line help cleanup:
by Greg Clayton
· 15 years ago
a701509
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
7d9edf6
Modify "settings list" so you can specify a particular instance setting name,
by Caroline Tice
· 15 years ago
101c7c2
Make all debugger-level user settable variables into instance variables.
by Caroline Tice
· 15 years ago
37c1b43
fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop.
by Chris Lattner
· 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
49e2737
Fix various minor bugs in the Settings stuff.
by Caroline Tice
· 15 years ago
3df9a8d
by Caroline Tice
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago