Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 17, 2023

Fix detection of gdb built without Python scripting support.

  • check_usable_gdb() doesn't check gdb exit code when calling
    run_gdb().
  • Use shutil.which() to get the path to the gdb program.
    (cherry picked from commit 920b3df)

Co-authored-by: Victor Stinner [email protected]

Fix detection of gdb built without Python scripting support.

* check_usable_gdb() doesn't check gdb exit code when calling
  run_gdb().
* Use shutil.which() to get the path to the gdb program.
(cherry picked from commit 920b3df)

Co-authored-by: Victor Stinner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants