delve/pkg/proc/core
Alessandro Arzilli d963eb1057
proc: read context from sigtrampgo, fixes TestCgoStacktrace2 on 1.21 (#3401)
* logflags,proc: flag to log stacktrace execution

Add a log flag to write logs about what the stacktracer does.

* proc: read context from sigtrampgo, fixes TestCgoStacktrace2 on 1.21

Changes stacktrace code to read the signal context from the arguments
of sigtrampgo.
Also changes the automatic fatalthrow breakpoint for go 1.21.
In combination these two changes fix TestCgoStacktrace2 on Go 1.21 on
various platforms.
2023-06-27 09:33:07 -07:00
..
minidump proc: Fix typos in the comments (#3231) 2022-12-28 12:41:13 +01:00
core_test.go proc: read context from sigtrampgo, fixes TestCgoStacktrace2 on 1.21 (#3401) 2023-06-27 09:33:07 -07:00
core.go proc,terminal: read command line of new processes (#3346) 2023-05-09 11:40:00 -07:00
delve_core.go proc: support function call injection on arm64 (#2996) 2022-05-03 10:46:24 -07:00
linux_core.go proc: fuzzing expression evaluator and variable loader (#3293) 2023-03-16 12:13:10 -07:00
windows_amd64_minidump.go proc: fuzzing expression evaluator and variable loader (#3293) 2023-03-16 12:13:10 -07:00