RE: Hybrid mode debugging
vijay nag <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAKhyrx_0RJ83y4Bxyh_w-5_wtj_Fhz0VNaxVzC+a_ZH4RHELhA@mail.gmail.com> |
Hello GDB, Is it possible to trace a 32 bit program that does a long jump to long mode on intel-x86 processor ? The process executes in the kernel space like a system call in long mode (X86_64) and return back to 32 bit space. Is it possible to associate more than one debug file with a GDB inferior ?