Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ Debug Guide #247

Open
10 tasks
CMurtagh-LGTM opened this issue Aug 5, 2022 · 1 comment
Open
10 tasks

C++ Debug Guide #247

CMurtagh-LGTM opened this issue Aug 5, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@CMurtagh-LGTM
Copy link
Contributor

CMurtagh-LGTM commented Aug 5, 2022

Add to guides a guide on debugging C++.

  • GDB
    • Running
    • Backtrace
    • Frame
    • Printing locals and arguments
    • Passing signals
  • ASAN
    • Interpretaiton of results
    • Use with gdb.
  • Valgrind

https://www.youtube.com/watch?v=sLpEetN3lnk
http://users.ece.utexas.edu/~adnan/gdb-refcard.pdf
https://github.com/google/sanitizers/wiki/AddressSanitizerAndDebugger

@CMurtagh-LGTM CMurtagh-LGTM added the documentation Improvements or additions to documentation label Aug 5, 2022
@Bidski
Copy link
Collaborator

Bidski commented Aug 5, 2022

SignalCatcher and pure_evil should probably be included in this guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants