delve/service/test
Alessandro Arzilli 3507ff977a
proc: support multiple functions with the same name (#3297)
The compiler produces ABI compatibility wrappers for some functions.
We have changed the support for breakpoints to allow a single logical
breakpoint to correspond to multiple physical breakpoints, take
advantage of that to set breakpoints on both the ABI wrapper and the
real function.

Fixes #3296
2023-03-22 11:38:09 -07:00
..
common_test.go pkg/proc,service/test: refactor to strings.ReplaceAll (#3269) 2023-02-14 09:36:24 -08:00
integration1_test.go debugger,terminal: Allow setting and clearing breakpoints after process exit (#3246) 2023-01-06 18:37:35 +01:00
integration2_test.go proc: support multiple functions with the same name (#3297) 2023-03-22 11:38:09 -07:00