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: Triggering qSymbol packets


Hi again,

An update on yesterday's emails - I've sorted this one out.  In gdb5.3
the trigger of the qOffset packet, in remote_start_remote, was nested
inside an #ifdef SOLIB... structure.  In 6.4 (but interestingly, not
6.3), this #ifdef is more discriminating, and does permit the qSymbol on
target connect, even if SOLIB is not in use.

It's still not working yet, but certainly gets a lot further than before.

Thanks for your help,

John

Daniel Jacobowitz wrote:
> On Thu, Jan 19, 2006 at 10:45:34AM +1000, John Williams wrote:
> 
>>I got it from here:
>>
>>http://www.cygwin.com/ml/gdb/2002-02/msg00098.html
>>
>>I looked but didn't find any current references that describe gdbserver
>>+ pthread debugging - if there's something obvious I'm missing please
>>let me know.
> 
> 
> Well, that's a shame.  The implementation eventually merged wasn't that
> one, and his advice is not useful today.
> 
> There's inadequate documentation for this process and it could use a
> good FAQ; it comes up on this list about twice a month.
> 


-- 
Dr John Williams, Research Fellow,
Embedded Systems Group / Reconfigurable Computing
School of ITEE, The University of Queensland, Brisbane, Australia
(p) +61 7 33652185  (f) +61 7 33654999 (m) +61 403969243


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