aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime-gdb_test.go
AgeCommit message (Expand)Author
2015-07-24runtime: require gdb version 7.9 for gdb testIan Lance Taylor
2015-07-10runtime, cmd/go: fix tests to work when GOROOT_FINAL is setIan Lance Taylor
2015-05-28runtime: use stripped test environment for TestGdbPythonAustin Clements
2015-05-08cmd/internal/ld: generate correct .debug_frames on RISC architecturesShenghou Ma
2015-04-29runtime: skip gdb goroutine backtrace test on non-x86Shenghou Ma
2015-04-10runtime: Fix GDB integration with Python 2Derek Buitenhuis
2015-03-30runtime: allow pointers to strings to be printedLee Packham
2015-03-01runtime: TestGdbPython 'print mapvar' should not need unwindingJan Kratochvil
2015-02-26runtime: disable TestGdbPython on ppc64Russ Cox
2015-02-25runtime: skip failing gdb test on linux/armDave Cheney
2015-02-25gdb: fix map prettyprinterJan Kratochvil
2015-02-19runtime: don't test gdb on darwinJosh Bleecher Snyder
2015-02-17runtime: fix runtime-gdb_test on armAustin Clements
2015-02-17runtime: fix GDB "info goroutines" for Go 1.5Austin Clements
2015-02-06runtime: skip the gdb test if -iex is not supportedShenghou Ma
2015-02-06cmd/ld: restore .debug_gdb_script section after runtime reorganizationShenghou Ma
2015-01-15runtime: fix runtime-gdb script loadingPaul Nasrat