From 89be2091496d2a3166460875fea2a2778686f8d3 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 16 Nov 2006 15:08:25 +0000 Subject: gdb/ * remote.c (PACKET_QPassSignals): New. (last_pass_packet, remote_pass_signals): New. (remote_protocol_features): Add QPassSignals. (remote_query_supported): Correct an infinite loop. (remote_open_1): Reset last_pass_packet. (remote_resume): Call remote_pass_signals. (_initialize_remote): Register "set remote pass-signals". gdb/doc/ * gdb.texinfo (Remote configuration): Mention "pass-signals-packet". (General Query Packets): Document QPassSignals. Fix a typo. gdb/gdbserver/ * linux-low.c (linux_wait_for_event): Reformat. Use the pass_signals array. * remote-utils.c (decode_address_to_semicolon): New. * server.c (pass_signals, handle_general_set): New. (handle_query): Mention QPassSignals for qSupported. (main): Call handle_general_set. * server.h (pass_signals, decode_address_to_semicolon): New. --- gdb/doc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/doc/ChangeLog') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 97f5018..ecf7a8c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2006-11-16 Daniel Jacobowitz + + * gdb.texinfo (Remote configuration): Mention + "pass-signals-packet". + (General Query Packets): Document QPassSignals. Fix + a typo. + 2006-11-14 Maxim Grigoriev * gdb.texinfo (Contributors): Add contributors of Xtensa port. -- cgit v1.1