aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime-gdb.py
AgeCommit message (Expand)Author
2020-06-03runtime: make runtime-gdb.py tolerant of creatively-named gdb versionsDavid Chase
2020-06-03runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2David Chase
2020-06-02runtime: repair slice, string, and channel printing in gdbDavid Chase
2019-04-29runtime: support all as parameter in gdb goroutine commands.Haosdent Huang
2019-04-15runtime: fix GDB tests on s390x running Ubuntu 18.04Michael Munday
2019-01-02runtime: fix string formattingDaniel Ingram
2018-12-07runtime: fix runtime-gdb.py when switching sp valueLynn Boger
2018-03-15runtime: fix another typo in runtime-gdb.pyJosh Bleecher Snyder
2018-03-15runtime: refactor gdb PC parsingJosh Bleecher Snyder
2018-03-14runtime: fix typo in gdb scriptJosh Bleecher Snyder
2018-02-13runtime/gdb: use goroutine atomicstatus to determine the stateHana Kim
2018-02-13runtime: remove hardcoded runtime consts from gdb scriptHana Kim
2017-06-08runtime: fix tab/space inconsistency in runtime-gdb.pyAustin Clements
2017-06-08runtime: fix GDB goroutine N command when N is runningAustin Clements
2016-06-09runtime: set $sp before $pc in gdb python scriptCherry Zhang
2015-04-10runtime: Fix GDB integration with Python 2Derek Buitenhuis
2015-03-30runtime: allow pointers to strings to be printedLee Packham
2015-02-25gdb: fix map prettyprinterJan Kratochvil
2015-02-22gdb: fix "gdb.error: No struct named reflect.rtype."Jan Kratochvil
2015-02-17runtime: in runtime-gdb.py, use SliceValue wrapperAustin Clements
2015-02-17runtime: fix GDB "info goroutines" for Go 1.5Austin Clements
2015-01-15runtime: fix runtime-gdb script loadingPaul Nasrat
2014-09-08build: move package sources from src/pkg to srcRuss Cox