Skip to content

Commit

Permalink
xclean
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Dec 16, 2023
1 parent 215e078 commit c90bc84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -10490,8 +10490,6 @@ def parse_monitor_info_mem() -> Generator[Section, None, None]:
stream = StringIO(gdb.execute("monitor info mem", to_string=True))

for line in stream:
if not line:
break
try:
ranges, off, perms = line.split()
off = int(off, 16)
Expand Down

0 comments on commit c90bc84

Please sign in to comment.