Dominic Clifton
Dominic Clifton
Hi @ehuss I did a search on the issue tracker for rust-gdb but no other issues showed up, maybe a made a typo when I searched or something daft. Yes...
The Rust Corrosion Eclipse plugin has a section on debugging on windows, here: https://github.com/eclipse/corrosion/blob/master/documentation/Troubleshooting.md#debugging-on-windows Their current workaround is to create a `rust-gdb.cmd` script, I'm trying this out now along with...
This is pretty essential for pair-programming sessions.
I would fully support extracting the register definitions into a separate crate. Register definitions are pretty much fixed by the hardware and the only reason to change them is due...
I created a for-discussion PR #354 as another alternative to this problem which might be worth also considering.
@cbiffle I agree with all of that.
@blckmn Some questions: 1) Can you elaborate what you mean by 'current state', I wasn't aware anything was wrong with this PR and there have been no comments or messages...
> Therefore for this PR to ever be merged it needs to be adjusted to be a generic H730 target, not related to your specific board, and you will then...
I can also confirm it's not working on a workspace when you run the cargo command from the workspace root. Additionally if you change the working directory to the workspace...
After looking at the source to `cargo-project` (also written by @japaric, the author of this tool), it appears there's a workaround. 1) `cd` into the crate containing the bin you...