Re: GDB does not stop at assembly code address
Yao Qi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAH=s-PNs061aNM_jy-b-pTVzaM_Okj13T8Utq5=w8upN2ED7Eg@mail.gmail.com> |
On Fri, Oct 14, 2016 at 4:21 PM, <[email protected]> wrote: > > What does not work is the breakpoint on startup_32, which is still in Assembly land. GDB just jumps over it as if it wasn't called, but it is definitely called since it's the 32-bit kernel entrypoint. > What is startup_32 address and where does GDB set breakpoint? You can do "print startup_32" and "info breakpoints" to get the answer of two questions above. -- Yao (齐尧)