Daniel Prilik

Results 108 comments of Daniel Prilik

Ah, hmm, indeed. I'm not particularly surprised. I typically stick to Linux / WSL when working on projects in my free time, so I've never actually tried building `example_no_std` on...

Unfortunately, I don't think it's quite that simple. While implementing `info os processes` would be a good QOL feature (it'd give you "first class" support for listing procs in GDB...

> I see -- I thought "multiprocess" meant "inferior support", which seems to be mostly managed by the GDB client itself. That is, when debugging multiple concurrent processes, it's the...

> When attaching to a new process, GDB sends `vKill` to the previous process which the target can use to stop debugging the previous thread. Oh, interesting! After doing a...

Yep, it's a huge first step towards getting "true" multiprocess support in `gdbstub` - thanks again for your help in implementing + testing things! Of course, it'd be great to...

@xobs this may or may not be relevant to https://github.com/betrusted-io/xous-core/issues/361 You might want to double-check what errors the gdbstub is reporting when it dies. If it's related to packet parsing...

I would definitely suggest setting up some kind of system to stash errors / panics across resets + report them when you get the chance (akin to something like [`panic_persist`](https://docs.rs/panic-persist/latest/panic_persist/)),...

Hey, that's great to hear! Glad you were able to sort out your reliability issues! I'm going to leave this issue open, as ack mode is _technically_ a part of...

Much like my other comment on #9, it's been a long time since I've paged-in the right context for this project, so I couldn't easily tell you if this was...

Happened to see this before I was about to head off to bed... That's yet another permissions error, and those extra recv errors are just downstream errors (other threads dying...