summaryrefslogtreecommitdiff
path: root/src/runtime/runtime-gdb_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix TestGdbPythonCgo failure with ld.goldDaniel Martí2018-08-091-2/+17
* runtime: skip gdb tests on mips after DWARF compressionHeschi Kreinick2018-06-181-0/+3
* cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase2018-06-061-1/+1
* runtime: skip GDB tests on WindowsBryan C. Mills2018-05-111-0/+2
* runtime: perform crashes outside systemstackElias Naur2018-04-301-0/+66
* runtime: improve Windows gdb testsEgon Elbre2018-04-071-3/+6
* cmd/compile: turn on DWARF locations lists for ssa varsDavid Chase2018-03-151-3/+8
* runtime/gdb: use goroutine atomicstatus to determine the stateHana Kim2018-02-131-4/+28
* runtime: skip gdb tests earlier before blocking goroutines in a t.ParallelBrad Fitzpatrick2017-12-011-4/+4
* runtime: more specific reason for skipping GDB tests on NetBSDAustin Clements2017-11-301-1/+1
* compiler,linker: support for DWARF inlined instancesThan McIntosh2017-11-301-1/+1
* runtime: skip GDB tests on NetBSDIan Lance Taylor2017-11-281-4/+8
* cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox2017-11-091-2/+2
* cmd/compile: specialize map creation for small hint sizesMartin Möhrmann2017-11-021-3/+5
* cmd/compile: add ideal int constants to dwarfKeith Randall2017-10-091-1/+2
* runtime: fix TestGdbConst on windowsAlessandro Arzilli2017-09-251-2/+2
* cmd/compile,cmd/link: export int global consts to DWARFAlessandro Arzilli2017-09-221-0/+58
* cmd/compile: add TestIntendedInlining from runtimeDaniel Martí2017-09-131-3/+3
* cmd/compile: eliminate stores to unread auto variablesMichael Munday2017-08-241-1/+1
* runtime: temporarily skip gdb python-related tests on solarisShawn Walker-Salas2017-06-281-0/+4
* runtime: enable GDB tests on mips64 (except TestGdbPythonCgo)Vladimir Stefanovic2017-06-151-11/+1
* runtime: fix GDB goroutine N command when N is runningAustin Clements2017-06-081-2/+10
* cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall2017-04-211-2/+4
* runtime: skip flaky TestGdbPythonCgo on MIPSCherry Zhang2017-02-021-0/+3
* cmd/link: mark DWARF function symbols as reachableIan Lance Taylor2017-01-241-2/+20
* runtime: skip GDB tests on mips64Brad Fitzpatrick2016-12-031-4/+15
* cmd/compile: ensure necessary types appear in .debug_infoDavid Chase2016-11-161-0/+70
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+2
* cmd/compile: avoid truncating fieldname var locationsThan McIntosh2016-10-261-1/+17
* runtime: remove canBackTrace variable from TestGdbPythonMichael Munday2016-10-121-17/+5
* runtime: skip gdb tests on linux/ppc64 for nowBrad Fitzpatrick2016-10-061-0/+3
* runtime: make gdb test resilient to line numberingKeith Randall2016-09-121-2/+5
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-3/+3
* runtime: skip TestGdbBacktrace on netbsdMikio Hara2016-05-271-0/+8
* runtime: record Python stack on TestGdbPython failureAustin Clements2016-05-271-0/+1
* runtime: in tests, make sure gdb does not start with a shellCuihtlauac ALVARADO2016-05-181-0/+2
* cmd/link: fix gdb backtrace on architectures using a link registerMichael Munday2016-04-261-16/+106
* runtime: add s390x support (modified files only)Michael Munday2016-04-061-1/+1
* [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall2016-01-071-1/+8
|\
| * cmd/link: use current GOROOT for source file paths for standard libraryRuss Cox2016-01-041-1/+5
| * runtime: disable gdb test when a GOROOT_FINAL move is pendingRuss Cox2015-12-171-0/+3
* | [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall2015-11-161-1/+1
|\ \ | |/
| * runtime: added mips64{,le} build tags and GOARCH casesYao Zhang2015-11-121-1/+1
* | [dev.ssa] cmd/compile: start arguments as spilledKeith Randall2015-11-031-7/+0
|/
* runtime: require gdb version 7.9 for gdb testIan Lance Taylor2015-07-241-0/+18
* runtime, cmd/go: fix tests to work when GOROOT_FINAL is setIan Lance Taylor2015-07-101-0/+10
* runtime: use stripped test environment for TestGdbPythonAustin Clements2015-05-281-1/+1
* cmd/internal/ld: generate correct .debug_frames on RISC architecturesShenghou Ma2015-05-081-1/+1
* runtime: skip gdb goroutine backtrace test on non-x86Shenghou Ma2015-04-291-7/+20
* runtime: Fix GDB integration with Python 2Derek Buitenhuis2015-04-101-0/+8