Skip to content

GDB TCP protocol proxy to inject/hooks GDB client requests to the target.

Notifications You must be signed in to change notification settings

h4tr3d/gdbproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asio-gdbproxy

R&D gdbproxy implementation to allow hooks some requests and do some useful staff.

Base idea, allow to debug threads on RTOSes with hardware debuggers that does not provide support for them.

Basically for MicroBlaze core with FreeRTOS using with Xilinx SDK.

In such scheme, asio-gdbproxy should be used between hw_server and mb-gdb.

To allow it, mb-gdb must be configured to use any non-standard port, i.e. 4002.

Source code requires Asio >= 1.12 & CMake >= 3.10. Use following commands to configure & build example:

mkdir build
cd build
cmake ..
make

About

GDB TCP protocol proxy to inject/hooks GDB client requests to the target.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published