summaryrefslogtreecommitdiff
path: root/lldb/test/API/tools/lldb-dap/stackTraceMissingModule
AgeCommit message (Collapse)Author
2025-04-25[lldb-dap] Handle stack frames without a module (#136777)Ely Ronnen
* Fix error in lldb-dap when the stack trace contains a frame without a module by simply showing the first 32 assembly instructions after the PC. * Adds a test with a simple example that triggers this case.