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 remote/17818] remote.c:5519: possible () mixup ?


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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |tromey at sourceware dot org
         Resolution|---                         |FIXED

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
This was fixed by:

commit 26d56a939e9e54e09d46ea6e9678463ac344fa33
Author: Sandra Loosemore <sandra@codesourcery.com>
Date:   Tue Aug 18 10:29:54 2015 -0700

    Fix mis-parsing of hex register numbers in 'T' stop replies.

    2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>

        gdb/
        * remote.c (strprefix): New.
        (remote_parse_stop_reply): Use strprefix instead of strncmp
        to ensure exact match of keyword.

-- 
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]