Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f96ae684c4be9c08901bde63b0df8ef5210e6aff
/
lldb
/
source
/
Interpreter
/
CommandInterpreter.cpp
31c39da
Add a simple command: 'version' to the command interpreter, and an accompanying
by Johnny Chen
· 15 years ago
fe0c425
Fix the completion of "fr " and the like.
by Jim Ingham
· 15 years ago
472362e
by Caroline Tice
· 15 years ago
01274c0
Fix bug where using incomplete strings for command names causes
by Caroline Tice
· 15 years ago
844d230
by Caroline Tice
· 15 years ago
d9d6336
by Caroline Tice
· 15 years ago
efed613
Add the ability to catch and do the right thing with Interrupts (often control-c)
by Caroline Tice
· 15 years ago
2d95dc9b
Modified lldb_private::SymboleFile to be able to override where its TypeList
by Greg Clayton
· 15 years ago
3024483
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
cfd1ace
Cleaned up the API logging a lot more to reduce redundant information and
by Greg Clayton
· 15 years ago
49e80a1
Changed "run" to alias "process launch --".
by Jim Ingham
· 15 years ago
274060b
Fixed an issue where we were resolving paths when we should have been.
by Greg Clayton
· 15 years ago
9bc6dbb
Fix small mistake in previous commit (fixing aliases for commands that
by Caroline Tice
· 15 years ago
38c22f5
Fix bug where aliases for commands that take raw input were not
by Caroline Tice
· 15 years ago
c066ab4
Add an initial version of test that exercise the lldb commands: 'process signal'
by Johnny Chen
· 15 years ago
4ab31c9
Fix some memory leaks.
by Caroline Tice
· 15 years ago
6eee5aa
Added a "--no-lldbinit" option (-n for short (which magically matches
by Greg Clayton
· 15 years ago
3bcdb29
Add an "auto-confirm" setting to the debugger so you can turn off the confirmations if you want to.
by Jim Ingham
· 15 years ago
405fe67
Modify existing commands with arguments to use the new argument mechanism
by Caroline Tice
· 15 years ago
97a6dc7
Add a "Confirm" function to the CommandInterpreter so you can confirm potentially dangerous operations in a generic way.
by Jim Ingham
· 15 years ago
daccaa9
Add UserSettings to Target class, making Target settings
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
f94bddc
Added default more aliases to ease gdb converts:
by Greg Clayton
· 15 years ago
8830091
Clean up help text.
by Caroline Tice
· 15 years ago
101c7c2
Make all debugger-level user settable variables into instance variables.
by Caroline Tice
· 15 years ago
3f4c09c
by Caroline Tice
· 15 years ago
3df9a8d
by Caroline Tice
· 15 years ago
3fec2dd
Delete the vestigal "select", "info" and "delete" commands.
by Jim Ingham
· 15 years ago
6d56d2c
Move "variable list" to "frame variable"
by Jim Ingham
· 15 years ago
f681b94
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
by Greg Clayton
· 15 years ago
1a8d409
This is a major refactoring of the expression parser.
by Sean Callanan
· 15 years ago
12fc3e0
Changed the StackID to store its start PC address as a load address instead of
by Greg Clayton
· 15 years ago
0708e2c
Updated help text to refer to "commands alias"
by Sean Callanan
· 15 years ago
85ffddc
The unix "source" command maps to "command source" in lldb. :-)
by Johnny Chen
· 15 years ago
6f80bc5
Remove includes for removed files...
by Jim Ingham
· 15 years ago
ebc09c3
Fix GetRepeatCommand so it works with multi-word commands.
by Jim Ingham
· 15 years ago
1308bb2
Added a "GetRepeatCommand" to the command object. The Interpreter uses this
by Jim Ingham
· 15 years ago
279a6c2
Hide the logic for command resolution for commands, aliases & user commands behind a single
by Jim Ingham
· 15 years ago
558ce12
Add a source file completer to the CommandCompleters.
by Jim Ingham
· 15 years ago
490ac55
Fix a bug in handling command resolution for non-exact matches. Now we will correctly give help options when there are both aliases & real commands matching the current input string.
by Jim Ingham
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
8dae7f2
Remove an include of the deleted CommandObjectStatus.h.
by Jim Ingham
· 15 years ago
4b9bea8
Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked
by Jim Ingham
· 15 years ago
40af72e
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 15 years ago
3afb70c
Fix include paths; please check that this works on Mac.
by Eli Friedman
· 15 years ago
0d3b18d
Fix include path.
by Eli Friedman
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago