mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-0: fix for post-5271 errors
This commit is contained in:
@@ -287,7 +287,7 @@ def refresh_processes(node: sch.Schema('ProcessContainer')):
|
||||
|
||||
|
||||
@REGISTRY.method(action='refresh', display="Refresh Breakpoints")
|
||||
def refresh_proc_breakpoints(node: sch.Schema('BreakpointLocationContainer')):
|
||||
def refresh_proc_breakpoints(node: sch.Schema('BreakpointContainer')):
|
||||
"""
|
||||
Refresh the breakpoints for the process.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user