Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1009 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 1009 Bytes

GDT

Build Status Test Coverage

What does the tool do?

GDT (GDB-Developer-Tool): developer script that allows you to quickly and easily debug a remote target or local core dump. It's essentially a wrapper around GDB that can automatically attach to a remote process and generate GDB's solib-search-path and dir options for you.

Features

  • Debug a remote process
  • Debug a local core file
  • Create a report summary for a core dump

How can I use the tool?

python gdt.py -h
python gdt.py init -h
python gdt.py remote -h
python gdt.py core -h
python gdt.py cmd -h

TO BE UPDATED