Skip to content

Commit

Permalink
Update archs/arm-openocd.py
Browse files Browse the repository at this point in the history
Co-authored-by: crazy hugsy <hugsy@users.noreply.github.com>
  • Loading branch information
Grazfather and hugsy authored Oct 18, 2024
1 parent a328286 commit e2f9af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archs/arm-openocd.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def supports_gdb_arch(arch: str) -> Optional[bool]:

@staticmethod
def maps():
yield from GefMemoryManager.parse_info_mem()
yield from gef.memory.parse_info_mem()


@register
Expand Down

0 comments on commit e2f9af4

Please sign in to comment.