Why does a breakpoint struct contain a location linked list ?
hilbert via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, After setting a breakpoint, GDB can read the location information from the symbol table constructed by dwarf and fill in the breakpoint; Why need a linked list to record multiple location information; Where do so many locations come from? Thank you very much.