]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/target.c
gas: introduce .errif and .warnif
[thirdparty/binutils-gdb.git] / gdb / target.c
8 days ago  Simon Marchigdb/progspace: add solib_ops pointer in program_space
8 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-06-17  Andrew Burgessgdb: rename target_fileio_stat to target_fileio_lstat
2025-04-24  Kevin BuettnerDon't attempt to find TLS address when target has no...
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-18  Tom TromeyUse gdb unordered map in target.c
2024-11-18  Christina Schimpegdb: Make tagged pointer support configurable.
2024-10-06  Tom de Vries[gdb] Fix common misspellings
2024-09-24  Tom de Vries[gdb] Eliminate catch(...) in target_wait
2024-08-12  Simon Marchigdb: rename target-delegates.c to target-delegates...
2024-07-18  Andrew Burgessgdb: add target_fileio_stat, but no implementations yet
2024-07-16  Simon Marchigdb, gdbserver, gdbsupport: use [[noreturn]] instead...
2024-07-15  Simon Marchigdb: pass program space to no_shared_libraries
2024-07-15  Simon Marchigdb: split no_shared_libraries, command vs implementation
2024-06-08  Simon Marchigdb: replace `get_exec_file (0)` calls with `current_pr...
2024-06-05  Andrew Burgessgdb: more filename styling in remote.c and target.c
2024-05-28  Tom TromeyUse bool in thread_events
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-04-19  Simon Marchigdb: add target_debug_printf and target_debug_printf_nofunc
2024-04-19  Simon Marchigdb: make regcache::debug_print_register return a string
2024-04-19  Gustavo Romerogdb: Introduce is_address_tagged target hook
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-09  Simon Marchigdb: add inferior parameter to breakpoint_init_inferior
2024-02-09  Simon Marchigdb: add program_space parameter to mark_breakpoints_out
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-20  Andrew Burgessgdb: move all bfd_cache_close_all calls in gdb_bfd.c
2023-11-17  Simon Marchigdb: pass address_space to target dcache functions
2023-11-17  Simon Marchigdb: remove regcache's address space
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-16  Simon Marchigdb: remove unnecessary declarations in target.c
2023-10-10  Simon Marchigdb: remove target_gdbarch
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-22  Tom TromeyImplement DAP "hover" context
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-02-27  Pedro AlvesConvert previous_inferior_ptid to strong reference...
2023-02-02  Simon Marchigdb: add inferior_pre_detach observable
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16  Luis Machado[aarch64] Fix removal of non-address bits for PAuth
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-11-28  Simon Marchigdb: disable commit resumed in target_kill
2022-11-28  Andrew Burgessgdb: fix assert when quitting GDB while a thread is...
2022-11-27  Philippe WaroquiersUse false/true for some inferior class members instead...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-09-21  Simon Marchigdbsupport: convert FILEIO_* macros to an enum
2022-09-21  Simon Marchigdbsupport: move include/gdb/fileio.h contents to fileio.h
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-14  Tom TromeyRemove the byte order parameter to target_read_string
2022-04-14  Tom TromeyRename read_string
2022-04-04  John BaldwinHandle TLS variable lookups when using separate debug...
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb putc functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-03-29  Tom TromeyRemove some uses of printf_unfiltered
2022-03-14  Patrick MonneratReplace deprecated_target_wait_hook by observers
2022-02-22  John BaldwinEnable async mode on supported targets in target_resume.
2022-01-27  Markus Metzgergdb, gdbserver: update thread identifier in enable_btra...
2022-01-26  Simon Marchigdb: convert maintenance target-async and target-non...
2022-01-08  Tom TromeyAdd explicit check for nullptr to target_announce_attach
2022-01-06  Tom TromeyUse target_announce_detach in more targets
2022-01-06  Tom TromeyIntroduce target_announce_attach
2022-01-05  Tom TromeyUse filtered output in terminal_info implementations
2022-01-05  Tom TromeyUse filtered output in files_info implementations
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-13  Andrew Burgessgdb: make post_startup_inferior a virtual method on...
2021-11-25  Andrew Burgessgdb: add asserts in target.c for target_async_permitted
2021-11-25  Andrew Burgessgdb: hoist target_async_permitted checks into target.c
2021-11-25  Andrew Burgessgdb: introduce a new overload of target_can_async_p
2021-11-16  Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-09-23  Tom TromeyChange get_ada_task_ptid parameter type
2021-09-07  Andrew Burgessgdb: make thread_info::executing private
2021-08-04  Simon Marchigdb: follow-fork: push target and add thread in target_...
2021-07-23  Simon Marchigdb: remove cmd_list_element::function::sfunc
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-06-26  Simon Marchigdb: add context getter/setter to cmd_list_element
2021-05-13  Simon Marchigdb: on exec, delegate pushing / unpushing target and...
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07  Simon Marchigdb: remove reference to current inferior in target_sta...
2021-05-07  Simon Marchigdb: make target_close check that the target isn't...
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-26  Pedro Alvestarget_is_non_stop_p and sync targets
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-24  Simon Marchigdb: move all "current target" wrapper implementations...
2021-03-23  Simon Marchigdb: remove target_is_pushed free function
next