aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
2021-04-22cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-04-13runtime, cgo/test: improve debugging outputDavid Chase
2021-04-13runtime: eliminate externalthreadhandlerAustin Clements
2021-04-12runtime: non-strict InlTreeIndex lookup in expandFinalInlineFrameMichael Pratt
2021-04-06runtime: use funcID to identify abort in isAbortPCMichael Anthony Knyszek
2021-03-30runtime: non-strict InlTreeIndex lookup in Frames.NextMichael Pratt
2021-02-19runtime: do not treat mcall as a topofstackRuss Cox
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2021-02-19runtime: clean up funcID assignmentRuss Cox
2020-10-30cmd/internal/objabi, runtime: compact FUNCDATA indicesCherry Zhang
2020-10-30runtime: remove go115ReduceLiveness and go115RestartSeqCherry Zhang
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-14runtime: implement GODEBUG=inittrace=1 supportMartin Möhrmann
2020-09-11[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-09-08runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen
2020-08-18[dev.link] cmd/{compile,link}: remove pcdata tables from pclntab_oldJeremy Faller
2020-08-12[dev.link] cmd/link: stop renumbering files for pclntab generationJeremy Faller
2020-07-31[dev.link] create runtime.funcnametabJeremy Faller
2020-07-30[dev.link] cmd/link: add runtime.pcheaderJeremy Faller
2020-06-10runtime: fix typo in FuncForPC docgo1.15beta1Rodolfo Carvalho
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2020-03-20runtime: handle empty stack in expandFinalInlineFrameKeith Randall
2020-03-05runtime/pprof: expand final stack frame to avoid truncationMichael Pratt
2020-02-18cmd/link, runtime: skip holes in func tableCherry Zhang
2019-11-02runtime: use signals to preempt Gs for suspendGAustin Clements
2019-11-02runtime: scan stacks conservatively at async safe pointsAustin Clements
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-11runtime: make goroutine for wasm async events short-livedRichard Musiol
2019-10-07runtime: do not omit stack trace of goroutine that handles async eventsRichard Musiol
2019-09-23runtime: allow the Go runtime to return multiple stack frames for a single PCKeith Randall
2019-05-20runtime: In Frames.Next, delay file/line lookup until just before returnKeith Randall
2019-04-19runtime, cmd/compile: re-order PCDATA and FUNCDATA indicesJosh Bleecher Snyder
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2019-01-14runtime: keep FuncForPC from crashing for PCs between functionsKeith Randall
2019-01-08runtime: make FuncForPC return the innermost inlined frameKeith Randall
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-11-09runtime: reduce linear search through pcvalue cacheJosh Bleecher Snyder
2018-10-03runtime: on a signal, set traceback address to a deferreturn callKeith Randall
2018-10-03cmd/compile,runtime: implement stack objectsKeith Randall
2018-05-22runtime: support for debugger function callsAustin Clements
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2018-05-07runtime: replace system goroutine whitelist with symbol testAustin Clements
2018-05-01runtime: allow inlining of stackmapdataJosh Bleecher Snyder
2018-03-15runtime: identify special functions by flag instead of addressKeith Randall