Add a field to the qMemoryRegionInfo packet where the remote stub can describe the type of memory -- heap, stack. Keep track of memory regions that are stack memory in lldb. Add a new "--style stack" to process save-core to request that only stack memory be included in the corefile. Differential Revision: https://reviews.llvm.org/D107625
4 lines
43 B
Makefile
4 lines
43 B
Makefile
C_SOURCES = main.c
|
|
|
|
include Makefile.rules
|