[Lldb-commits] [Diffusion] rL248338: Move the "run" alias from process launch --shell to process launch --shell…
Bruce Mitchener via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 23 23:59:14 PDT 2015
brucem added a comment.
Yes. With a change that I'm going to submit for review:
batavia:build-llvm bruce$ bin/lldb bin/clang
(lldb) target create "bin/clang"
Current executable set to 'bin/clang' (x86_64).
(lldb) b main
Breakpoint 1: where = clang`main, address = 0x0000000100002890
(lldb) run
error: could not find argdumper tool: /Users/bruce/Development/build-llvm/lib/argdumper
(lldb)
Users:
dawn (Auditor)
http://reviews.llvm.org/rL248338
More information about the lldb-commits
mailing list