summaryrefslogtreecommitdiff
path: root/gdb/record-full.c
AgeCommit message (Expand)Author
2014-06-26constify get_bookmark and goto_bookmarkTom Tromey
2014-05-22Add new infrun.h header.Pedro Alves
2014-03-12fix regressions with target-asyncTom Tromey
2014-02-19Add target_ops argument to to_goto_recordTom Tromey
2014-02-19Add target_ops argument to to_goto_record_endTom Tromey
2014-02-19Add target_ops argument to to_goto_record_beginTom Tromey
2014-02-19Add target_ops argument to to_record_is_replayingTom Tromey
2014-02-19Add target_ops argument to to_delete_recordTom Tromey
2014-02-19Add target_ops argument to to_save_recordTom Tromey
2014-02-19Add target_ops argument to to_info_recordTom Tromey
2014-02-19Add target_ops argument to to_execution_directionTom Tromey
2014-02-19Add target_ops argument to to_can_execute_reverseTom Tromey
2014-02-19Add target_ops argument to to_goto_bookmarkTom Tromey
2014-02-19Add target_ops argument to to_get_bookmarkTom Tromey
2014-02-19Add target_ops argument to to_closeTom Tromey
2014-02-19add target method delegationTom Tromey
2014-02-19add "this" pointers to more target APIsTom Tromey
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger
2014-01-14Fix "is a record target open" checks.Pedro Alves
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-18Add target_xfer_partial_ftypeYao Qi
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves
2013-07-16 * target.h (struct target_section): Delete member bfd.Doug Evans
2013-05-14 * gcore.c (create_gcore_bfd): Make 'filename' const.Tom Tromey
2013-04-19-Wpointer-sign: bookmarks.Pedro Alves
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves
2013-03-26record-full.c: Remove always true checks.Pedro Alves
2013-03-20gdb/Jan Kratochvil
2013-03-11Provide default target methods for record targets that are likely to be sharedMarkus Metzger
2013-03-11Rename record_ prefixes in record-full.h into record_full_.Markus Metzger
2013-03-11Rename record_ prefixes in record-full.c into record_full_.Markus Metzger
2013-03-11Split record.h into record.h and record-full.h.Markus Metzger