Daniel Prilik
Daniel Prilik
Apologies for the late response. I'm currently in the process of moving from Seattle to NYC, so I may be a bit slow to respond. I'm open to hearing other...
Thank you for the kind words! Moving to NYC is something I've wanted to do for a long time, so I'm excited its finally happened, hah. As for the PR...
Wow, Segger Embedded Studio really likes to do weird stuff with the GDB RSP, eh? This is very similar to what we talked about in #150, insofar that `vCont;s;0` really...
Ok, in that case, here is my proposed solution: - If `gdbstub` receives a vCont packet with a '0' thread-id, instead of immediately rejecting it (as it does today), it...
No worries if you can't lend a hand with the implementation! Maybe I'll have a chance to hack away at this during some downtime. * * * And thanks for...
@cnlohr, lets move this side-thread over to #158
Reviewing the GDB RSP spec (at https://sourceware.org/gdb/current/onlinedocs/gdb.html/Target-Description-Format.html#Target-Description-Format), it does seem that `gdbstub_arch` is technically allowed to send over _just_ the `architecture` string. That's not to say this is strictly the...
> Probably the easiest thing is to update virt_kvm to just set_xsave() to the at_reset value as part of initialization. I suspect this isn't what you meant, but I tried...
Oh hey, I remember reading about your project at some point. Very cool stuff! Before I take a closer look, could you re-run your emulator with TRACE level logs for...
Based on some of the lldb logs, it certainly looks like you're getting _some_ response from `gdbstub`, which is a good sign. That said - I'm seeing a lot of...