I made a small patch that allows you use a core dump. The path to the core dump can be defined using the gdb_core option. This can be done better. Specifically, the fragment where I trick the miEmitter by sending a MI-like notification (line 198 in patched file). But you'll be the judge :)
This could be further expanded with a file chooser dialog or something. The continue, stop, and step buttons should be greyed out for a better visual effect, since there is no code flow.
I made a small patch that allows you use a core dump. The path to the core dump can be defined using the
gdb_core
option. This can be done better. Specifically, the fragment where I trick the miEmitter by sending a MI-like notification (line 198 in patched file). But you'll be the judge :)This could be further expanded with a file chooser dialog or something. The continue, stop, and step buttons should be greyed out for a better visual effect, since there is no code flow.