aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-delegates.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-28/+0
2023-11-14gdb: regenerate target-delegates.cTankut Baris Aktemur1-2/+2
2023-11-13Thread options & clone events (core + remote)Pedro Alves1-0/+28
2023-11-13Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves1-0/+24
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-7/+7
2023-09-22Remove keywords from target debug printer namesTom Tromey1-51/+51
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey1-8/+8
2023-08-28gdb: Store an x86_xsave_layout in i386_gdbarch_tdep.John Baldwin1-0/+27
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries1-8/+8
2023-08-23[gdb/build] Support reference return type in make-target-delegates.pyTom de Vries1-202/+202
2023-07-27gdb: remove trailing empty line in target-delegates.cSimon Marchi1-1/+0
2023-02-27Remove old GNU indent directivesTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-29gdb: constify auxv parse functionsSimon Marchi1-7/+7
2022-07-22Change target_ops::async to accept boolTom Tromey1-6/+6
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-7/+7
2022-03-29Unify gdb printf functionsTom Tromey1-332/+332
2022-03-29Unify gdb puts functionsTom Tromey1-368/+368
2022-03-02Rewrite make-target-delegates in PythonTom Tromey1-3/+23
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger1-6/+6
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-23/+0
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-6/+6
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-11/+13
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-10/+14
2021-05-13gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi1-9/+11
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi1-13/+9
2021-03-26gdb: defer commit resume until all available events are consumedSimon Marchi1-0/+27
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-9/+9
2021-03-24New target methods for memory tagging supportLuis Machado1-0/+95
2021-02-24gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess1-1/+1
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-7/+7
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi1-7/+7
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-7/+7
2020-09-18Make target_wait options use enum flagsTom Tromey1-6/+6
2020-08-14gdb: Implement native dumpcore functionKamil Rytarowski1-0/+50
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-12/+12
2020-01-10Multi-target supportPedro Alves1-0/+27
2019-05-22Constify target_ops::follow_execTom Tromey1-6/+6
2019-04-08Introduce target_ops method thread_info_to_thread_handleKevin Buettner1-0/+28
2019-03-13Change pid_to_str to return std::stringTom Tromey1-7/+7
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-20/+16
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-10/+10
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-4/+4
2018-11-30Introduce process_stratum_targetPedro Alves1-2/+2
2018-11-18Fix ia64-linux-nat.cTom Tromey1-7/+7
2018-08-31Eliminate target_have_continuable_watchpointPedro Alves1-27/+0
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves1-640/+640
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-6/+2
2018-05-03target_ops: Use bool throughoutPedro Alves1-243/+243
2018-05-03Convert struct target_ops to C++Pedro Alves1-2730/+2306