delve/pkg/proc/core
Alessandro Arzilli 6a0423a1e9
proc: when stepping set condition on thread ID if there is no curg (#3475)
If there is no current goroutine when 'next', 'step' or 'stepout' are
used set a condition that the thread ID should stay the same instead.
This makes stepping work for multithreaded C programs or Go programs
that have threads started by cgo code.

Fixes #3262
2023-08-21 12:30:56 -07:00
..
minidump proc: Fix typos in the comments (#3231) 2022-12-28 12:41:13 +01:00
core_test.go proc: when stepping set condition on thread ID if there is no curg (#3475) 2023-08-21 12:30:56 -07:00
core.go pkg,service: make receiver names consistent (#3473) 2023-08-17 14:24:43 -07:00
delve_core.go pkg/proc: simplify code with trivial changes (#3436) 2023-07-09 08:27:05 +02: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