coredump: Support threads

Change-Id: Id75ade6c87b15abcff5d772d90f77950376a32c1
Refs: #1219
This commit is contained in:
Masamichi Takagi
2019-02-19 17:08:39 +09:00
parent 12aef0b578
commit 11ef2f8092
33 changed files with 1438 additions and 76 deletions

11
test/issues/1219/Makefile Normal file
View File

@@ -0,0 +1,11 @@
CFLAGS=-g
LDFLAGS=-lpthread
TARGET=segv_in_sub segv_in_main segv_after_join
all: $(TARGET)
test: all
./C1219.sh
clean:
rm -f $(TARGET) *.o mccore* core.* *.txt