Bug 442788 - lldb: frame stack not working
Summary: lldb: frame stack not working
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: All build tools (other bugs)
Version First Reported In: 5.6.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-21 21:51 UTC by Christoph Haag
Modified: 2021-09-21 21:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Haag 2021-09-21 21:51:23 UTC
lldb-mi-git r74.89945aa

I worked around https://bugs.kde.org/show_bug.cgi?id=413372 by editing /usr/share/kdevlldb/formatters/qt.py with

- from urlparse import urlsplit, urlunsplit
+ from urllib.parse import urlsplit, urlunsplit

Just mentioning it because I don't know if python3 is the problem.

Setting lldb as debugger for a crashing program seems to halt the program fine at the crash but the Frame Stack tab is empty. When going to the LLDB Console tab and running backtrace, the Frame Stack tab gets populated with frame info, but the entire tab is disabled and unclickable.