Re: Debugging 64-bit programs using 32-bit GDB
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 07/24/2013 05:24 PM, Pedro Alves wrote: >> When does the above error get triggered? > > Looks like it doesn't. I realized I might have replied to the wrong question. I was saying that for 32-bit x86 GDB, that error isn't triggered, because the code isn't reached. That error in amd64-linux-nat.c is triggered when you try to debug a 64-bit process with an x32 (not 32-bit x86) GDB. -- Pedro Alves