index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
runtime-gdb_test.go
Age
Commit message (
Expand
)
Author
2019-01-02
runtime: disable GDB tests on freebsd/arm for now
Brad Fitzpatrick
2018-11-08
cmd/compile: encourage inlining of functions with single-call bodies
Keith Randall
2018-11-02
all: skip unsupported tests on AIX
Clément Chigot
2018-11-02
runtime: only check the existence of variables in gdb info locals test
Martin Möhrmann
2018-10-29
cmd/compile: move slice construction to callers of makeslice
Martin Möhrmann
2018-10-01
runtime: fix runtime gdb test with gdb v8.2
Shulhan
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-26
runtime: rename _MSpan* constants to mSpan*
Austin Clements
2018-08-09
runtime: fix TestGdbPythonCgo failure with ld.gold
Daniel Martí
2018-06-18
runtime: skip gdb tests on mips after DWARF compression
Heschi Kreinick
2018-06-06
cmd/compile: fix panic-okay-to-inline change; adjust tests
David Chase
2018-05-11
runtime: skip GDB tests on Windows
Bryan C. Mills
2018-04-30
runtime: perform crashes outside systemstack
Elias Naur
2018-04-07
runtime: improve Windows gdb tests
Egon Elbre
2018-03-15
cmd/compile: turn on DWARF locations lists for ssa vars
David Chase
2018-02-13
runtime/gdb: use goroutine atomicstatus to determine the state
Hana Kim
2017-12-01
runtime: skip gdb tests earlier before blocking goroutines in a t.Parallel
Brad Fitzpatrick
2017-11-30
runtime: more specific reason for skipping GDB tests on NetBSD
Austin Clements
2017-11-30
compiler,linker: support for DWARF inlined instances
Than McIntosh
2017-11-28
runtime: skip GDB tests on NetBSD
Ian Lance Taylor
2017-11-09
cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflags
Russ Cox
2017-11-02
cmd/compile: specialize map creation for small hint sizes
Martin Möhrmann
2017-10-09
cmd/compile: add ideal int constants to dwarf
Keith Randall
2017-09-25
runtime: fix TestGdbConst on windows
Alessandro Arzilli
2017-09-22
cmd/compile,cmd/link: export int global consts to DWARF
Alessandro Arzilli
2017-09-13
cmd/compile: add TestIntendedInlining from runtime
Daniel Martí
2017-08-24
cmd/compile: eliminate stores to unread auto variables
Michael Munday
2017-06-28
runtime: temporarily skip gdb python-related tests on solaris
Shawn Walker-Salas
2017-06-15
runtime: enable GDB tests on mips64 (except TestGdbPythonCgo)
Vladimir Stefanovic
2017-06-08
runtime: fix GDB goroutine N command when N is running
Austin Clements
2017-04-21
cmd/compile: experiment which clobbers all dead pointer fields
Keith Randall
2017-02-02
runtime: skip flaky TestGdbPythonCgo on MIPS
Cherry Zhang
2017-01-24
cmd/link: mark DWARF function symbols as reachable
Ian Lance Taylor
2016-12-03
runtime: skip GDB tests on mips64
Brad Fitzpatrick
2016-11-16
cmd/compile: ensure necessary types appear in .debug_info
David Chase
2016-11-04
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-10-26
cmd/compile: avoid truncating fieldname var locations
Than McIntosh
2016-10-12
runtime: remove canBackTrace variable from TestGdbPython
Michael Munday
2016-10-06
runtime: skip gdb tests on linux/ppc64 for now
Brad Fitzpatrick
2016-09-12
runtime: make gdb test resilient to line numbering
Keith Randall
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-05-27
runtime: skip TestGdbBacktrace on netbsd
Mikio Hara
2016-05-27
runtime: record Python stack on TestGdbPython failure
Austin Clements
2016-05-18
runtime: in tests, make sure gdb does not start with a shell
Cuihtlauac ALVARADO
2016-04-26
cmd/link: fix gdb backtrace on architectures using a link register
Michael Munday
2016-04-06
runtime: add s390x support (modified files only)
Michael Munday
2016-01-07
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
2016-01-04
cmd/link: use current GOROOT for source file paths for standard library
Russ Cox
2015-12-17
runtime: disable gdb test when a GOROOT_FINAL move is pending
Russ Cox
2015-11-16
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Keith Randall
[prev]
[next]