Re: [PATCH] Fix get ERESTARTSYS with m32 in x86_64 when debug by GDB
"H. Peter Anvin" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 04/29/2014 10:08 PM, Andrew Pinski wrote: > > restoring the values is hard since even the ptrace interface does not > allow for that. > So that begs the ultimate question, which is: given the fact that there is *state missing* from the state vector (this is the core of the problem), is there a way we can add that state so that gdb will be able to save and restore it? -hpa