aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-full.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-3/+3
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-1/+1
2019-01-01Fix leak in record-full.cPhilippe Waroquiers1-8/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-3/+2
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-3/+1
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves1-1/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+1
2018-06-20Remove struct keyword in range-based for-loopSimon Marchi1-1/+1
2018-06-10Remove cleanups from record-full.cTom Tromey1-269/+282
2018-06-10Remove a VEC from record-full.cTom Tromey1-44/+34
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves1-22/+22
2018-05-30Remove regcache_cooked_writeSimon Marchi1-2/+1
2018-05-30Remove regcache_invalidateSimon Marchi1-2/+2
2018-05-30Remove regcache_cooked_readSimon Marchi1-1/+1
2018-05-30Remove regcache_raw_readSimon Marchi1-1/+1
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-21/+31
2018-05-03target_ops: Use bool throughoutPedro Alves1-25/+25
2018-05-03Convert struct target_ops to C++Pedro Alves1-290/+306
2018-03-22Remove some cleanups from record-full.cTom Tromey1-15/+7
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-02-21Class detached_regcacheYao Qi1-12/+9
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-11-07Constify execute_commandTom Tromey1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-02const-fy regcache::m_aspaceYao Qi1-3/+2
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi1-3/+3
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-10/+10
2017-10-11Constify add_prefix_cmdTom Tromey1-4/+4
2017-10-10Eliminate catch_errorsPedro Alves1-25/+13
2017-10-03Change record_full_gdb_operation_disable_set not to return a cleanupTom Tromey1-22/+12
2017-09-27Constify cmd_record_full_restoreTom Tromey1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-06-26record-full: Remove unused function netorder16Simon Marchi1-10/+0
2017-06-22Remove an instance of MAX_REGISTER_SIZE from record-full.cAlan Hayward1-3/+4
2017-04-05-Wwrite-strings: execute_command calls with string literalsPedro Alves1-1/+1
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake1-0/+10
2017-01-10Introduce and use gdb::unlinkerTom Tromey1-32/+22
2017-01-10Use class to manage BFD reference countsTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-28Fix debug output in record_full_open_1Simon Marchi1-1/+1
2016-11-25Fix typos in commentSimon Marchi1-1/+1
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-14/+4
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-10/+0
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves1-0/+11
2016-08-31Fix a typo in commentYao Qi1-1/+1