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 record/19187] running with process record over a fork causes GDB internal error


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

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

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

commit 7c50accb20e77971c775fdb7f5f1bfa605397e80
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Aug 10 23:06:01 2016 +0100

    Simplify remove_breakpoint interface

    All callers pass mark_uninserted, so there's no need for the 'is'
    parameter.

    gdb/ChangeLog:
    2016-08-10  Pedro Alves  <palves@redhat.com>

        PR gdb/19187
        * breakpoint.c (remove_breakpoint): Remove 'is' parameter and
        always pass mark_uninserted to remove_breakpoint_1.
        (insert_breakpoint_locations, remove_breakpoints)
        (remove_breakpoints_pid, update_global_location_list): Update
        callers.

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