| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime: avoid potential hang in TestGdbAutotmpTypes | Paul E. Murphy | 2022-03-29 | 1 | -0/+4 |
| * | internal/testenv: add GOROOT and use it to fix tests broken with -trimpath | Bryan C. Mills | 2022-03-18 | 1 | -9/+9 |
| * | runtime: update TestGdbBacktrace skips for known GDB bugs | Bryan C. Mills | 2022-02-11 | 1 | -0/+5 |
| * | runtime: skip TestGdbBacktrace flakes matching a known GDB internal error | Bryan C. Mills | 2022-02-08 | 1 | -0/+3 |
| * | runtime: expand TestGdbPythonCgo skip to include mips64le | Bryan C. Mills | 2022-01-10 | 1 | -2/+2 |
| * | runtime: run gdb with a timeout for TestGdbBacktrace | Austin Clements | 2021-12-12 | 1 | -1/+1 |
| * | all: use bytes.Cut, strings.Cut | Russ Cox | 2021-10-06 | 1 | -1/+1 |
| * | runtime: replace os.MkdirTemp with T.TempDir | ianwoolf | 2021-04-08 | 1 | -36/+12 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -13/+12 |
| * | runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2 | David Chase | 2020-06-03 | 1 | -19/+14 |
| * | runtime: repair slice, string, and channel printing in gdb | David Chase | 2020-06-02 | 1 | -7/+48 |
| * | runtime: no SIGWINCH to pgrp while GDB is running | Michael Pratt | 2020-05-29 | 1 | -0/+6 |
| * | runtime: check gdb exit status and log output | Michael Pratt | 2020-05-27 | 1 | -17/+34 |
| * | runtime: remove flaky "goroutine 2 bt" from gdb test | Josh Bleecher Snyder | 2020-05-14 | 1 | -11/+1 |
| * | test/codegen, runtime/pprof, runtime: apply fmt | alex-semenyuk | 2020-04-21 | 1 | -0/+1 |
| * | test: deflaking measures for runtime gdb test | Than McIntosh | 2020-04-09 | 1 | -2/+13 |
| * | runtime: fix infinite callstack of cgo on arm64 | Xiangdong Ji | 2020-04-08 | 1 | -0/+80 |
| * | runtime: skip gdb tests on Plan 9 | Richard Miller | 2020-03-31 | 1 | -0/+2 |
| * | runtime: disable GDB tests on AIX with -short | Clément Chigot | 2019-11-20 | 1 | -0/+4 |
| * | runtime: temporarily skip gdb python-related tests on illumos | Joshua M. Clulow | 2019-10-21 | 1 | -2/+2 |
| * | runtime: support all as parameter in gdb goroutine commands. | Haosdent Huang | 2019-04-29 | 1 | -0/+7 |
| * | runtime: test for cgo build tag in TestGdbPythonCgo | Ian Lance Taylor | 2019-04-26 | 1 | -3/+2 |
| * | runtime: suppress thread event prints in gdb test | Cherry Zhang | 2019-04-19 | 1 | -0/+1 |
| * | cmd/link, runtime: mark goexit as the top of the call stack | Michael Munday | 2019-04-15 | 1 | -0/+22 |
| * | runtime: disable TestGdbAutotmpTypes in short mode on aix/ppc64 | Clément Chigot | 2019-03-06 | 1 | -2/+4 |
| * | runtime: make tests that invoke 'go build' module-agnostic | Bryan C. Mills | 2019-02-19 | 1 | -5/+5 |
| * | runtime: disable GDB tests on freebsd on all GOARCH values | Yuval Pavel Zholkover | 2019-01-08 | 1 | -3/+1 |
| * | runtime: disable GDB tests on freebsd/arm for now | Brad Fitzpatrick | 2019-01-02 | 1 | -3/+7 |
| * | cmd/compile: encourage inlining of functions with single-call bodies | Keith Randall | 2018-11-08 | 1 | -5/+3 |
| * | all: skip unsupported tests on AIX | Clément Chigot | 2018-11-02 | 1 | -0/+2 |
| * | runtime: only check the existence of variables in gdb info locals test | Martin Möhrmann | 2018-11-02 | 1 | -8/+6 |
| * | cmd/compile: move slice construction to callers of makeslice | Martin Möhrmann | 2018-10-29 | 1 | -1/+4 |
| * | runtime: fix runtime gdb test with gdb v8.2 | Shulhan | 2018-10-01 | 1 | -10/+13 |
| * | all: use strings.ReplaceAll and bytes.ReplaceAll where applicable | Brad Fitzpatrick | 2018-09-26 | 1 | -1/+1 |
| * | runtime: rename _MSpan* constants to mSpan* | Austin Clements | 2018-09-26 | 1 | -1/+1 |
| * | runtime: fix TestGdbPythonCgo failure with ld.gold | Daniel Martí | 2018-08-09 | 1 | -2/+17 |
| * | runtime: skip gdb tests on mips after DWARF compression | Heschi Kreinick | 2018-06-18 | 1 | -0/+3 |
| * | cmd/compile: fix panic-okay-to-inline change; adjust tests | David Chase | 2018-06-06 | 1 | -1/+1 |
| * | runtime: skip GDB tests on Windows | Bryan C. Mills | 2018-05-11 | 1 | -0/+2 |
| * | runtime: perform crashes outside systemstack | Elias Naur | 2018-04-30 | 1 | -0/+66 |
| * | runtime: improve Windows gdb tests | Egon Elbre | 2018-04-07 | 1 | -3/+6 |
| * | cmd/compile: turn on DWARF locations lists for ssa vars | David Chase | 2018-03-15 | 1 | -3/+8 |
| * | runtime/gdb: use goroutine atomicstatus to determine the state | Hana Kim | 2018-02-13 | 1 | -4/+28 |
| * | runtime: skip gdb tests earlier before blocking goroutines in a t.Parallel | Brad Fitzpatrick | 2017-12-01 | 1 | -4/+4 |
| * | runtime: more specific reason for skipping GDB tests on NetBSD | Austin Clements | 2017-11-30 | 1 | -1/+1 |
| * | compiler,linker: support for DWARF inlined instances | Than McIntosh | 2017-11-30 | 1 | -1/+1 |
| * | runtime: skip GDB tests on NetBSD | Ian Lance Taylor | 2017-11-28 | 1 | -4/+8 |
| * | cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflags | Russ Cox | 2017-11-09 | 1 | -2/+2 |
| * | cmd/compile: specialize map creation for small hint sizes | Martin Möhrmann | 2017-11-02 | 1 | -3/+5 |
| * | cmd/compile: add ideal int constants to dwarf | Keith Randall | 2017-10-09 | 1 | -1/+2 |