[Lldb-commits] [PATCH] D69422: [lldb][Docs] Add extra lldb aliases to gdb->lldb map
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 25 09:38:54 PDT 2019
kastiglione added a comment.
fwiw I have a python command called `abbrev` that takes a command and shows you the alias you can use instead.
(lldb) abbrev mem read -s 8 -c 10 -f x 0xfedcba00
x/10xg 0xfedcba00
(lldb) abbrev break set -f foo.c -l 123
b foo.c:23
(lldb) abbrev thread jump --by 3
j +3
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69422/new/
https://reviews.llvm.org/D69422
More information about the lldb-commits
mailing list