coredump: Exclude special areas
Fujitsu: POSTK_DEBUG_TEMP_FIX_38 Refs: #1005 Change-Id: I8934d2aecf06a09469afe131347e42b48b6f67f6
This commit is contained in:
committed by
Masamichi Takagi
parent
2910818f06
commit
a269d96978
17
test/issues/1005/Makefile
Normal file
17
test/issues/1005/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
CC = gcc
|
||||
TARGET=devmap_and_segv
|
||||
|
||||
CPPFLAGS =
|
||||
LDFLAGS =
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
devmap_and_segv: devmap_and_segv.c
|
||||
$(CC) -g -o $@ $^ $(LDFLAGS)
|
||||
|
||||
test: all
|
||||
@sh ./C1005.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o ./core ./core.* ./maps.txt ./gdb_out.txt
|
||||
|
||||
Reference in New Issue
Block a user