[gdb/testsuite] Clean up stale exec in gdb_compile_pascal
[external/binutils.git] / gdb / record-full.c
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...
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-07-10 Markus Metzgerrecord: set stop_pc in "record goto" command
2015-03-25 Pedro AlvesSimplify target_async hook interface
2015-03-04 Pedro Alvesrecord-full/record-btrace: software/hardware breakpoint...
2015-02-03 Pedro AlvesWhen disabling target async, remove all target event...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-15 Pedro AlvesMake single-step breakpoints be per-thread
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-07-30 Tom Tromeyconstify to_open
2014-06-26 Tom Tromeyconstify get_bookmark and goto_bookmark
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-03-12 Tom Tromeyfix regressions with target-async
2014-02-19 Tom TromeyAdd target_ops argument to to_goto_record
2014-02-19 Tom TromeyAdd target_ops argument to to_goto_record_end
2014-02-19 Tom TromeyAdd target_ops argument to to_goto_record_begin
2014-02-19 Tom TromeyAdd target_ops argument to to_record_is_replaying
2014-02-19 Tom TromeyAdd target_ops argument to to_delete_record
2014-02-19 Tom TromeyAdd target_ops argument to to_save_record
2014-02-19 Tom TromeyAdd target_ops argument to to_info_record
2014-02-19 Tom TromeyAdd target_ops argument to to_execution_direction
2014-02-19 Tom TromeyAdd target_ops argument to to_can_execute_reverse
2014-02-19 Tom TromeyAdd target_ops argument to to_goto_bookmark
2014-02-19 Tom TromeyAdd target_ops argument to to_get_bookmark
2014-02-19 Tom TromeyAdd target_ops argument to to_close
2014-02-19 Tom Tromeyadd target method delegation
2014-02-19 Tom Tromeyadd "this" pointers to more target APIs
2014-02-11 Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07 Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-16 Markus Metzgertarget: allow decr_pc_after_break to be defined by...
2014-01-16 Markus Metzgertarget, breakpoint: allow insert/remove breakpoint...
2014-01-16 Markus MetzgerAdd target_ops argument to to_prepare_to_store
2014-01-14 Pedro AlvesFix "is a record target open" checks.
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
next