This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Multi-packet gdb server request/response - problem?


>>> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]