Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
e5e34cb15f031237004b05abfa623c71f879f6c0
/
source
/
Commands
/
CommandObjectCommands.cpp
e5e34cb
When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command
by Enrico Granata
· 14 years ago
6b1596d
Changes to Python commands:
by Enrico Granata
· 14 years ago
c2a2825
Python commands:
by Enrico Granata
· 14 years ago
6247dbe
Added "command history" command to dump the command history.
by Jim Ingham
· 14 years ago
892fadd
by Caroline Tice
· 14 years ago
2b5e4e6
by Caroline Tice
· 14 years ago
5ddbe21
by Caroline Tice
· 14 years ago
4a34808
by Caroline Tice
· 14 years ago
40e4824
Renamed the "commands" command to "command" as this is the way we were using
by Greg Clayton
· 14 years ago
d12aeab
Added the ability for users to create new regex commands.
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
949d5ac
Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand.
by Jim Ingham
· 15 years ago
56d2fc4
by Caroline Tice
· 15 years ago
e0da7a5
by Caroline Tice
· 15 years ago
44c841d
by Caroline Tice
· 15 years ago
5d53b62
Fix error message when attempting to generate invalid alias.
by Caroline Tice
· 15 years ago
e6866a3
Add alias information, including aliased command options &
by Caroline Tice
· 15 years ago
a83ea88
Fixed a crasher. The cmd_file needs to be resolved before reading lines from it.
by Johnny Chen
· 15 years ago
537a7a8
Fixed an issue where we were resolving paths when we should have been.
by Greg Clayton
· 15 years ago
ed1829e
Comment out code that was preventing commands that take raw input strings
by Caroline Tice
· 15 years ago
5e0894e
Fix bug where alias command options were being duplicated as command arguments as well.
by Caroline Tice
· 15 years ago
43b014a
Modify existing commands with arguments to use the new argument mechanism
by Caroline Tice
· 15 years ago
a830adb
There are now to new "settings set" variables that live in each debugger
by Greg Clayton
· 15 years ago
8bb61f0
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
146292c
Add 'unalias' to the commands sub-command dictionary.
by Caroline Tice
· 15 years ago
31fbb64
More help text fixes.
by Caroline Tice
· 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
c1ad82e
by Caroline Tice
· 15 years ago
a3aff73
Updated help text to refer to "commands alias"
by Sean Callanan
· 15 years ago
9488b74
Created lldb::LanguageType by moving an enumeration from the
by Greg Clayton
· 15 years ago
54e7afa
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
767af88
Fix GetRepeatCommand so it works with multi-word commands.
by Jim Ingham
· 15 years ago