Files
clang-p2996/lldb/test/API/tools/lldb-dap/stackTraceMissingModule/Makefile
Ely Ronnen 51dc0cc7a4 [lldb-dap] Handle stack frames without a module (#136777)
* 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.
2025-04-25 09:30:09 -07:00

3 lines
43 B
Makefile

C_SOURCES := main.c
include Makefile.rules