summaryrefslogtreecommitdiff
path: root/gdb/target-delegates.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old GNU indent directivesTom Tromey2023-02-271-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: constify auxv parse functionsSimon Marchi2022-09-291-7/+7
* Change target_ops::async to accept boolTom Tromey2022-07-221-6/+6
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-7/+7
* Unify gdb printf functionsTom Tromey2022-03-291-332/+332
* Unify gdb puts functionsTom Tromey2022-03-291-368/+368
* Rewrite make-target-delegates in PythonTom Tromey2022-03-021-3/+23
* gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger2022-01-271-6/+6
* gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess2021-12-131-23/+0
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-6/+6
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-11/+13
* gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi2021-07-141-10/+14
* gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi2021-05-131-9/+11
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-13/+9
* gdb: defer commit resume until all available events are consumedSimon Marchi2021-03-261-0/+27
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-9/+9
* New target methods for memory tagging supportLuis Machado2021-03-241-0/+95
* gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess2021-02-241-1/+1
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-7/+7
* gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi2020-10-221-7/+7
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-7/+7
* Make target_wait options use enum flagsTom Tromey2020-09-181-6/+6
* gdb: Implement native dumpcore functionKamil Rytarowski2020-08-141-0/+50
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-12/+12
* Multi-target supportPedro Alves2020-01-101-0/+27
* Constify target_ops::follow_execTom Tromey2019-05-221-6/+6
* Introduce target_ops method thread_info_to_thread_handleKevin Buettner2019-04-081-0/+28
* Change pid_to_str to return std::stringTom Tromey2019-03-131-7/+7
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-20/+16
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-10/+10
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-4/+4
* Introduce process_stratum_targetPedro Alves2018-11-301-2/+2
* Fix ia64-linux-nat.cTom Tromey2018-11-181-7/+7
* Eliminate target_have_continuable_watchpointPedro Alves2018-08-311-27/+0
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-640/+640
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-6/+2
* target_ops: Use bool throughoutPedro Alves2018-05-031-243/+243
* Convert struct target_ops to C++Pedro Alves2018-05-031-2730/+2306
* Eliminate target_has_exitedPedro Alves2018-04-121-37/+0
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-4/+4
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-15/+15
* Propagate record_print_flagsSimon Marchi2018-03-011-12/+12
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-33/+0
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-7/+31
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-6/+8
* Remove args from target detachSimon Marchi2018-01-191-8/+6
* target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves2017-12-061-9/+7
* Remove mem_region_vector typedefSimon Marchi2017-12-031-5/+5
* Make make-target-delegates grok namespace scope op and template paramsPedro Alves2017-12-031-1/+1