Evan Teran

Results 399 comments of Evan Teran

@AaronOpfer , @mistersandman has made some decent headway towards getting things at least building on windows. It's not there yet, but it is **so** much closer than it was. I...

Fortunately, edb isn't doing the actual loading. The loader is just doing what it's supposed to do, so, the ordering is definitely correct. I am guessing that it's as simple...

Interesting, can you attach an example executable for me to test with?

I would love to have some tests be available. It's just not always easy to imagine how to implement them for an interactive GUI application such as edb... I can...

Yea, I'm fine with going Python3 only. If someone REALLY wants Python2 support, they are free to hack that into the plugin. I honestly think the difference will be almost...

This is fantastic progress! Thanks for the effort!

No worries! I completely understand how much of a time commitment open source can be. Take your time, I'll help as much as I can. Also, don't feel like it...

macOS requires privileges last I checked, so do some of the BSDs.

@10110111 sure, in fact, it is my understanding that gdb is **always** using gdbserver, just when it's local it does it via UNIX domain sockets to the local host.