aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-121-15/+7
* Make breakpoint handling in record-full idempotentYao Qi2016-04-071-0/+17
* Set bp_tgt->reqstd_address and bp_tgt->placed_size in record_full_insert_brea...Yao Qi2016-04-071-0/+10
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb/record-full: Use xmalloc instead of alloca for temporary memory storage.Marcin Kościelnicki2015-11-041-1/+4
* Do not pass NULL for the string in catch_errorsLuis Machado2015-10-261-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* target: add to_record_will_replay target methodMarkus Metzger2015-09-181-0/+14
* target: add to_record_stop_replaying target methodMarkus Metzger2015-09-181-0/+9
* target, record: add PTID argument to to_record_is_replayingMarkus Metzger2015-09-181-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-6/+4
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* record: set stop_pc in "record goto" commandMarkus Metzger2015-07-101-0/+1
* Simplify target_async hook interfacePedro Alves2015-03-251-8/+5
* record-full/record-btrace: software/hardware breakpoint trapPedro Alves2015-03-041-36/+67
* When disabling target async, remove all target event sources from the event loopPedro Alves2015-02-031-12/+20
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Make single-step breakpoints be per-threadPedro Alves2014-10-151-3/+5
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* constify to_openTom Tromey2014-07-301-3/+3
* constify get_bookmark and goto_bookmarkTom Tromey2014-06-261-10/+14
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* fix regressions with target-asyncTom Tromey2014-03-121-19/+0
* Add target_ops argument to to_goto_recordTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_goto_record_endTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_goto_record_beginTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_record_is_replayingTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_delete_recordTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_save_recordTom Tromey2014-02-191-2/+3
* Add target_ops argument to to_info_recordTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_execution_directionTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_can_execute_reverseTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_goto_bookmarkTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_get_bookmarkTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* add target method delegationTom Tromey2014-02-191-200/+22
* add "this" pointers to more target APIsTom Tromey2014-02-191-11/+17
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-10/+13
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-3/+3
* target: allow decr_pc_after_break to be defined by the targetMarkus Metzger2014-01-161-3/+3
* target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger2014-01-161-12/+36
* Add target_ops argument to to_prepare_to_storeMarkus Metzger2014-01-161-1/+2
* Fix "is a record target open" checks.Pedro Alves2014-01-141-4/+14
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Add target_xfer_partial_ftypeYao Qi2013-12-181-15/+2
* PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves2013-09-171-2/+2
* * target.h (struct target_section): Delete member bfd.Doug Evans2013-07-161-3/+4
* * gcore.c (create_gcore_bfd): Make 'filename' const.Tom Tromey2013-05-141-2/+2