Remove path name from test case
[binutils-gdb.git] / gdb / target-delegates.c
2023-11-14 Tankut Baris Aktemurgdb: regenerate target-delegates.c
2023-11-13 Pedro AlvesThread options & clone events (core + remote)
2023-11-13 Pedro AlvesStep over clone syscall w/ breakpoint, TARGET_WAITKIND_...
2023-10-19 Simon Marchigdb: remove target_section_table typedef
2023-09-22 Tom TromeyRemove keywords from target debug printer names
2023-09-19 Tom TromeyUse gdb::checked_static_cast for tracepoints
2023-08-28 John Baldwingdb: Store an x86_xsave_layout in i386_gdbarch_tdep.
2023-08-24 Tom de Vries[gdb/build] Return gdb::array_view in thread_info_to_th...
2023-08-23 Tom de Vries[gdb/build] Support reference return type in make-targe...
2023-07-27 Simon Marchigdb: remove trailing empty line in target-delegates.c
2023-02-27 Tom TromeyRemove old GNU indent directives
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-09-29 Simon Marchigdb: constify auxv parse functions
2022-07-22 Tom TromeyChange target_ops::async to accept bool
2022-05-13 Tom TromeyConstify target_pid_to_exec_file
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-02 Tom TromeyRewrite make-target-delegates in Python
2022-01-27 Markus Metzgergdb, gdbserver: update thread identifier in enable_btra...
2021-12-13 Andrew Burgessgdb: make post_startup_inferior a virtual method on...
2021-09-23 Tom TromeyChange get_ada_task_ptid parameter type
2021-08-04 Simon Marchigdb: follow-fork: push target and add thread in target_...
2021-07-15 Simon Marchigdb: pass child_ptid and fork kind to target_ops::follo...
2021-05-13 Simon Marchigdb: on exec, delegate pushing / unpushing target and...
2021-04-07 Simon Marchigdb: make target_ops::follow_fork return void
2021-03-26 Simon Marchigdb: defer commit resume until all available events...
2021-03-26 Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-03-24 Luis MachadoNew target methods for memory tagging support
2021-02-24 Andrew Burgessgdb: move get_section_table from exec_target to dummy_t...
2021-02-24 Andrew Burgessgdb: spread a little 'const' through the target_section...
2020-10-22 Simon Marchigdb: make target_ops::make_corefile_notes return a...
2020-10-13 Tom TromeyChange target_section_table to std::vector alias
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-08-13 Kamil Rytarowskigdb: Implement native dumpcore function
2020-03-24 Simon Marchigdb: bool-ify follow_fork
2020-01-10 Pedro AlvesMulti-target support
2019-05-22 Tom TromeyConstify target_ops::follow_exec
2019-04-09 Kevin BuettnerIntroduce target_ops method thread_info_to_thread_handle
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-01-24 Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-15 Tom TromeyConstify target_pass_signals and target_program_signals
2018-11-30 Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-30 Pedro AlvesIntroduce process_stratum_target
2018-11-18 Tom TromeyFix ia64-linux-nat.c
2018-08-31 Pedro AlvesEliminate target_have_continuable_watchpoint
2018-06-07 Pedro Alvestarget_ops::beneath -> target_ops::beneath()
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-04-12 Pedro AlvesEliminate target_has_exited
2018-04-09 Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-03-22 Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-01 Simon MarchiPropagate record_print_flags
2018-02-09 Markus Metzgerbtrace, gdbserver: remove the to_supports_btrace target...
2018-01-30 Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2017-12-06 Pedro Alvestarget_set_syscall_catchpoint, use gdb::array_view...
2017-12-03 Simon MarchiRemove mem_region_vector typedef
2017-12-03 Pedro AlvesMake make-target-delegates grok namespace scope op...
2017-10-21 Simon MarchiGet rid of VEC (mem_region)
2017-10-14 Simon MarchiMake to_traceframe_info return a unique_ptr
2017-09-21 Kevin BuettnerAdd target method for converting thread handle to threa...
2017-09-04 Pedro AlvesIntroduce gdb_disassembly_flags
2017-04-05 Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-02-14 Tim WiederhakeAdd method to query current recording method to target_ops.
2016-10-26 Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-08-10 Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-07-01 Don BreazealOptimize memory_xfer_partial for remote
2016-04-12 Pedro AlvesEliminate target_check_pending_interrupt
2016-04-12 Pedro AlvesPass Ctrl-C to the target in target_terminal_inferior
2015-11-30 Pedro AlvesRemote thread create/exit events
2015-11-26 Simon MarchiConstify thread name return path
2015-11-03 Simon Marchitarget_ops mask_watchpoint: change int to target_hw_bp_type
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-09-15 Yao QiSupport single step by arch or target
2015-09-11 Don BreazealExtended-remote follow-exec
2015-09-09 Pedro AlvesMerge async and sync code paths some more
2015-08-25 Pedro Alvesremote: allow aborting long operations (e.g., file...
2015-08-07 Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-08-07 Pedro AlvesImplement all-stop on top of a target running non-stop...
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-04-02 Gary BensonIntroduce target_filesystem_is_local
2015-03-25 Pedro AlvesSimplify target_async hook interface
2015-03-04 Pedro Alvesgarbage collect target_decr_pc_after_break
2015-03-04 Pedro AlvesTeach GDB about targets that can tell whether a trap...
2015-02-09 Markus Metzgerrecord btrace: add configuration struct
2015-02-09 Markus Metzgerbtrace: add format argument to supports_btrace
2015-02-09 Markus Metzgerbtrace: add struct btrace_data
2014-10-15 Pedro AlvesPush pruning old threads down to the target
2014-08-27 Patrick PalkaFix terminal state corruption when starting a program...
2014-07-24 Tom Tromeyauto-generate most target debug methods
2014-07-23 Tom Tromeyrewrite make-target-delegates matching code
2014-07-16 Tom Tromeyrebuild target-delegates.c
2014-07-07 Tom Tromeyconvert to_get_thread_local_address to use target deleg...
2014-06-26 Tom Tromeyconstify get_bookmark and goto_bookmark
2014-06-26 Tom Tromeyconstify to_load
2014-06-25 Markus Metzgergcore, target: allow target to prepare/cleanup for...
next