]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/traceback.go
[dev.typeparams] all: merge master (fdab5be) into dev.typeparams
[gostls13.git] / src / runtime / traceback.go
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-08 Cherry Mui[dev.typeparams] runtime: remove tracebackdefers
2021-06-08 Cherry Mui[dev.typeparams] runtime: remove variadic defer/go...
2021-06-08 Matthew Dempskyruntime: remove out-of-date comments about frame skipping
2021-05-18 Cherry Mui[dev.typeparams] all: merge master (690a8c3) into dev...
2021-05-12 Russ Coxruntime: fix handling of SPWRITE functions in traceback
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-22 Cherry Zhangcmd/compile, runtime: add metadata for argument printin...
2021-04-02 Michael Anthony... reflect: add register ABI support for makeFuncStub...
2021-03-05 Michael Prattruntime: encapsulate access to allgs
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Russ Coxruntime: ignore SPWRITE in syscall functions
2021-02-19 Russ Coxruntime: enable framepointer on all arm64
2021-02-19 Russ Coxruntime: do not treat asmcgocall as a topofstack on g0
2021-02-19 Russ Coxruntime: do not treat morestack as a topofstack
2021-02-19 Russ Coxruntime: do not treat mcall as a topofstack
2021-02-19 Russ Coxruntime: use TOPFRAME to identify top-of-frame functions
2021-02-19 Russ Coxruntime: use FuncInfo SPWRITE flag to identify untracea...
2021-02-19 Russ Coxruntime: document, clean up internal/sys
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-05 Michael Prattruntime: don't take allglock in tracebackothers
2020-11-25 Russ Cox[dev.typeparams] merge dev.regabi 40f5bc4d556a into...
2020-11-25 Russ Cox[dev.regabi] merge master 4481ad6eb6 into dev.regabi
2020-11-24 Austin Clementsruntime: use inlined function name for traceback elision
2020-11-09 Emmanuel OdekeRevert "runtime: make stack traces of endless recursion...
2020-11-06 Emmanuel T Odekeruntime: make stack traces of endless recursion print...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-26 Austin Clementsruntime,cmd/cgo: simplify C -> Go call path
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-27 Keith Randallruntime: framepointers are no longer an experiment...
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-17 liu-xuewenruntime: remove tracebackinit and unused skipPC
2020-08-17 Austin Clementsruntime: replace index and contains with bytealg calls
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-08 Keith Randallruntime: fix line number for faulting instructions
2019-11-05 Cherry Zhangcmd: merge branch 'dev.link' into master
2019-11-05 Cherry Zhangruntime: add async preemption support on ARM
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-25 Austin Clementsruntime: add general suspendG/resumeG
2019-10-18 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-11 Richard Musiolruntime: make goroutine for wasm async events short...
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-10 Brad Fitzpatrickall: remove nacl (part 3, more amd64p32)
2019-10-07 Richard Musiolruntime: do not omit stack trace of goroutine that...
2019-06-10 Keith RandallRevert "Revert "cmd/compile,runtime: allocate defer...
2019-06-05 Keith RandallRevert "cmd/compile,runtime: allocate defer records...
2019-06-04 Keith Randallcmd/compile,runtime: allocate defer records on the...
2019-06-03 Keith Randallruntime: get map of args of unstarted goroutines like...
2019-03-08 Daniel Martíall: simplify multiple for loops
2019-01-08 Keith Randallruntime: store incremented PC in result of runtime...
2019-01-04 Keith Randallruntime: proper panic tracebacks with mid-stack inlining
2018-12-28 Keith Randallcmd/compile,runtime: redo mid-stack inlining tracebacks
2018-12-02 Tobias Klauserall: use "reports whether" consistently instead of...
2018-11-09 Ainar Garipovruntime: don't check _defer against nil twice
2018-10-03 Keith Randallruntime: on a signal, set traceback address to a deferr...
2018-10-02 Austin Clementsruntime: add a more stable isSystemGoroutine mode
2018-09-29 Keith Randallreflect: ensure correct scanning of return values
2018-08-29 Zheng Xubuild: support frame-pointer for arm64
2018-08-23 Heschi Kreinickruntime: handle morestack system stack transition in...
2018-08-23 Heschi Kreinickruntime: fix use of wrong g in gentraceback
2018-08-22 Martin Möhrmannruntime: replace calls to hasprefix with hasPrefix
2018-07-24 Keith Randallruntime: traceback from outermost libc call
2018-07-03 Nikhil Beneschruntime: document when cgo traceback function is called
2018-05-22 Austin Clementsruntime: fix defer matching of leaf functions on LR...
2018-05-07 Austin Clementsruntime: replace system goroutine whitelist with symbol...
2018-05-03 Josh Bleecher Snyderruntime: convert g.waitreason from string to uint8
2018-04-29 Josh Bleecher Snyderruntime: add fast version of getArgInfo
2018-04-26 Cherry Zhangruntime: remove the dummy arg of getcallersp
2018-04-13 Eric Danielsruntime/traceback: support tracking goroutine ancestor...
2018-03-15 Keith Randallruntime: identify special functions by flag instead...
2018-03-13 Josh Bleecher SnyderRevert "runtime: convert g.waitreason from string to...
2018-03-12 Josh Bleecher Snyderruntime: convert g.waitreason from string to uint8
2018-02-13 Austin Clementsruntime: avoid bad unwinding from sigpanic in C code
2018-02-07 Russ Coxall: merge master into release-branch.go1.10, for go1...
2018-01-31 Austin Clementsruntime: suppress "unexpected return pc" any time we...
2018-01-31 Austin Clementsruntime: fail silently if we unwind over sigpanic into...
2018-01-31 Austin Clementsruntime: don't unwind past asmcgocall
2018-01-22 Austin Clementsruntime: print hexdump on traceback failure
2017-11-13 Austin Clementsruntime: don't elide wrapper functions that call panic...
2017-09-22 Austin Clementsruntime: hide <autogenerated> methods from call stack
2017-09-22 Austin Clementsruntime: remove getcallerpc argument
2017-09-15 Ian Lance Taylorruntime: change lockedg/lockedm to guintptr/muintptr
2017-06-09 Austin Clementsruntime: print pc with fp/sp in traceback
2017-03-29 David Lazarruntime: include inlined calls in result of CallersFrames
2017-03-29 David Lazarruntime: handle inlined calls in runtime.Callers
2017-03-06 Austin Clementsruntime: avoid repeated findmoduledatap calls
2017-03-03 David Lazarruntime: use inlining tables to generate accurate trace...
2017-02-14 Austin Clementsruntime: remove stack barriers
2017-02-01 Russ Coxall: merge dev.inline into master
2016-12-19 Austin Clementsruntime: clean up and improve reflect.methodValue comments
2016-11-22 Russ Coxruntime: do not print runtime panic frame at top of...
2016-10-17 Austin Clementsruntime: fix getArgInfo for deferred reflection calls
2016-08-23 Ian Lance Taylorruntime: add msan calls before calling traceback functions
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-02 Ian Lance Taylorruntime: only permit SetCgoTraceback to be called once
2016-06-02 Dmitry Vyukovruntime: fix typo in comment
2016-05-31 Ian Lance Taylorruntime: pass signal context to cgo traceback function
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
next