Re: How is the location of the breakpoint determined and where is it obtained?
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> hilbert via Gdb <[email protected]> writes: > Symbols that can be read from elf files, but we cannot know in advance > where they will be loaded. After the run command, where does gdb get > the exact location of the breakpoint? > I don't get the information I want in gdb, who can help me? It's complicated, but you can start by reading svr4_relocate_main_executable. Tom