Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Luis Gustavo <luis_gustavo@mentor.com>
To: gdb-patches@sourceware.org, Stan Shebs <stanshebs@earthlink.net>
Subject: [rfc target-side break conditions ] Testcase
Date: Wed, 08 Feb 2012 23:17:00 -0000	[thread overview]
Message-ID: <4F33026A.4000307@mentor.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

Hi,

This is a simple testcase to exercise all the possible options of the 
"condition-evaluation" breakpoint parameter.

If we're running in native mode, we expect GDB to display a warning, and 
we make that test unsupported.

Luis

[-- Attachment #2: 0005-condition_evaluation_test.diff --]
[-- Type: text/x-patch, Size: 1869 bytes --]

2012-02-08  Luis Machado  <lgustavo@codesourcery.com>

	* gdb.base/cond-eval-mode.exp: New file.

Index: gdb/gdb/testsuite/gdb.base/cond-eval-mode.exp
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ gdb/gdb/testsuite/gdb.base/cond-eval-mode.exp	2012-02-08 20:39:00.987075003 -0200
@@ -0,0 +1,44 @@
+#   Copyright 2012 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+# Test 'set breakpoint condition-evaluation' settings
+
+if { [prepare_for_testing break.exp "break" {break.c break1.c}] } {
+    return -1
+}
+
+runto main
+
+set test_host "set breakpoint condition-evaluation host"
+set test_auto "set breakpoint condition-evaluation auto"
+set test_target "set breakpoint condition-evaluation target"
+
+gdb_test_no_output $test_host
+gdb_test_no_output $test_auto
+
+# If target-side condition evaluation is not supported, this warning will be
+# displayed.
+set warning "warning: Target does not support breakpoint condition evaluation.\r\nUsing GDB evaluation mode instead.\r\n"
+
+gdb_test_multiple $test_target $test_target {
+    -re $warning {
+	unsupported $test_target
+	return -1
+    }
+
+    -re "\r\n$gdb_prompt " {
+	pass $test_target
+    }
+}

             reply	other threads:[~2012-02-08 23:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-08 23:17 Luis Gustavo [this message]
2012-02-14 14:29 ` Pedro Alves
2012-02-14 14:31   ` Pedro Alves
2012-02-22 15:33   ` Luis Gustavo
2012-02-23 17:51     ` Pedro Alves
2012-02-24 12:21       ` Luis Gustavo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F33026A.4000307@mentor.com \
    --to=luis_gustavo@mentor.com \
    --cc=gdb-patches@sourceware.org \
    --cc=stanshebs@earthlink.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox