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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to