llvm-project/lldb/tools/driver
Jim Ingham a5a97ebe3c Added "command history" command to dump the command history.
Also made:
(lldb) !<NUM>
(lldb) !-<NUM>
(lldb) !!

work with the history.  For added benefit:

(lldb) !<NUM><TAB>

will insert the command at position <NUM> in the history into the command line to be edited.

This is only partial, I still need to sync up editline's history list with the one kept by the interpreter.

llvm-svn: 134955
2011-07-12 03:12:18 +00:00
..
Driver.cpp Don't have the debugger default to ignoring EOF. This is only what the driver 2011-05-29 04:06:55 +00:00
Driver.h Make sure writing asynchronous output only backs up 2011-05-09 23:06:58 +00:00
IOChannel.cpp Added "command history" command to dump the command history. 2011-07-12 03:12:18 +00:00
IOChannel.h Make the driver listen for asynchronous output, rather than 2011-05-03 20:53:11 +00:00
Makefile Fix makefile builds when llvm is configured with -enable-shared. 2011-03-13 18:17:16 +00:00
lldb-Info.plist Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00