Skip to content

Commit

Permalink
Merge pull request #178 from ivanyu/ivanyu/gh-177-no-debuginfod
Browse files Browse the repository at this point in the history
dumper: make GDB not request debuginfod
  • Loading branch information
ivanyu authored Nov 17, 2022
2 parents e182ee1 + 3385267 commit dfbac3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyheap/src/pyheap_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def dump_heap(args: argparse.Namespace) -> None:
cmd += [
"gdb",
"--readnow",
"-ex",
"-iex",
"set debuginfod enabled off",
"-ex",
"break _PyEval_EvalFrameDefault",
Expand Down

0 comments on commit dfbac3e

Please sign in to comment.