LICENSE
README.md
pyproject.toml
pyx2cscope/__init__.py
pyx2cscope/__main__.py
pyx2cscope/utils.py
pyx2cscope/x2cscope.py
pyx2cscope.egg-info/PKG-INFO
pyx2cscope.egg-info/SOURCES.txt
pyx2cscope.egg-info/dependency_links.txt
pyx2cscope.egg-info/entry_points.txt
pyx2cscope.egg-info/requires.txt
pyx2cscope.egg-info/top_level.txt
pyx2cscope/examples/SFR_Example.py
pyx2cscope/examples/SFR_Example_raw.py
pyx2cscope/examples/array_example.py
pyx2cscope/examples/can_demo.py
pyx2cscope/examples/check_compatibility.py
pyx2cscope/examples/demo.py
pyx2cscope/examples/enum_example.py
pyx2cscope/examples/exampleMCAF.py
pyx2cscope/examples/export_import_variables.py
pyx2cscope/examples/get_device_id.py
pyx2cscope/examples/live_scope.py
pyx2cscope/examples/minimal_gui.py
pyx2cscope/examples/plotting_and_saving.py
pyx2cscope/examples/pyX2CScope_demo.py
pyx2cscope/examples/simplest.py
pyx2cscope/examples/simplest_no_elf.py
pyx2cscope/examples/tcp_demo.py
pyx2cscope/gui/__init__.py
pyx2cscope/gui/img/__init__.py
pyx2cscope/gui/qt/__init__.py
pyx2cscope/gui/qt/main_window.py
pyx2cscope/gui/qt/controllers/__init__.py
pyx2cscope/gui/qt/controllers/config_manager.py
pyx2cscope/gui/qt/controllers/connection_manager.py
pyx2cscope/gui/qt/dialogs/__init__.py
pyx2cscope/gui/qt/dialogs/variable_selection.py
pyx2cscope/gui/qt/models/__init__.py
pyx2cscope/gui/qt/models/app_state.py
pyx2cscope/gui/qt/tabs/__init__.py
pyx2cscope/gui/qt/tabs/base_tab.py
pyx2cscope/gui/qt/tabs/help_tab.py
pyx2cscope/gui/qt/tabs/scope_view_tab.py
pyx2cscope/gui/qt/tabs/scripting_tab.py
pyx2cscope/gui/qt/tabs/setup_tab.py
pyx2cscope/gui/qt/tabs/watch_view_tab.py
pyx2cscope/gui/qt/workers/__init__.py
pyx2cscope/gui/qt/workers/data_poller.py
pyx2cscope/gui/resources/__init__.py
pyx2cscope/gui/watchView/__init__.py
pyx2cscope/gui/watchView/minimal_gui.py
pyx2cscope/gui/web/__init__.py
pyx2cscope/gui/web/app.py
pyx2cscope/gui/web/extensions.py
pyx2cscope/gui/web/scope.py
pyx2cscope/gui/web/ws_handlers.py
pyx2cscope/gui/web/views/__init__.py
pyx2cscope/gui/web/views/dashboard_view.py
pyx2cscope/gui/web/views/scope_view.py
pyx2cscope/gui/web/views/script_view.py
pyx2cscope/gui/web/views/watch_view.py
pyx2cscope/parser/__init__.py
pyx2cscope/parser/elf_parser.py
pyx2cscope/parser/generic_parser.py
pyx2cscope/variable/__init__.py
pyx2cscope/variable/variable.py
pyx2cscope/variable/variable_factory.py
tests/test_can_reconnection.py
tests/test_cli.py
tests/test_install.py
tests/test_parser.py
tests/test_pyx2cscope_class.py
tests/test_qt_gui.py
tests/test_thread_safety.py
tests/test_web_gui.py