Skip to content

v1.3.0

Choose a tag to compare

@ionelmc ionelmc released this 08 May 16:45
· 799 commits to master since this release
  • Added hunter.event.Event.thread.
  • Added hunter.event.Event.threadid and hunter.event.Event.threadname (available for filtering with hunter.Q).
  • Added hunter.event.Event.threading_support argument to hunter.trace. It makes new threads be traced and changes action output to include thread name.
  • Added support for using pdb++ in the hunter.actions.Debugger action.
  • Added support for using manhole via a new hunter.actions.Manhole action.
  • Made the hunter.event.Event.handler a public but readonly property.