Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Sep 1, 2023
1 parent 1a3c54c commit 1fb5443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -10482,8 +10482,8 @@ def parse_monitor_info_mem() -> Generator[Section, None, None]:

@staticmethod
def parse_info_mem():
"""Get the memory mapping from GDB's command `monitor info mem`.
This can be provided by certain gdbserver implementations."""
"""Get the memory mapping from GDB's command `info mem`. This can be
provided by certain gdbserver implementations."""
for line in StringIO(gdb.execute("info mem", to_string=True)):
# Using memory regions provided by the target.
# Num Enb Low Addr High Addr Attrs
Expand Down

0 comments on commit 1fb5443

Please sign in to comment.