https://github.com/vlmarkov/micro-debugger
The x86-64 C\C++ code debugging-tool
https://github.com/vlmarkov/micro-debugger
c cpp debugging-tool linux x86-64
Last synced: 3 months ago
JSON representation
The x86-64 C\C++ code debugging-tool
- Host: GitHub
- URL: https://github.com/vlmarkov/micro-debugger
- Owner: vlmarkov
- Created: 2019-07-07T08:57:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T07:58:28.000Z (almost 6 years ago)
- Last Synced: 2024-07-08T21:49:18.866Z (about 2 years ago)
- Topics: c, cpp, debugging-tool, linux, x86-64
- Language: C++
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro Debugger
[](https://gitlab.com/vladislav-markov/micro-debugger/-/commits/master)
[](https://gitlab.com/vladislav-markov/micro-debugger/commits/master)
## Dependencies
* c++17
* cmake
## Debugger features
* sets breakpoint by address
* sets breakpoint by source line
* variables inspecting
* register dumping
* stack unwinding
## Useful links
* https://www.linuxjournal.com/article/6100
* https://eli.thegreenplace.net/tag/debuggers
* https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/