Merge remote-tracking branch 'origin/GP-4537_d-millar_fix_for_ubiquitous_CatchEvent--SQUASHED'

This commit is contained in:
ghidra1
2024-04-22 17:43:38 -04:00

View File

@@ -643,7 +643,7 @@ def break_access_expression(expression: str):
@REGISTRY.method(action='break_ext', display='Catch Event')
def break_event(spec: str):
def break_event(inferior: sch.Schema('Inferior'), spec: str):
"""Set a catchpoint (catch)."""
gdb.execute(f'catch {spec}')