aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debugcall.go
AgeCommit message (Expand)Author
2024-09-17runtime: move getcallersp to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2024-08-02runtime: add debug call injection support on loong64limeidan
2024-04-05runtime: take a stack trace during tracing only when we own the stackMichael Anthony Knyszek
2024-03-22runtime: add tracing for iter.PullMichael Anthony Knyszek
2023-11-09runtime: refactor runtime->tracer API to appear more like a lockMichael Anthony Knyszek
2023-09-08runtime: support for debugger function calls on linux/ppc64leArchana
2023-09-07runtime: always lock OS thread in debugcallMichael Anthony Knyszek
2023-08-21runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-08-07Revert "runtime: drop stack-allocated pcvalueCaches"Austin Clements
2023-08-07runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-05-19runtime: replace raw traceEv with traceBlockReason in goparkMichael Anthony Knyszek
2023-05-11runtime: replace trace.enabled with traceEnabledMichael Anthony Knyszek
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
2022-09-16runtime: set G wait reason more consistentlyMichael Anthony Knyszek
2022-04-23runtime: support for debugger function calls on linux/arm64eric fang
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-06-08[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-30runtime: remove go115ReduceLiveness and go115RestartSeqCherry Zhang
2020-09-08runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2020-04-29runtime: use conservative scanning for debug callsAustin Clements
2020-04-29runtime: perform debug call injection on a new goroutineAustin Clements
2019-04-29runtime: whitelist debugCall32..debugCall65536 in debugCallCheckAlessandro Arzilli
2018-05-22runtime: support for debugger function callsAustin Clements