mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GP-4537_d-millar_fix_for_ubiquitous_CatchEvent--SQUASHED'
This commit is contained in:
@@ -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}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user