summaryrefslogtreecommitdiff
path: root/gdb/record-full.c
Commit message (Expand)AuthorAgeFilesLines
* Change record_full_gdb_operation_disable_set not to return a cleanupTom Tromey2017-10-031-22/+12
* Constify cmd_record_full_restoreTom Tromey2017-09-271-1/+1
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* record-full: Remove unused function netorder16Simon Marchi2017-06-261-10/+0
* Remove an instance of MAX_REGISTER_SIZE from record-full.cAlan Hayward2017-06-221-3/+4
* -Wwrite-strings: execute_command calls with string literalsPedro Alves2017-04-051-1/+1
* Add method to query current recording method to target_ops.Tim Wiederhake2017-02-141-0/+10
* Introduce and use gdb::unlinkerTom Tromey2017-01-101-32/+22
* Use class to manage BFD reference countsTom Tromey2017-01-101-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix debug output in record_full_open_1Simon Marchi2016-11-281-1/+1
* Fix typos in commentSimon Marchi2016-11-251-1/+1
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-14/+4
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-10/+0
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-0/+11
* Fix a typo in commentYao Qi2016-08-311-1/+1
* Fix PR gdb/19187 (process record over a fork causes internal error)Pedro Alves2016-08-101-2/+5
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-3/+5
* Add method/format information to =record-startedSimon Marchi2016-06-061-1/+1
* 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