summaryrefslogtreecommitdiff
path: root/gdb/record-full.c
Commit message (Expand)AuthorAgeFilesLines
...
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-1/+1
* Fix leak in record-full.cPhilippe Waroquiers2019-01-011-8/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-3/+2
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-3/+1
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-1/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-0/+1
* Remove struct keyword in range-based for-loopSimon Marchi2018-06-201-1/+1
* Remove cleanups from record-full.cTom Tromey2018-06-101-269/+282
* Remove a VEC from record-full.cTom Tromey2018-06-101-44/+34
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-22/+22
* Remove regcache_cooked_writeSimon Marchi2018-05-301-2/+1
* Remove regcache_invalidateSimon Marchi2018-05-301-2/+2
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_readSimon Marchi2018-05-301-1/+1
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-21/+31
* target_ops: Use bool throughoutPedro Alves2018-05-031-25/+25
* Convert struct target_ops to C++Pedro Alves2018-05-031-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