Re: Multi-packet gdb server request/response - problem?
Ivo Raisr <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CANXv6=tdRyennxro4x2r3HXRT4OvyNEDDY+SufE2F-6_DR2iJw@mail.gmail.com> |
>>> At some point in the debugging session (not sure when but it does not matter), >>> I think gdb kicks in the OS-specific functions. For solaris, they are >>> found in sol-thread.c. >> >> That's the (or a) problem. They shouldn't. sol-thread.c should only >> be active for native Solaris debugging. > > That tiny patch seems to solve the problem! > I will run the gdb's test suite to check if it does not introduce any > regression and let you know. No regressions found by the test suite. Good. I filed the following bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16329 Could we get it fixed in the 7.6.x branch as well? I.