aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-6/+18
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-2/+2
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-3/+5
2021-07-13Fix detach with target remote (PR gdb/28080)Pedro Alves1-6/+2
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-3/+4
2021-05-13gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi1-3/+5
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-05-07gdb: remove reference to current inferior in target_stack::unpushSimon Marchi1-1/+1
2021-05-07gdb: make target_close check that the target isn't pushed in all inferiorsSimon Marchi1-1/+2
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi1-4/+3
2021-03-26gdb: defer commit resume until all available events are consumedSimon Marchi1-0/+8
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-16/+11
2021-03-26target_is_non_stop_p and sync targetsPedro Alves1-4/+5
2021-03-24gdb: remove current_top_target functionSimon Marchi1-193/+275
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi1-0/+578
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-10/+1
2021-03-23gdb: remove push_target free functionsSimon Marchi1-18/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-10/+8
2021-02-25gdb: relax assertion in target_mourn_inferiorSimon Marchi1-1/+1
2021-02-24gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess1-0/+7
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-9/+8
2021-02-04gdb: make target_is_non_stop_p return boolSimon Marchi1-2/+2
2021-02-03detach and breakpoint removalPedro Alves1-9/+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-25/+25
2020-10-29Remove symfile_objfile macroTom Tromey1-3/+6
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi1-3/+3
2020-10-13gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642)Simon Marchi1-1/+6
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-7/+5
2020-10-12Use a std::vector in target_section_tableTom Tromey1-9/+5
2020-10-07Move simple_search_memory to gdbsupport/search.ccTom Tromey1-102/+8
2020-09-28Remove target_has_execution macroTom Tromey1-10/+7
2020-09-28Turn target_can_execute_reverse into functionTom Tromey1-1/+1
2020-09-28Remove target_has_registers macroTom Tromey1-1/+1
2020-09-28Remove target_has_stack macroTom Tromey1-1/+1
2020-09-28Remove target_has_memory macroTom Tromey1-1/+1
2020-09-28Remove target_has_all_memoryTom Tromey1-10/+0
2020-09-18Make target_wait options use enum flagsTom Tromey1-5/+6
2020-07-22Provide access to non SEC_HAS_CONTENTS core file sectionsKevin Buettner1-2/+5
2020-07-22section_table_xfer_memory: Replace section name with callback predicateKevin Buettner1-3/+8
2020-07-10Fix latent bug in target_pass_ctrlcPedro Alves1-1/+1
2020-06-18Don't write to inferior_ptid in target.cPedro Alves1-1/+1
2020-06-15Change target_read_string APITom Tromey1-15/+11
2020-06-15Rewrite target_read_stringTom Tromey1-62/+10
2020-05-19Eliminate target_fileio_open_warn_if_slowPedro Alves1-28/+5
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-11/+2
2020-04-01gdb: define convenience function 'exists_non_stop_target'Tankut Baris Aktemur1-0/+20
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-8/+5
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+2