coredump: Support signal number
Change-Id: If220bcd0865569a566e08aa53cae748fdc6317d0 Refs: #1340
This commit is contained in:
committed by
Masamichi Takagi
parent
11ef2f8092
commit
0c1cae45fe
11
test/issues/1340/Makefile
Normal file
11
test/issues/1340/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=segv raise_sig
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C1340.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o mccore* core.* *.txt
|
||||
Reference in New Issue
Block a user