Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Nov 2020 00:44:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 241773] lldb does not display external variables properly.
Message-ID:  <bug-241773-29464-50VWMcJXlu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241773-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241773-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241773

--- Comment #9 from bc979@lafn.org ---
Using=20

(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 =3D 'testprog', stop reason =3D step in failed (Could not=
 create
return address breakpoint. Return address (0x80024d6ae) permissions not fou=
nd.)
    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)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241773-29464-50VWMcJXlu>