Alex Siryi

Results 38 comments of Alex Siryi

Every command has sequence prepended to it, so clearly it continues first and then gets thread info. I've tested it on regular gdb, after executing continue it doesn't give any...

Thanks for thorough explanation @brownts, yeah with `stopAtConnect` the problem goes away, I guess I can ask users of my gdb to turn that on for the time being. Otherwise,...

> Try https://github.com/Rongronggg9/RSS-to-Telegram-Bot Wow, that's not even a fork? Thanks I'll check it out.

Thanks! Yeah it works much better. I'll keep the issue open for future finders

@suborb thank you for your efforts.

Some progress. After playing around with @ladmanj 's [binutils-gdb](https://github.com/b-s-a/binutils-gdb) I was able to produce BFD library along with headers, which I used a simple project like this: ```c asection *bss...

Too bad I am stuck with sccz80 :(

@kfazz made some effort here https://github.com/kfazz/sdcc/tree/z180_dwarf How can we steal this?

Hey @suborb so I finally gave this `--debug` thing a go with sccz80 and I am getting these: ``` zcc +zx -m -debug -create-app -o example main.o other.o -subtype=bin Error...

I have a PR with the fix for the issue #1837 Actually, I went even further and implementing a whole "toolchain": - a [gdbserver support](https://github.com/desertkun/fuse/commits/gdbserver) (that's up to the spec...