Re: gdb -- symbols read in? or not read in?
Doug Evans <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CADPb22S2Rf6JLdX5hCwy0O+iM-knFcB_d-58TWS=bL4+1ePTMg@mail.gmail.com> |
On Mon, Dec 8, 2014 at 11:03 AM, Doug Evans <[email protected]> wrote: > On Mon, Dec 8, 2014 at 10:04 AM, David Taylor <[email protected]> wrote: >> >> We have recently switched from STABS to DWARF for our product. And are >> having some issues with DWARF that we never had with STABS. >> >> The first was that with DWARF, GDB seems to not know about the existence >> of most of the header files. btw, I played with this a bit and tripped over this bug. https://sourceware.org/bugzilla/show_bug.cgi?id=17537 So that's something we need to fix.