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/21352] Command tsave does not support -r argument


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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Sergio Durigan Junior
<sergiodj@sourceware.org>:

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

commit 4a596fe20e93109300e841a3d0ee5f198146ab6d
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Apr 5 12:28:30 2017 -0400

    Fix PR 21352: Command tsave does not support -r argument

    This is an obvious fix for PR 21352.  The problem is that the argument
    parsing loop is not using an "else if" where it should, and therefore
    the '-r' option ends up unrecognized by GDB.

    gdb/ChangeLog:
    2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>

        PR gdb/21352
        * tracefile.c (tsave_command): Fix argument parsing for '-r'
        option.

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