]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb:
authorYao Qi <yao@codesourcery.com>
Tue, 24 Apr 2012 14:33:12 +0000 (14:33 +0000)
committerYao Qi <yao@codesourcery.com>
Tue, 24 Apr 2012 14:33:12 +0000 (14:33 +0000)
commit20388dd6b670db6c2fada1c609d7ca4ae04c85a0
treeb8c0df862294c1400dccb67ab2e6b07431d059af
parent4734f50e63de6deef4fe7976bbfaa398ac701deb
gdb:
Revert this patch to allow breakpoint always-inserted
in record target.
2011-12-05  Pedro Alves  <pedro@codesourcery.com>
        * breakpoint.c: Include record.h.
        (breakpoints_always_inserted_mode): Return false when the record
        target is in use.

* breakpoint.c (iterate_over_bp_locations): New.
* breakpoint.h: Declare.
New typedef walk_bp_location_callback.
* record.c (record_open): Call record_init_record_breakpoints.
(record_sync_record_breakpoints): New.
(record_init_record_breakpoints): New.
* NEWS: Mention supporting breakpoint always-inserted mode in
record target.
gdb/ChangeLog
gdb/NEWS
gdb/breakpoint.c
gdb/breakpoint.h
gdb/record.c