mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
Fix: properly handle random signals
* Ignore signals we do not care about * Implement custom fork/exec for Darwin to convert signals to mach exceptions
This commit is contained in:
@ -112,6 +112,7 @@ func TestVariableFunctionScoping(t *testing.T) {
|
||||
|
||||
err = p.Continue()
|
||||
assertNoError(err, t, "Continue() returned an error")
|
||||
p.Clear(pc)
|
||||
|
||||
_, err = p.EvalSymbol("a1")
|
||||
assertNoError(err, t, "Unable to find variable a1")
|
||||
|
||||
Reference in New Issue
Block a user