Skip to content

saltstack/gdbdbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdbdbg

gdbdbg will gather some general debugging information as well as the stack traces from each thread.

gdbdbg-info <pid>

gdbdbg-inject can be used to inject some python code into the running process.

If you have manhole installed you can write a script like this:

import manhole
manhole.install()

And inject it with gdbdbg-inject:

gdbdbg-inject <pid> manhole.py

About

Debug a running salt process

Resources

License

Stars

Watchers

Forks

Packages

No packages published