diff --git a/gef.py b/gef.py index ad936c3b7..f105c0c37 100644 --- a/gef.py +++ b/gef.py @@ -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