Daniel Prilik
Daniel Prilik
I snuck a peek at your fork and saw that you had a rough implementation of `qOffsets` working on the latest master. If you want to open a PR for...
Oh, wow. I didn't realize just how much work a "proper" `qXfer:libraries:read` implementation would entail 😳 I totally understand why you might not want to spend the time to implement...
Hmm, I think that sounds about right? As someone who's mainly been using `gdbstub` to debug bare-metal emulated code, I can't say I'm too familiar with this particular part of...
I'm excited to hear that you're taking a crack at using `gdbstub` in a resource-constrained environment! Thusfar, we've had folks validate that `gdbstub` works with `no_std`, but no one has...
Hey, I was wondering if you ever had a chance to explore some of these ideas?
When you say "the generics", can you elaborate a bit? I'd be very interested to see the output of whatever tools you're using to gather your data. In addition, if...
Sure, I don't mind waiting a bit and circling back. In the meantime though, can you confirm that the repo you linked is the most up-to-date version of the code?...
Well, let me know when you push those changes somewhere I can take a look at them myself, and then we can continue this exploration :)
Ah, that's great to hear! That makes a lot of sense. Should I close this issue, or do you think this is something we should document somewhere (e.g: in the...
Damn, you're right. `RegId` totally isn't object safe. Your idea of modifying `read_register` to accept something like a `output: &mut dyn FnMut(&[u8])` is intriguing, as while it'll certainly be a...