coredump: Exclude special areas

Fujitsu: POSTK_DEBUG_TEMP_FIX_38
Refs: #1005
Change-Id: I8934d2aecf06a09469afe131347e42b48b6f67f6
This commit is contained in:
Ken Sato
2018-08-09 16:02:46 +09:00
committed by Masamichi Takagi
parent 2910818f06
commit a269d96978
8 changed files with 327 additions and 9 deletions

17
test/issues/1005/Makefile Normal file
View 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