summaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprogcgo
Commit message (Expand)AuthorAgeFilesLines
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-042-2/+2
* runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor2016-10-111-0/+8
* runtime: add threadprof tag for test that starts busy threadIan Lance Taylor2016-10-062-0/+19
* runtime/testdata/testprogcgo: add explicit return value to signalThreadMichael Munday2016-10-051-1/+1
* runtime: don't call cgocallback from signal handlerIan Lance Taylor2016-10-051-0/+102
* runtime: use sched_yield instead of pthread_yieldDavid Crawshaw2016-09-231-1/+2
* cmd/compile: don't instrument copy and append in runtimeIan Lance Taylor2016-09-221-0/+77
* runtime: remove unused function in testIan Lance Taylor2016-08-231-11/+0
* runtime: move printing of extra newlineJosh Bleecher Snyder2016-08-161-2/+2
* runtime: remove useless loop from CgoCCodeSIGPROF test programIan Lance Taylor2016-06-161-10/+8
* runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor2016-06-131-0/+112
* runtime: pass signal context to cgo traceback functionIan Lance Taylor2016-05-313-0/+3
* runtime/testdata/testprogcgo: fix Windows C compiler warningBrad Fitzpatrick2016-05-101-1/+1
* runtime: put tracebackctxt C functions in .c fileIan Lance Taylor2016-05-052-92/+98
* runtime: use cgo traceback for SIGPROFIan Lance Taylor2016-05-041-0/+96
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor2016-04-291-0/+191
* cmd/go: fix -buildmode=c-archive should work on windowsChristopher Nelson2016-04-041-1/+2
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-0/+80
* runtime: limit TestCgoCCodeSIGPROF test to 1 secondIan Lance Taylor2016-03-111-0/+7
* runtime: fix off-by-one error finding module for PCIan Lance Taylor2016-03-041-0/+48
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0113-13/+13
* runtime: more deflaking of TestCgoCheckBytesIan Lance Taylor2016-02-261-2/+12
* runtime: when crash with panic, call user Error/String methods before freezin...Shenghou Ma2016-02-211-0/+30
* runtime: skip cgo check for non-pointer slice elementsIan Lance Taylor2016-02-191-0/+10
* runtime: don't run TestEnsureDropM on windows or plan9Ian Lance Taylor2016-01-181-0/+2
* runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor2016-01-112-0/+68
* runtime/testdata: gofmtMikio Hara2016-01-081-1/+1
* runtime: set new m signal mask to program startup maskIan Lance Taylor2016-01-061-0/+89
* runtime: move test programs out of source code, coalesceRuss Cox2015-12-2910-0/+455