* 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.
3 lines
43 B
Makefile
3 lines
43 B
Makefile
C_SOURCES := main.c
|
|
include Makefile.rules
|