Skip to content

uuid-rs/uuid-gdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuid-gdb

GDB pretty-printers for uuid::Uuid

Installation

Add these lines to the ~/.gdbinit file:

python
import sys
sys.path.insert(0, '/path/to/uuid-gdb')
from uuid_printer import register_uuid_printer
register_uuid_printer()
end

About

GDB pretty-printers for uuid::Uuid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published