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
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
2015-11-12
runtime: added mips64{,le} build tags and GOARCH cases
Yao Zhang
2015-11-03
[dev.ssa] cmd/compile: start arguments as spilled
Keith Randall
2015-07-24
runtime: require gdb version 7.9 for gdb test
Ian Lance Taylor
2015-07-10
runtime, cmd/go: fix tests to work when GOROOT_FINAL is set
Ian Lance Taylor
2015-05-28
runtime: use stripped test environment for TestGdbPython
Austin Clements
2015-05-08
cmd/internal/ld: generate correct .debug_frames on RISC architectures
Shenghou Ma
2015-04-29
runtime: skip gdb goroutine backtrace test on non-x86
Shenghou Ma
2015-04-10
runtime: Fix GDB integration with Python 2
Derek Buitenhuis
2015-03-30
runtime: allow pointers to strings to be printed
Lee Packham
2015-03-01
runtime: TestGdbPython 'print mapvar' should not need unwinding
Jan Kratochvil
2015-02-26
runtime: disable TestGdbPython on ppc64
Russ Cox
2015-02-25
runtime: skip failing gdb test on linux/arm
Dave Cheney
2015-02-25
gdb: fix map prettyprinter
Jan Kratochvil
2015-02-19
runtime: don't test gdb on darwin
Josh Bleecher Snyder
2015-02-17
runtime: fix runtime-gdb_test on arm
Austin Clements
2015-02-17
runtime: fix GDB "info goroutines" for Go 1.5
Austin Clements
2015-02-06
runtime: skip the gdb test if -iex is not supported
Shenghou Ma
2015-02-06
cmd/ld: restore .debug_gdb_script section after runtime reorganization
Shenghou Ma
[prev]
[next]