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

2020-12-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241773 --- Comment #11 from bc...@lafn.org --- With 12.2 this problem has become much worse. Any p command to lldb causes a "Program aborted due to an unhandled Error: Error value was Success. " Interestingly enough, I copied lldb from a 12.1 sys

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

2020-11-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241773 Shane changed: What|Removed |Added CC||free...@shaneware.biz --- Comment #10 from

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

2020-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241773 --- Comment #9 from bc...@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 =

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

2020-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241773 --- Comment #8 from bc...@lafn.org --- Having upgraded to 12.2, I ran the lldb session again. Lldb had degraded significantly. Stepping through the call to testfunc yields the following: 6 7void testfunc(void); 8int m

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

2020-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241773 --- Comment #7 from Ed Maste --- You can turn on logging in lldb to help figure out what is going on - sorry it has been some time since I've been actively involved in lldb and do not recall the specific channels and categories. To see all

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

2020-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241773 --- Comment #6 from Ed Maste --- Tried to reproduce on -current with lldb version 11.0.0 (g...@github.com:llvm/llvm-project.git revision llvmorg-11.0.0-rc2-0-g414f32a9e86) clang revision llvmorg-11.0.0-rc2-0-g414f32a9e86 llvm revision

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

2020-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241773 Li-Wen Hsu changed: What|Removed |Added Status|New |Open Assignee|b...@freebsd.