proc/gdbserver: fix function call injection on rr (#3007)

Issue https://github.com/rr-debugger/rr/issues/3208 was fixed so finish
fixing call injection on rr and remove the test exception.
This commit is contained in:
Alessandro Arzilli
2022-05-17 18:19:34 +02:00
committed by GitHub
parent b53fcbe43a
commit 32bdd19f8f
3 changed files with 51 additions and 21 deletions

View File

@ -5860,6 +5860,7 @@ func TestCallInjectionFlagCorruption(t *testing.T) {
// time, after stepping out of debugCallV2.
// Fixes issue https://github.com/go-delve/delve/issues/2985
skipUnlessOn(t, "not relevant", "amd64")
protest.MustSupportFunctionCalls(t, testBackend)
withTestProcessArgs("badflags", t, ".", []string{"0"}, 0, func(p *proc.Target, fixture protest.Fixture) {
mainfn := p.BinInfo().LookupFunc["main.main"]