aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-full.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-97/+97
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-1/+1
2020-10-12build_section_table cannot failTom Tromey1-7/+1
2020-10-12Use a std::vector in target_section_tableTom Tromey1-19/+14
2020-10-02gdb: give names to async event/signal handlersSimon Marchi1-1/+1
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-3/+3
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-1/+1
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-25/+6
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-2/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-2/+9
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-2/+2
2020-01-10Don't rely on inferior_ptid in record_full_waitPedro Alves1-1/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-6/+5
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+3
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
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