summaryrefslogtreecommitdiff
path: root/gdb/target.h
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-17gdb: remove regcache's address spaceSimon Marchi
2023-11-13Thread options & clone events (core + remote)Pedro Alves
2023-11-13Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves
2023-10-19gdb: remove target_section_table typedefSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey
2023-09-05Read Ada main name from executable, not inferiorTom Tromey
2023-08-28gdb: Store an x86_xsave_layout in i386_gdbarch_tdep.John Baldwin
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries
2023-07-10Remove target_closeTom Tromey
2023-06-03[gdb] Fix typosTom de Vries
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-14gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess
2022-12-14gdb: remove decref_targetAndrew Burgess
2022-12-14gdb: have target_stack automate reference count handlingAndrew Burgess
2022-09-29gdb: constify auxv parse functionsSimon Marchi
2022-09-29gdb: constify target_stack::is_pushedSimon Marchi
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi
2022-07-22Change target_ops::async to accept boolTom Tromey
2022-05-13Constify target_pid_to_exec_fileTom Tromey
2022-04-29Slightly tweak and clarify target_resume's interfacePedro Alves
2022-04-14Move target_read_string to target/target.cTom Tromey
2022-04-06gdb: move gdb_disassembly_flag into a new disasm-flags.h fileAndrew Burgess
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger
2022-01-06Introduce target_announce_attachTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess
2021-11-25gdb: introduce a new overload of target_can_async_pAndrew Burgess
2021-09-24gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi
2021-07-13Fix detach with target remote (PR gdb/28080)Pedro Alves
2021-05-23[gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries
2021-05-13gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi
2021-05-13gdb: call target_follow_exec when "set follow-exec-mode" is "same"Simon Marchi
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi
2021-03-26gdb: defer commit resume until all available events are consumedSimon Marchi
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi
2021-03-24New target methods for memory tagging supportLuis Machado
2021-03-23gdb: remote target_longnameSimon Marchi
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi
2021-03-23gdb: remove push_target free functionsSimon Marchi
2021-03-23gdb: remove unpush_target free functionSimon Marchi
2021-02-24gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess