aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-24gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi1-1/+4
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-2/+2
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-3/+4
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-7/+8
2021-07-13Fix detach with target remote (PR gdb/28080)Pedro Alves1-0/+6
2021-05-23[gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries1-4/+11
2021-05-13gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi1-6/+13
2021-05-13gdb: call target_follow_exec when "set follow-exec-mode" is "same"Simon Marchi1-2/+5
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi1-5/+3
2021-03-26gdb: defer commit resume until all available events are consumedSimon Marchi1-0/+14
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-18/+13
2021-03-24gdb: remove current_top_target functionSimon Marchi1-5/+0
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi1-185/+111
2021-03-24New target methods for memory tagging supportLuis Machado1-0/+41
2021-03-23gdb: remote target_longnameSimon Marchi1-1/+0
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-2/+0
2021-03-23gdb: remove push_target free functionsSimon Marchi1-5/+0
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-6/+1
2021-02-24gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess1-1/+5
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-4/+4
2021-02-22gdb: push target earlier in procfs_target::attach (PR 27435)Simon Marchi1-0/+14
2021-02-04gdb: make target_is_non_stop_p return boolSimon Marchi1-1/+1
2021-02-03detach and breakpoint removalPedro Alves1-0/+7
2021-01-22gdb: move remote_debug to remote.{h,c}Simon Marchi1-3/+0
2021-01-12gdb: move baud_rate and serial_parity declarations to serial.hSimon Marchi1-6/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi1-1/+1
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-3/+2
2020-10-12Introduce target-section.hTom Tromey1-27/+1
2020-10-07Move simple_search_memory to gdbsupport/search.ccTom Tromey1-8/+0
2020-09-28Turn target_have_steppable_watchpoint into functionTom Tromey1-2/+5
2020-09-28Turn target_can_lock_scheduler into a functionTom Tromey1-2/+6
2020-09-28Remove target_has_execution macroTom Tromey1-9/+3
2020-09-28Turn target_can_execute_reverse into functionTom Tromey1-2/+5
2020-09-28Remove target_has_registers macroTom Tromey1-2/+1
2020-09-28Remove target_has_stack macroTom Tromey1-2/+1
2020-09-28Remove target_has_memory macroTom Tromey1-2/+1
2020-09-28Remove target_has_all_memoryTom Tromey1-7/+0
2020-09-18Make target_wait options use enum flagsTom Tromey1-3/+3
2020-08-14gdb: Implement native dumpcore functionKamil Rytarowski1-0/+18
2020-06-15Change target_read_string APITom Tromey1-2/+7
2020-05-19Eliminate target_fileio_open_warn_if_slowPedro Alves1-13/+7
2020-04-01gdb: define convenience function 'exists_non_stop_target'Tankut Baris Aktemur1-0/+3
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-3/+3
2020-01-10Multi-target supportPedro Alves1-3/+31
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-3/+4
2020-01-10Don't rely on inferior_ptid in record_full_waitPedro Alves1-0/+7
2020-01-02Remove stale references to Cell BELuis Machado1-5/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1