[gdb/testsuite] Fix gdb.base/coredump-filter-build-id.exp with older eu-unstrip
[deliverable/binutils-gdb.git] / gdb / record-full.c
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: remove iterate_over_bp_locations function
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-23  Simon Marchigdb: use function_view for iterate_over_bp_locations...
2021-03-26  Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-03-23  Simon Marchigdb: remove push_target free functions
2021-03-23  Simon Marchigdb: remove unpush_target free function
2021-02-04  Simon Marchigdb: make record-full clear async handler in wait
2021-02-04  Simon Marchigdb: make async event handlers clear themselves
2021-01-14  Simon Marchigdb: remove target_ops::commit_resume implementation...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-13  Tom TromeyChange target_section_table to std::vector alias
2020-10-13  Tom Tromeybuild_section_table cannot fail
2020-10-13  Tom TromeyUse a std::vector in target_section_table
2020-10-02  Simon Marchigdb: give names to async event/signal handlers
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-07-02  Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-13  Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13  Tom TromeyIntroduce async-event.[ch]
2020-02-04  Simon MarchiChange ints to bools around thread_info executing/resumed
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesMulti-target support
2020-01-10  Pedro AlvesMake target_ops::has_execution take an 'inferior *...
2020-01-10  Pedro AlvesDon't rely on inferior_ptid in record_full_wait
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-01-24  Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-01  Philippe WaroquiersFix leak in record-full.c
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-06-28  Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-20  Simon MarchiRemove struct keyword in range-based for-loop
2018-06-11  Tom TromeyRemove cleanups from record-full.c
2018-06-11  Tom TromeyRemove a VEC from record-full.c
2018-06-07  Pedro Alvestarget_ops::beneath -> target_ops::beneath()
2018-05-30  Simon MarchiRemove regcache_cooked_write
2018-05-30  Simon MarchiRemove regcache_invalidate
2018-05-30  Simon MarchiRemove regcache_cooked_read
2018-05-30  Simon MarchiRemove regcache_raw_read
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-03-23  Tom TromeyRemove some cleanups from record-full.c
2018-03-19  Tom TromeyConvert observers to C++
2018-02-21  Yao QiClass detached_regcache
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-02  Yao Qiconst-fy regcache::m_aspace
2017-11-02  Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-10  Pedro AlvesEliminate catch_errors
2017-10-03  Tom TromeyChange record_full_gdb_operation_disable_set not to...
2017-09-27  Tom TromeyConstify cmd_record_full_restore
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-06-26  Simon Marchirecord-full: Remove unused function netorder16
2017-06-22  Alan HaywardRemove an instance of MAX_REGISTER_SIZE from record...
2017-04-05  Pedro Alves-Wwrite-strings: execute_command calls with string...
2017-02-14  Tim WiederhakeAdd method to query current recording method to target_ops.
2017-01-11  Tom TromeyIntroduce and use gdb::unlinker
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-29  Simon MarchiFix debug output in record_full_open_1
2016-11-25  Simon MarchiFix typos in comment
2016-11-08  Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
2016-11-03  Yao QiNew gdbarch methods breakpoint_kind_from_pc and sw_brea...
2016-10-26  Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-08-31  Yao QiFix a typo in comment
2016-08-10  Pedro AlvesFix PR gdb/19187 (process record over a fork causes...
2016-08-10  Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-06-06  Simon MarchiAdd method/format information to =record-started
2016-04-12  Pedro AlvesDo target_terminal_ours in query & friends instead...
2016-04-07  Yao QiMake breakpoint handling in record-full idempotent
2016-04-07  Yao QiSet bp_tgt->reqstd_address and bp_tgt->placed_size...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-04  Marcin Koƛcielnickigdb/record-full: Use xmalloc instead of alloca for...
2015-10-26  Luis MachadoDo not pass NULL for the string in catch_errors
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-18  Markus Metzgertarget: add to_record_will_replay target method
2015-09-18  Markus Metzgertarget: add to_record_stop_replaying target method
2015-09-18  Markus Metzgertarget, record: add PTID argument to to_record_is_replaying
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
next
This page took 0.854963 seconds and 106 git commands to generate.