From b3fd4c0615888735841c6d3e77f91f1f049662bf Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 23 Jan 1996 01:10:48 +0000 Subject: [PATCH] * remote.c (remotebreak): New GDB variable. (remote_break): New global. (remote_interrupt): Send a break instead of ^C if remote_break. * NEWS: Describe the new variable. --- gdb/ChangeLog | 7 +++++++ gdb/NEWS | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 157e6686214..eaec2e8b81b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Mon Jan 22 16:59:40 1996 Stan Shebs + + * remote.c (remotebreak): New GDB variable. + (remote_break): New global. + (remote_interrupt): Send a break instead of ^C if remote_break. + * NEWS: Describe the new variable. + Mon Jan 22 16:24:11 1996 Doug Evans * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc. diff --git a/gdb/NEWS b/gdb/NEWS index f1019fa8416..1d754cd5e71 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -13,6 +13,12 @@ ARM via RDP protocol arm-*-* PowerPC via PPCBUG monitor powerpc{,le}-*-eabi* PowerPC simulator powerpc{,le}-*-eabi if building with GCC +* Send break instead of ^C + +The standard remote protocol now includes an option to send a break +rather than a ^C to the target in order to interrupt it. By default, +GDB will send ^C; to send a break, set the variable `remotebreak' to 1. + *** Changes in GDB-4.15: * Psymtabs for XCOFF -- 2.30.2