This is the mail archive of the gdb-prs@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]

[Bug corefiles/15974] Unsupported notification packets are causing errors (last of the nc_list is picked).


https://sourceware.org/bugzilla/show_bug.cgi?id=15974

--- Comment #3 from Gerard Zagema <forum at emblocks dot org> ---
Yao,

You can commit yours, it's nicer.

Gerard.

BTW.

I need "simplex" notifications. That are asynchronous notifications which are
not acknowledged and are only signaling an event. It's a one shot packet from
remote to GDB without further information exchange. I couldn't find a way to
accomplish this in the current architecture so I added a field to the
notif_client that it shouldn't be Queued etc. The parser can handle it totally.

This is working very nice but I would prefer something that doesn't need all
kind of special patches. Is there something that I'm overlooking and is this
possible in the current setup?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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