From 28a5e74afeb11090dc269bbf814eec306c7d4ec5 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Sat, 5 Oct 2013 08:09:19 +1000 Subject: * baseboards/unix.exp: Add gdb settings to not use hardware watchpoints in sparc64 running GNU/Linux. Signed-off-by: Ben Elliston --- ChangeLog | 5 +++++ baseboards/unix.exp | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d23388..a8ab512 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-10-05 Jose E. Marchesi + + * baseboards/unix.exp: Add gdb settings to not use hardware + watchpoints in sparc64 running GNU/Linux. + 2013-06-17 Bernhard Reutner-Fischer * runtest.exp (libdirs): New global variable. diff --git a/baseboards/unix.exp b/baseboards/unix.exp index cf64a9e..bbb4adf 100644 --- a/baseboards/unix.exp +++ b/baseboards/unix.exp @@ -35,3 +35,8 @@ if { [istarget "*-*-cygwin*"] } { if { [istarget "alpha*-*"] } { set_board_info ieee_multilib_flags "-mieee" } + +# Hardware breakpoints are not supported in sparc64 on GNU/Linux +if { [istarget "sparc64-*-linux-gnu"] } { + set_board_info gdb,no_hardware_watchpoints 1 +} -- cgit v1.1