.flake8
.gitignore
.gitlab-ci.yml
.gitmodules
LICENSE
Pipfile
Pipfile.lock
README.md
debug_adapter_main.py
esp_dap_adapter.code-workspace
requirements.txt
setup.py
cx_debug_adapter.egg-info/PKG-INFO
cx_debug_adapter.egg-info/SOURCES.txt
cx_debug_adapter.egg-info/dependency_links.txt
cx_debug_adapter.egg-info/requires.txt
cx_debug_adapter.egg-info/top_level.txt
debug_adapter/__init__.py
debug_adapter/__main__.py
debug_adapter/base_schema.py
debug_adapter/cli.py
debug_adapter/command_processor.py
debug_adapter/debug_adapter.py
debug_adapter/internal_classes.py
debug_adapter/log.py
debug_adapter/schema.py
debug_adapter/threads.py
debug_adapter/tools.py
docs/start_modes_and_arguments.md
docs/testing.md
docs/src/Doxyfile
docs/src/doxygen.md
docs/src/img/testing/Part1ConnectionСhecking.png
docs/src/img/testing/Part2RequestsChecking.png
docs/src/img/testing/Part3ManualEnd-to-endTesting.png
scripts/gen_debugger_json.py
scripts/gen_debugger_protocol.py
tests/__init__.py
tests/conftest.py
tests/environment.py
tests/helpers.py
tests/pytest_fixtures.py
tests/requirements.txt
tests/standard_requests.py
tests/t_session.py
tests/test_arguments.py
tests/test_basic.py
tests/test_debug_actions.py
tests/test_patterns.py
tests/test_timeline.py
tests/timeline.md
tests/timeline.py
tests/patterns/__init__.py
tests/patterns/_impl.py
tests/patterns/dap.py
tests/patterns/some.py
tests/target/blink.elf
tests/target/build_all.py
tests/target/coredump.elf
tests/target/host/test_app.c
tests/target/host/test_app_src2.c