aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime-gdb_test.go
AgeCommit message (Expand)Author
2017-06-08runtime: fix GDB goroutine N command when N is runningAustin Clements
2017-04-21cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall
2017-02-02runtime: skip flaky TestGdbPythonCgo on MIPSCherry Zhang
2017-01-24cmd/link: mark DWARF function symbols as reachableIan Lance Taylor
2016-12-03runtime: skip GDB tests on mips64Brad Fitzpatrick
2016-11-16cmd/compile: ensure necessary types appear in .debug_infoDavid Chase
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-10-26cmd/compile: avoid truncating fieldname var locationsThan McIntosh
2016-10-12runtime: remove canBackTrace variable from TestGdbPythonMichael Munday
2016-10-06runtime: skip gdb tests on linux/ppc64 for nowBrad Fitzpatrick
2016-09-12runtime: make gdb test resilient to line numberingKeith Randall
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-05-27runtime: skip TestGdbBacktrace on netbsdMikio Hara
2016-05-27runtime: record Python stack on TestGdbPython failureAustin Clements
2016-05-18runtime: in tests, make sure gdb does not start with a shellCuihtlauac ALVARADO
2016-04-26cmd/link: fix gdb backtrace on architectures using a link registerMichael Munday
2016-04-06runtime: add s390x support (modified files only)Michael Munday
2016-01-07[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2016-01-04cmd/link: use current GOROOT for source file paths for standard libraryRuss Cox
2015-12-17runtime: disable gdb test when a GOROOT_FINAL move is pendingRuss Cox
2015-11-16[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2015-11-12runtime: added mips64{,le} build tags and GOARCH casesYao Zhang
2015-11-03[dev.ssa] cmd/compile: start arguments as spilledKeith Randall
2015-07-24runtime: require gdb version 7.9 for gdb testIan Lance Taylor
2015-07-10runtime, cmd/go: fix tests to work when GOROOT_FINAL is setIan Lance Taylor
2015-05-28runtime: use stripped test environment for TestGdbPythonAustin Clements
2015-05-08cmd/internal/ld: generate correct .debug_frames on RISC architecturesShenghou Ma
2015-04-29runtime: skip gdb goroutine backtrace test on non-x86Shenghou Ma
2015-04-10runtime: Fix GDB integration with Python 2Derek Buitenhuis
2015-03-30runtime: allow pointers to strings to be printedLee Packham
2015-03-01runtime: TestGdbPython 'print mapvar' should not need unwindingJan Kratochvil
2015-02-26runtime: disable TestGdbPython on ppc64Russ Cox
2015-02-25runtime: skip failing gdb test on linux/armDave Cheney
2015-02-25gdb: fix map prettyprinterJan Kratochvil
2015-02-19runtime: don't test gdb on darwinJosh Bleecher Snyder
2015-02-17runtime: fix runtime-gdb_test on armAustin Clements
2015-02-17runtime: fix GDB "info goroutines" for Go 1.5Austin Clements
2015-02-06runtime: skip the gdb test if -iex is not supportedShenghou Ma
2015-02-06cmd/ld: restore .debug_gdb_script section after runtime reorganizationShenghou Ma
2015-01-15runtime: fix runtime-gdb script loadingPaul Nasrat