Skip to content

gu-team/gdbServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdbServer

a server work in gdb

how to install

pip install -r requirements.txt

how to run

either

gdb

come in the gdb, than:

(gdb) source entry.py

or

echo "source xxx/gdbServer/entry.py" >> ~/.gdbinit
gdb

xxx is where gdbServer project locate in

Releases

No releases published

Packages

No packages published

Languages