.gitignore
README.md
pyproject.toml
uv.lock
.github/workflows/release.yml
docs/README.zh.md
docs/config-reference.toml
docs/data-format.md
docs/expression.md
examples/full.toml
examples/openocd.toml
examples/plot.toml
examples/pyocd.toml
examples/pyswd.toml
examples/simple.toml
examples/symbol.toml
python_ucap.egg-info/PKG-INFO
python_ucap.egg-info/SOURCES.txt
python_ucap.egg-info/dependency_links.txt
python_ucap.egg-info/entry_points.txt
python_ucap.egg-info/requires.txt
python_ucap.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_export.py
tests/test_expression.py
tests/test_monitor_model.py
tests/test_probe_mock.py
ucap/__init__.py
ucap/__main__.py
ucap/cli.py
ucap/config.py
ucap/constants.py
ucap/elf.py
ucap/export.py
ucap/expression.py
ucap/plot.py
ucap/assets/style.qss
ucap/monitor/__init__.py
ucap/monitor/controller.py
ucap/monitor/model.py
ucap/monitor/view.py
ucap/probe/__init__.py
ucap/probe/base.py
ucap/probe/core.py
ucap/probe/mock.py
ucap/probe/openocd.py
ucap/probe/pyocd.py
ucap/probe/pyswd.py