summaryrefslogtreecommitdiff
path: root/gdb/record-full.c
Commit message (Expand)AuthorAgeFilesLines
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-25/+6
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Introduce async-event.[ch]Tom Tromey2020-04-131-0/+1
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-2/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-2/+9
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-2/+2
* Don't rely on inferior_ptid in record_full_waitPedro Alves2020-01-101-1/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-6/+5
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-3/+3
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-3/+3
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* 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