index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
runtime-gdb_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
runtime: fix TestGdbConst on windows
Alessandro Arzilli
2017-09-25
1
-2
/
+2
*
cmd/compile,cmd/link: export int global consts to DWARF
Alessandro Arzilli
2017-09-22
1
-0
/
+58
*
cmd/compile: add TestIntendedInlining from runtime
Daniel Martí
2017-09-13
1
-3
/
+3
*
cmd/compile: eliminate stores to unread auto variables
Michael Munday
2017-08-24
1
-1
/
+1
*
runtime: temporarily skip gdb python-related tests on solaris
Shawn Walker-Salas
2017-06-28
1
-0
/
+4
*
runtime: enable GDB tests on mips64 (except TestGdbPythonCgo)
Vladimir Stefanovic
2017-06-15
1
-11
/
+1
*
runtime: fix GDB goroutine N command when N is running
Austin Clements
2017-06-08
1
-2
/
+10
*
cmd/compile: experiment which clobbers all dead pointer fields
Keith Randall
2017-04-21
1
-2
/
+4
*
runtime: skip flaky TestGdbPythonCgo on MIPS
Cherry Zhang
2017-02-02
1
-0
/
+3
*
cmd/link: mark DWARF function symbols as reachable
Ian Lance Taylor
2017-01-24
1
-2
/
+20
*
runtime: skip GDB tests on mips64
Brad Fitzpatrick
2016-12-03
1
-4
/
+15
*
cmd/compile: ensure necessary types appear in .debug_info
David Chase
2016-11-16
1
-0
/
+70
*
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-11-04
1
-0
/
+2
*
cmd/compile: avoid truncating fieldname var locations
Than McIntosh
2016-10-26
1
-1
/
+17
*
runtime: remove canBackTrace variable from TestGdbPython
Michael Munday
2016-10-12
1
-17
/
+5
*
runtime: skip gdb tests on linux/ppc64 for now
Brad Fitzpatrick
2016-10-06
1
-0
/
+3
*
runtime: make gdb test resilient to line numbering
Keith Randall
2016-09-12
1
-2
/
+5
*
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-08-30
1
-3
/
+3
*
runtime: skip TestGdbBacktrace on netbsd
Mikio Hara
2016-05-27
1
-0
/
+8
*
runtime: record Python stack on TestGdbPython failure
Austin Clements
2016-05-27
1
-0
/
+1
*
runtime: in tests, make sure gdb does not start with a shell
Cuihtlauac ALVARADO
2016-05-18
1
-0
/
+2
*
cmd/link: fix gdb backtrace on architectures using a link register
Michael Munday
2016-04-26
1
-16
/
+106
*
runtime: add s390x support (modified files only)
Michael Munday
2016-04-06
1
-1
/
+1
*
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
2016-01-07
1
-1
/
+8
|
\
|
*
cmd/link: use current GOROOT for source file paths for standard library
Russ Cox
2016-01-04
1
-1
/
+5
|
*
runtime: disable gdb test when a GOROOT_FINAL move is pending
Russ Cox
2015-12-17
1
-0
/
+3
*
|
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
2015-11-16
1
-1
/
+1
|
\
\
|
|
/
|
*
runtime: added mips64{,le} build tags and GOARCH cases
Yao Zhang
2015-11-12
1
-1
/
+1
*
|
[dev.ssa] cmd/compile: start arguments as spilled
Keith Randall
2015-11-03
1
-7
/
+0
|
/
*
runtime: require gdb version 7.9 for gdb test
Ian Lance Taylor
2015-07-24
1
-0
/
+18
*
runtime, cmd/go: fix tests to work when GOROOT_FINAL is set
Ian Lance Taylor
2015-07-10
1
-0
/
+10
*
runtime: use stripped test environment for TestGdbPython
Austin Clements
2015-05-28
1
-1
/
+1
*
cmd/internal/ld: generate correct .debug_frames on RISC architectures
Shenghou Ma
2015-05-08
1
-1
/
+1
*
runtime: skip gdb goroutine backtrace test on non-x86
Shenghou Ma
2015-04-29
1
-7
/
+20
*
runtime: Fix GDB integration with Python 2
Derek Buitenhuis
2015-04-10
1
-0
/
+8
[next]