[Bug 241773] lldb does not display external variables properly.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 3 00:44:48 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241773

--- Comment #9 from bc979 at lafn.org ---
Using 

(lldb) log enable posix all
then run
(lldb) p id


generates a lot of ptrace entries, however after the p id command, I get:

Process 26878 stopped
* thread #1, name = 'testprog', stop reason = step in failed (Could not create
return address breakpoint. Return address (0x80024d6ae) permissions not found.)
    frame #0: 0x0000000800404dd0 libc.so.7`stat
libc.so.7`stat:
->  0x800404dd0 <+0>: pushq  %rbp
    0x800404dd1 <+1>: movq   %rsp, %rbp
    0x800404dd4 <+4>: pushq  %r15
    0x800404dd6 <+6>: pushq  %r14
(lldb)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list