Remove path name from test case
[binutils-gdb.git] / gdb / record-full.c
2023-10-19 Simon Marchigdb: remove target_section_table typedef
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-05-30 Simon Marchigdb: add interp::on_record_changed method
2023-04-28 Simon Marchigdb/record-full: disable range stepping when resuming...
2023-02-27 Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
2023-01-04 Bruno Larsengdb: add 'maintenance print record-instruction' command
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-07-22 Tom TromeyChange target_ops::async to accept bool
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-22 John BaldwinDon't enable async mode at the end of target ::resume...
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-23 Andrew Burgessgdb: make use of SCOPE_EXIT to manage thread executing...
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
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
next