[lldb-dev] Should break set -a resolve symbols?

Ted Woodward ted.woodward at codeaurora.org
Thu Apr 2 10:00:08 PDT 2015


When I set a breakpoint at the address of main, I get just the address back:

 

(lldb) break set -a `&main`

Breakpoint 1: address = 0x00000000004004f0

 

When I break at main, I get the source line and the address:

 

(lldb) settings set target.skip-prologue false

(lldb) b main

Breakpoint 2: where = a.out`main at hello.c:3, address = 0x00000000004004f0

 

Should break set -a also print out symbol, source file and line?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150402/12401f76/attachment.html>


More information about the lldb-dev mailing list