LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
peeka/__init__.py
peeka.egg-info/PKG-INFO
peeka.egg-info/SOURCES.txt
peeka.egg-info/dependency_links.txt
peeka.egg-info/entry_points.txt
peeka.egg-info/requires.txt
peeka.egg-info/top_level.txt
peeka/cli/__init__.py
peeka/cli/__main__.py
peeka/cli/_client_helper.py
peeka/cli/command_runner.py
peeka/cli/connection.py
peeka/cli/context.py
peeka/cli/main.py
peeka/cli/parser.py
peeka/cli/responses.py
peeka/cli/sessions.py
peeka/cli/streaming.py
peeka/cli/targets.py
peeka/cli/handlers/__init__.py
peeka/cli/handlers/attach.py
peeka/cli/handlers/clients.py
peeka/cli/handlers/consumers.py
peeka/cli/handlers/dx.py
peeka/cli/handlers/jobs.py
peeka/cli/handlers/observe.py
peeka/cli/handlers/probes.py
peeka/cli/handlers/run.py
peeka/cli/handlers/runtime.py
peeka/cli/handlers/targets.py
peeka/cli/parsers/__init__.py
peeka/cli/parsers/attach.py
peeka/cli/parsers/clients.py
peeka/cli/parsers/consumers.py
peeka/cli/parsers/dx.py
peeka/cli/parsers/jobs.py
peeka/cli/parsers/observe.py
peeka/cli/parsers/probes.py
peeka/cli/parsers/run.py
peeka/cli/parsers/runtime.py
peeka/cli/parsers/targets.py
peeka/cli/parsers/types.py
peeka/commands/__init__.py
peeka/commands/base.py
peeka/commands/complete.py
peeka/commands/detach.py
peeka/commands/logger.py
peeka/commands/memory.py
peeka/commands/monitor.py
peeka/commands/patch_status.py
peeka/commands/patch_status_schema.py
peeka/commands/reset.py
peeka/commands/search.py
peeka/commands/stack.py
peeka/commands/thread.py
peeka/commands/top.py
peeka/commands/trace.py
peeka/commands/vmtool.py
peeka/commands/watch.py
peeka/core/__init__.py
peeka/core/_attach.gdb
peeka/core/_attach.lldb
peeka/core/_inject.c
peeka/core/agent.py
peeka/core/attach.py
peeka/core/bootstrap.py
peeka/core/client.py
peeka/core/client_sessions.py
peeka/core/dx_cases.py
peeka/core/injector.py
peeka/core/jobs.py
peeka/core/monitor.py
peeka/core/observer.py
peeka/core/output.py
peeka/core/probes.py
peeka/core/processes.py
peeka/core/result_consumers.py
peeka/core/targets.py
peeka/core/agent_control/__init__.py
peeka/core/agent_control/clients.py
peeka/core/agent_control/consumers.py
peeka/core/agent_control/dispatch.py
peeka/core/agent_control/dx.py
peeka/core/agent_control/jobs.py
peeka/core/agent_control/probes.py
peeka/core/agent_control/target.py
peeka/core/attach_workflow/__init__.py
peeka/core/attach_workflow/capability.py
peeka/core/attach_workflow/injectors.py
peeka/core/attach_workflow/progress.py
peeka/core/attach_workflow/readiness.py
peeka/core/attach_workflow/session.py
peeka/core/instrumentation/__init__.py
peeka/core/instrumentation/formatting.py
peeka/core/instrumentation/registry.py
peeka/core/instrumentation/target.py
peeka/core/instrumentation/trace.py
peeka/core/instrumentation/trace_backends.py
peeka/core/instrumentation/watch.py
peeka/core/runtime/__init__.py
peeka/core/runtime/compat.py
peeka/core/runtime/gevent_probe.py
peeka/core/runtime/lock_factory.py
peeka/core/runtime/primitives.py
peeka/core/safeeval/__init__.py
peeka/core/safeeval/simpleeval.py
peeka/tui/__init__.py
peeka/tui/__main__.py
peeka/tui/activity.py
peeka/tui/app.py
peeka/tui/completion.py
peeka/tui/runtime_status.py
peeka/tui/screens/__init__.py
peeka/tui/screens/help.py
peeka/tui/screens/main.py
peeka/tui/screens/process_selector.py
peeka/tui/styles/peeka.tcss
peeka/tui/views/__init__.py
peeka/tui/views/dashboard.py
peeka/tui/views/dashboard_activity.py
peeka/tui/views/inspect.py
peeka/tui/views/logger.py
peeka/tui/views/memory.py
peeka/tui/views/memory_actions.py
peeka/tui/views/memory_render.py
peeka/tui/views/monitor.py
peeka/tui/views/stack.py
peeka/tui/views/thread.py
peeka/tui/views/top.py
peeka/tui/views/trace.py
peeka/tui/views/watch.py
peeka/tui/widgets/__init__.py
peeka/tui/widgets/autocomplete_input.py
peeka/utils/__init__.py
peeka/utils/formatters.py
peeka/utils/patterns.py