This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/22293] find command's "halting search" warning missing against gdbserver


https://sourceware.org/bugzilla/show_bug.cgi?id=22293

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Pedro Alves <palves@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8b0553c18f0dc63ab0ae930f2e8eed2bce4cd32c

commit 8b0553c18f0dc63ab0ae930f2e8eed2bce4cd32c
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Oct 13 16:34:50 2017 +0100

    Make gdb.base/find-unmapped.exp pass on remote targets

    Currently, with --target_board=native-extended-gdbserver, we get:

      Running .../src/gdb/testsuite/gdb.base/find-unmapped.exp ...
      FAIL: gdb.base/find-unmapped.exp: find global_var_0, global_var_2, 0xff
      FAIL: gdb.base/find-unmapped.exp: find global_var_1, global_var_2, 0xff
      FAIL: gdb.base/find-unmapped.exp: find global_var_2, (global_var_2 + 16),
0xff

    This commit makes the test pass there, and also enables in on
    --target_board=native-gdbserver, and other remote targets.

    I've filed PR gdb/22293 to track the missing-warning problem.

    gdb/testsuite/ChangeLog:
    2017-10-13  Pedro Alves  <palves@redhat.com>

        PR gdb/22293
        * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
        (top level): Move some tests to ...
        (test_not_found): ... this new procedure.
        (top level): Call it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]