]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/debugcall.go
runtime: refactor runtime->tracer API to appear more like a lock
[gostls13.git] / src / runtime / debugcall.go
2023-11-09 Michael Anthony... runtime: refactor runtime->tracer API to appear more...
2023-09-08 Archanaruntime: support for debugger function calls on linux...
2023-09-07 Michael Anthony... runtime: always lock OS thread in debugcall
2023-08-21 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-07 Austin ClementsRevert "runtime: drop stack-allocated pcvalueCaches"
2023-08-07 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-05-19 Michael Anthony... runtime: replace raw traceEv with traceBlockReason...
2023-05-11 Michael Anthony... runtime: replace trace.enabled with traceEnabled
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA...
2022-09-16 Michael Anthony... runtime: set G wait reason more consistently
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-23 eric fangruntime: support for debugger function calls on linux...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-09-27 Josh Bleecher Snyderruntime: convert _func.entry to a method
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-08 Cherry Mui[dev.typeparams] cmd/compile, runtime: remove the siz...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-14 Michael Anthony... runtime: update debug call protocol for register ABI
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-30 Cherry Zhangruntime: remove go115ReduceLiveness and go115RestartSeq
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-09-08 chainhelenruntime: make PCDATA_RegMapUnsafe more clear and remove...
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-06-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-08 Russ Coxall: avoid awkward wording from CL 236857
2020-06-08 Filippo Valsordaall: replace usages of whitelist/blacklist and master...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-29 Austin Clementscmd/compile,runtime: stack maps only at calls, remove...
2020-04-29 Austin Clementsruntime: use conservative scanning for debug calls
2020-04-29 Austin Clementsruntime: perform debug call injection on a new goroutine
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-29 Alessandro Arzilliruntime: whitelist debugCall32..debugCall65536 in debug...
2018-05-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-22 Austin Clementsruntime: support for debugger function calls