docs: add GDB debugging evidence path#76
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 173ab83923
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| continue | ||
| info locals | ||
| bt | ||
| print/x some_state_variable |
There was a problem hiding this comment.
Replace nonexistent symbol in GDB session template
The new command file includes print/x some_state_variable, but that symbol does not exist in the firmware sources (it only appears in this template), so users following this “repeatable evidence path” will hit a debugger error at that step and won’t get a usable variable-inspection example from the provided script. Use a real symbol (for example from AppCoreContext or fault state) or clearly mark this line as a placeholder with instructions to edit before use.
Useful? React with 👍 / 👎.
Summary
Adds a repeatable GDB debugging evidence path and bounds existing debugger transcripts. This change is software-only and does not add new hardware evidence.
Changes
Validation Tasks
git status --short --branchgit diff --checkplatformio test -e nativescripts/check_app_core_includes.sh