We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mingw-w64-ucrt-x86_64-gdb-multiarch
Referencing the screenshots below:
0x1b6
0x00000142
0x142
pc
0x000001a8
Screenshot T1
Screenshot T2
I am developing for CH32V003 RISC-V 32bit MCU, using:
mingw-w64-ucrt-x86_64-gdb-multiarch 15.2-2
minichlink.exe
launch.json: { "name": "Launch (minichlink)", "type": "cppdbg", "request": "launch", "cwd": "${workspaceFolder}", "program": "${workspaceRoot}/build/firmware.elf", // "stopAtEntry": true, "debugServerPath": "${workspaceFolder}/minichlink.exe", "debugServerArgs": "-aG", "MIMode": "gdb", "miDebuggerPath": "E:/msys64/ucrt64/bin/gdb-multiarch.exe", "miDebuggerServerAddress": "localhost:2000", "setupCommands": [ { "text": "-enable-pretty-printing", "ignoreFailures": true, }, ], "svdPath": "${workspaceFolder}/CH32V003xx.svd", "logging": { "engineLogging": true, "trace": true, "traceResponse": true } }
https://pastebin.com/gUCjBxwv
Cortex-Debug and other related extensions are installed, but disabling all of them does not make a difference.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
mingw-w64-ucrt-x86_64-gdb-multiarch
Bug Summary and Steps to Reproduce
Referencing the screenshots below:
0x1b6
breakpoint was created via the disassembly view, by clicking on the0x1b6
row which I wanted to break on0x00000142
instead0x142
(322 decimal)pc
register shows that GDB indeed halted on0x142
, but the disassembly shows the current instruction to be0x000001a8
pc
registerScreenshot T1
Screenshot T2
I am developing for CH32V003 RISC-V 32bit MCU, using:
mingw-w64-ucrt-x86_64-gdb-multiarch 15.2-2
minichlink.exe
from https://github.com/cnlohr/ch32v003fun/tree/1ea96b14248628a209816963821b088dc8ecf506/minichlink as a GDB debug serverDebugger Configurations
Debugger Logs
Other Extensions
Cortex-Debug and other related extensions are installed, but disabling all of them does not make a difference.
Additional Information
No response
The text was updated successfully, but these errors were encountered: