Re: Is nexti confused by pushq?
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 26 Feb 2019 12:50:37 +0100, David Griffiths wrote: > Ok, so in my case this is generated code with no debug info (Java JIT > generated) so does that mean I shouldn't attempt to use nexti? (I've got > other issues which probably preclude using nexti anyway but just curious) The proper fix is in OpenJDK so that it produces proper debug info for the JITted module (but I do not know the details of GDB JIT modules). Otherwise it is always some sort of workaround. Jan