mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 10:17:03 +08:00
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:
committed by
GitHub
parent
b53fcbe43a
commit
32bdd19f8f
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user