summaryrefslogtreecommitdiff
path: root/gdb/record-full.c
Commit message (Expand)AuthorAgeFilesLines
* target factories, target open and multiple instances of targetsusers/palves/target_ops-cxxPedro Alves2018-04-181-21/+31
* target_ops: Use bool throughoutPedro Alves2018-04-181-25/+25
* target_ops/C++: record targetsPedro Alves2018-04-181-290/+306
* Remove some cleanups from record-full.cTom Tromey2018-03-221-15/+7
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Class detached_regcacheYao Qi2018-02-211-12/+9
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* Constify execute_commandTom Tromey2017-11-071-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* const-fy regcache::m_aspaceYao Qi2017-11-021-3/+2
* s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi2017-11-021-3/+3
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-10/+10
* Constify add_prefix_cmdTom Tromey2017-10-111-4/+4
* Eliminate catch_errorsPedro Alves2017-10-101-25/+13
* 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