Re: Breakpoints in shared address space
Max Larsson via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAGKMySXW8MGZ51tS9AQ0znOqAG=hqy-zNyEmt4PO6VFWm8SCSg@mail.gmail.com> |
On Thu, 15 May 2025 at 13:46, Andreas Schwab <[email protected]> wrote: > On Mai 15 2025, Max Larsson via Gdb wrote: > > > So if gdb file command is use to read an exe, gdb uses the address for > the > > exe as defined in the elf file. So if i disas the _start function > > it show me all the assembler code starting with an address 0x010000054. > So > > long everything is fine. Now I tell gdb to set an break point > > on that address and run the exe. > > How do you set the breakpoint exactly? > > Like this "b *0x010000054" KR Max Larsson BTW: Edit the subject which I forget in my initial email