delve/service/test
Alessandro Arzilli d3e9158e9e
proc: make nested function calls work when stopped at a sw breakpoint (#2232)
evalFunctionCall needs to remove the breakpoint from the current thread
after starting the function call injection, otherwise Continue will
think that the thread is stopped at a breakpoint and return to the user
instead of continuing the call injection.
2020-12-10 09:03:11 -08:00
..
common_test.go service,terminal: apply substitute path to trace/break argument 2020-11-17 16:41:35 +01:00
integration1_test.go proc/*: remove proc.Thread.Blocked, refactor memory access (#2206) 2020-11-09 11:28:40 -08:00
integration2_test.go service,terminal: apply substitute path to trace/break argument 2020-11-17 16:41:35 +01:00
variables_test.go proc: make nested function calls work when stopped at a sw breakpoint (#2232) 2020-12-10 09:03:11 -08:00