gdb/testsuite/

* gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
This commit is contained in:
Jan Kratochvil 2012-07-31 07:35:18 +00:00
parent a14dd77ea7
commit 75d9f9ff36
2 changed files with 8 additions and 1 deletions

View File

@ -1,8 +1,10 @@
2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/valgrind-infcall.c: New file.
* gdb.base/valgrind-infcall.exp: New file.
* gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
2012-07-30 Doug Evans <dje@google.com>
* gdb.dwarf2/fission-reread.S: Use .data instead of .bss.

View File

@ -13,6 +13,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
if [is_remote target] {
# The test always runs locally.
return 0
}
set test valgrind-db-attach
set srcfile $test.c
set executable $test