Remove path name from test case
[binutils-gdb.git] / gdb / target.h
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-10-10 Simon Marchigdb: remove target_gdbarch
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-09-19 Tom TromeyUse gdb::checked_static_cast for tracepoints
2023-09-05 Tom TromeyRead Ada main name from executable, not inferior
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-07-10 Tom TromeyRemove target_close
2023-06-03 Tom de Vries[gdb] Fix typos
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-14 Andrew Burgessgdb: remove the pop_all_targets (and friends) global...
2022-12-14 Andrew Burgessgdb: remove decref_target
2022-12-14 Andrew Burgessgdb: have target_stack automate reference count handling
2022-09-29 Simon Marchigdb: constify auxv parse functions
2022-09-29 Simon Marchigdb: constify target_stack::is_pushed
2022-09-21 Simon Marchigdbsupport: convert FILEIO_* macros to an enum
2022-07-22 Tom TromeyChange target_ops::async to accept bool
2022-05-13 Tom TromeyConstify target_pid_to_exec_file
2022-04-29 Pedro AlvesSlightly tweak and clarify target_resume's interface
2022-04-14 Tom TromeyMove target_read_string to target/target.c
2022-04-06 Andrew Burgessgdb: move gdb_disassembly_flag into a new disasm-flags...
2022-01-27 Markus Metzgergdb, gdbserver: update thread identifier in enable_btra...
2022-01-06 Tom TromeyIntroduce target_announce_attach
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-13 Andrew Burgessgdb: make post_startup_inferior a virtual method on...
2021-11-25 Andrew Burgessgdb: introduce a new overload of target_can_async_p
2021-09-24 Simon Marchigdb: change thread_info::name to unique_xmalloc_ptr...
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-07-13 Pedro AlvesFix detach with target remote (PR gdb/28080)
2021-05-23 Tom de Vries[gdb/tdep] Use pid to choose process 64/32-bitness
2021-05-13 Simon Marchigdb: on exec, delegate pushing / unpushing target and...
2021-05-13 Simon Marchigdb: call target_follow_exec when "set follow-exec...
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 Simon Marchigdb: remove current_top_target function
2021-03-24 Simon Marchigdb: move all "current target" wrapper implementations...
2021-03-24 Luis MachadoNew target methods for memory tagging support
2021-03-23 Simon Marchigdb: remote target_longname
2021-03-23 Simon Marchigdb: remove target_is_pushed free function
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-03-23 Simon Marchigdb: remove unpush_target free function
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...
2021-02-22 Simon Marchigdb: push target earlier in procfs_target::attach ...
2021-02-04 Simon Marchigdb: make target_is_non_stop_p return bool
2021-02-03 Pedro Alvesdetach and breakpoint removal
2021-01-22 Simon Marchigdb: move remote_debug to remote.{h,c}
2021-01-12 Simon Marchigdb: move baud_rate and serial_parity declarations...
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-22 Simon Marchigdb: make target_ops::make_corefile_notes return a...
2020-10-13 Tom TromeyChange target_section_table to std::vector alias
2020-10-13 Tom TromeyIntroduce target-section.h
2020-10-07 Tom TromeyMove simple_search_memory to gdbsupport/search.cc
2020-09-29 Tom TromeyTurn target_have_steppable_watchpoint into function
2020-09-29 Tom TromeyTurn target_can_lock_scheduler into a function
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-29 Tom TromeyTurn target_can_execute_reverse into function
2020-09-29 Tom TromeyRemove target_has_registers macro
2020-09-29 Tom TromeyRemove target_has_stack macro
2020-09-29 Tom TromeyRemove target_has_memory macro
2020-09-29 Tom TromeyRemove target_has_all_memory
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-08-13 Kamil Rytarowskigdb: Implement native dumpcore function
2020-06-15 Tom TromeyChange target_read_string API
2020-05-19 Pedro AlvesEliminate target_fileio_open_warn_if_slow
2020-04-01 Tankut Baris Aktemurgdb: define convenience function 'exists_non_stop_target'
2020-03-24 Simon Marchigdb: bool-ify follow_fork
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-03 Luis MachadoRemove stale references to Cell BE
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-15 Andrew Burgessgdb: Update comments that reference VEC or vec.h
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-09-20 Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-09 Tom TromeyRename common to gdbsupport
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-03-12 John BaldwinUpdate comment for target::get_thread_local_address.
2019-02-15 Tom TromeyAdd push_target overload
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-24 Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-15 Tom TromeyConstify target_pass_signals and target_program_signals
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-30 Pedro AlvesConvert default_child_has_foo functions to process_stra...
2018-11-30 Pedro AlvesIntroduce process_stratum_target
2018-11-30 Pedro AlvesMove test_target_ops to a separate file
2018-11-18 Tom TromeyFix ia64-linux-nat.c
2018-11-08 Tom TromeyAvoid crash when calling warning too early
2018-09-06 Simon SerGenerate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD...
2018-08-31 Pedro AlvesAdd comment describing continuable/steppable/non-steppa...
next