Add elf, svd, rtt, and plugins support#2
Merged
Merged
Conversation
- Fix log level env var: README now documents DBGPROBE_MCP_LOG_LEVEL matching the code (was DBGPROBE_LOG_LEVEL) - Fix plugin template: replace non-existent serial handler imports (handle_write, handle_read, etc.) with actual handle_mem_read/handle_mem_write - Unify session_id naming: migrate spec handlers and plugin template from connection_id to session_id, remove backward-compat aliases (ProbeConnection, get_connection, state.connections) - Fix GDB client performance: replace byte-at-a-time reading with readuntil/readexactly — two event-loop iterations per packet regardless of payload size - Fix session-less flash: pass config through Backend.flash(config=) instead of poking at backend._config internal - Add path validation on SVD/ELF attach: reject non-files and unexpected extensions via shared _validate_file_path helper - Remove dead _read_register placeholder in handlers_svd.py - Remove redundant `import struct as _struct` in _enrich_mem_read_svd - Log disconnect errors at DEBUG instead of silently swallowing - Add SVD status to connections.list introspection - Make Backend ABC docstrings backend-agnostic (remove JLinkExe refs)
- Fix log level env var: README now documents DBGPROBE_MCP_LOG_LEVEL matching the code (was DBGPROBE_LOG_LEVEL) - Fix plugin template: replace non-existent serial handler imports (handle_write, handle_read, etc.) with actual handle_mem_read/handle_mem_write - Unify session_id naming: migrate spec handlers and plugin template from connection_id to session_id, remove backward-compat aliases (ProbeConnection, get_connection, state.connections) - Fix GDB client performance: replace byte-at-a-time reading with readuntil/readexactly — two event-loop iterations per packet regardless of payload size - Fix session-less flash: pass config through Backend.flash(config=) instead of poking at backend._config internal - Add path validation on SVD/ELF attach: reject non-files and unexpected extensions via shared _validate_file_path helper - Remove dead _read_register placeholder in handlers_svd.py - Remove redundant `import struct as _struct` in _enrich_mem_read_svd - Log disconnect errors at DEBUG instead of silently swallowing - Add SVD status to connections.list introspection - Make Backend ABC docstrings backend-agnostic (remove JLinkExe refs)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.