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-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
2015-01-15
runtime: fix runtime-gdb script loading
Paul Nasrat