.gitignore
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.py
.github/FUNDING.yml
.github/workflows/build_release.yml
.github/workflows/checks.yml
.github/workflows/tests.yml
art/dragonfly_logo_full_res.png
art/logo.png
src/dfly.egg-info/PKG-INFO
src/dfly.egg-info/SOURCES.txt
src/dfly.egg-info/dependency_links.txt
src/dfly.egg-info/entry_points.txt
src/dfly.egg-info/requires.txt
src/dfly.egg-info/top_level.txt
src/dragonfly/__about__.py
src/dragonfly/__init__.py
src/dragonfly/__main__.py
src/dragonfly/_commands.py
src/dragonfly/_debugger.py
src/dragonfly/_injection.py
src/dragonfly/_interface.py
src/dragonfly/_maxilla.c
src/dragonfly/_maxilla.pyi
src/dragonfly/_module.py
src/dragonfly/_notify.py
src/dragonfly/_settings.py
src/dragonfly/_tracing.py
src/dragonfly/_transformation.py
src/dragonfly/_version.py
src/dragonfly/bite.py
src/dragonfly/_bootstrap/preload.py
src/dragonfly/_bootstrap/sitecustomize.py
src/dragonfly/_breakpoint/__init__.py
src/dragonfly/_breakpoint/model.py
src/dragonfly/_breakpoint/registry.py
tests/__init__.py
tests/test_dragonfly.py
tests/test_threads.py
tests/utils.py
tests/targets/__init__.py
tests/targets/importer.py
tests/targets/target.py
tests/targets/threads.py