Skip to content

Commit

Permalink
added regression tests for the PRs #670 and #668
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jul 1, 2021
1 parent cbaf9d7 commit 42c7e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Expand Up @@ -2721,7 +2721,7 @@ def __get_register_for_selected_frame(regname, hash_key):
except gdb.error:
return None


# todo make non-regress test for get_register
def get_path_from_info_proc():
for x in gdb.execute("info proc", to_string=True).splitlines():
if x.startswith("exe = "):
Expand Down

0 comments on commit 42c7e51

Please sign in to comment.