llvm-project/lldb/source
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
..
API Fixed the global and static variables to always be in scope. 2011-07-09 20:12:33 +00:00
Breakpoint Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than 2011-06-29 19:42:28 +00:00
Commands Added "command history" command to dump the command history. 2011-07-12 03:12:18 +00:00
Core named summaries: 2011-07-12 00:18:11 +00:00
Expression Added the ability to see block variables when looking up addresses 2011-07-11 05:12:02 +00:00
Host Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants 2011-06-18 23:52:14 +00:00
Interpreter Added "command history" command to dump the command history. 2011-07-12 03:12:18 +00:00
Plugins Fixed an assertion crasher. We now handle things correclty and 2011-07-10 17:32:33 +00:00
Symbol named summaries: 2011-07-12 00:18:11 +00:00
Target Added the ability to see block variables when looking up addresses 2011-07-11 05:12:02 +00:00
Utility API fix and missing headers. 2011-05-19 23:07:19 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Deleted one too many characters... 2011-05-07 01:03:33 +00:00
lldb.cpp LLDB now has a Kernel dynamic linker that can detect where kexts are 2011-07-08 04:11:42 +00:00