Evan Teran

Results 399 comments of Evan Teran

OK, i'll take a look at the code at some point to see what the simplest approach will be.

I'm not 100% sure, but I think @10110111 may have fixed this.

This is a cool idea, I'll look into how to implement it well.

I wonder if the offset is somewhere in a QStyle object that were can interrogate to get the correct value regardless of style Qt is using.

Yea, I imagine that it's two sides of the same coin. perhaps we should introduce a version of get_state that specifically only fills GPRs or something like that to make...

Yea, peek/poke would definitely be faster for simply running until EIP is at a location that disassembles to a `ret`. The difficulty is in trying to also support things like...

For the special case of "Run until return", we may be able to get away with a very minimalist/fast approach. Perhaps we could add to the thread API some sort...

This seems like a reasonable request. I'll add it to the list of features to implement

Yea, I remember these from when I first implemented this dialog. It proved to be very tricky to get right with Qt validators. I think the only way to get...

No, breakpoints don't specifically need it. The memory region sync currently happens on every event because unfortunately on UNIX like systems, there is no intrinsic event for memory map changes...