.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
pytest.ini
setup.py
tox.ini
.github/workflows/github-actions.yml
build_backend/backend.py
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/code-trace.png
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/cookbook.rst
docs/filtering.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/readme.rst
docs/reference.rst
docs/remote.rst
docs/requirements.txt
docs/simple-trace.png
docs/spelling_wordlist.txt
docs/tree-trace.png
docs/vars-trace.png
src/hunter.pth
src/hunter/__init__.py
src/hunter/_event.c
src/hunter/_event.pxd
src/hunter/_event.pyx
src/hunter/_predicates.c
src/hunter/_predicates.pxd
src/hunter/_predicates.pyx
src/hunter/_tracer.c
src/hunter/_tracer.pxd
src/hunter/_tracer.pyx
src/hunter/_version.py
src/hunter/actions.py
src/hunter/config.py
src/hunter/const.py
src/hunter/event.py
src/hunter/predicates.py
src/hunter/remote.py
src/hunter/tracer.py
src/hunter/util.py
src/hunter.egg-info/PKG-INFO
src/hunter.egg-info/SOURCES.txt
src/hunter.egg-info/dependency_links.txt
src/hunter.egg-info/entry_points.txt
src/hunter.egg-info/not-zip-safe
src/hunter.egg-info/requires.txt
src/hunter.egg-info/top_level.txt
src/hunter/vendor/__init__.py
src/hunter/vendor/_compat.h
src/hunter/vendor/_cymem/__init__.pxd
src/hunter/vendor/_cymem/__init__.py
src/hunter/vendor/_cymem/about.py
src/hunter/vendor/_cymem/cymem.c
src/hunter/vendor/_cymem/cymem.pxd
src/hunter/vendor/_cymem/cymem.pyx
src/hunter/vendor/colorama/__init__.py
src/hunter/vendor/colorama/ansi.py
src/hunter/vendor/colorama/ansitowin32.py
src/hunter/vendor/colorama/initialise.py
src/hunter/vendor/colorama/win32.py
src/hunter/vendor/colorama/winterm.py
tests/conftest.py
tests/eviltracer.pxd
tests/eviltracer.pyx
tests/sample.py
tests/sample2.py
tests/sample3.py
tests/sample4.py
tests/sample5.pyx
tests/sample6.py
tests/sample7.py
tests/sample7args.py
tests/sample8errors.py
tests/samplemanhole.py
tests/samplepdb.py
tests/setup.py
tests/simple.py
tests/test_config.py
tests/test_cookbook.py
tests/test_integration.py
tests/test_predicates.py
tests/test_remote.py
tests/test_tracer.py
tests/test_util.py
tests/utils.py