summaryrefslogtreecommitdiff
path: root/gdb/target.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess2022-12-141-11/+0
* gdb: remove decref_targetAndrew Burgess2022-12-141-7/+3
* gdb: have target_stack automate reference count handlingAndrew Burgess2022-12-141-2/+2
* gdb: constify auxv parse functionsSimon Marchi2022-09-291-2/+2
* gdb: constify target_stack::is_pushedSimon Marchi2022-09-291-1/+1
* gdbsupport: convert FILEIO_* macros to an enumSimon Marchi2022-09-211-14/+15
* Change target_ops::async to accept boolTom Tromey2022-07-221-2/+2
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-2/+2
* Slightly tweak and clarify target_resume's interfacePedro Alves2022-04-291-11/+20
* Move target_read_string to target/target.cTom Tromey2022-04-141-8/+0
* gdb: move gdb_disassembly_flag into a new disasm-flags.h fileAndrew Burgess2022-04-061-1/+1
* gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger2022-01-271-3/+3
* Introduce target_announce_attachTom Tromey2022-01-061-0/+5
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess2021-12-131-14/+0
* gdb: introduce a new overload of target_can_async_pAndrew Burgess2021-11-251-0/+4
* gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi2021-09-241-1/+4
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-2/+2
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-3/+4
* gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi2021-07-141-7/+8
* Fix detach with target remote (PR gdb/28080)Pedro Alves2021-07-131-0/+6
* [gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries2021-05-231-4/+11
* gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi2021-05-131-6/+13
* gdb: call target_follow_exec when "set follow-exec-mode" is "same"Simon Marchi2021-05-131-2/+5
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-5/+3
* gdb: defer commit resume until all available events are consumedSimon Marchi2021-03-261-0/+14
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-18/+13
* gdb: remove current_top_target functionSimon Marchi2021-03-241-5/+0
* gdb: move all "current target" wrapper implementations to target.cSimon Marchi2021-03-241-185/+111
* New target methods for memory tagging supportLuis Machado2021-03-241-0/+41
* gdb: remote target_longnameSimon Marchi2021-03-231-1/+0
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-231-2/+0
* gdb: remove push_target free functionsSimon Marchi2021-03-231-5/+0
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-6/+1
* gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess2021-02-241-1/+5
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-4/+4
* gdb: push target earlier in procfs_target::attach (PR 27435)Simon Marchi2021-02-221-0/+14
* gdb: make target_is_non_stop_p return boolSimon Marchi2021-02-041-1/+1
* detach and breakpoint removalPedro Alves2021-02-031-0/+7
* gdb: move remote_debug to remote.{h,c}Simon Marchi2021-01-221-3/+0
* gdb: move baud_rate and serial_parity declarations to serial.hSimon Marchi2021-01-121-6/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-4/+4
* gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi2020-10-221-1/+1
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-3/+2
* Introduce target-section.hTom Tromey2020-10-121-27/+1
* Move simple_search_memory to gdbsupport/search.ccTom Tromey2020-10-071-8/+0
* Turn target_have_steppable_watchpoint into functionTom Tromey2020-09-281-2/+5
* Turn target_can_lock_scheduler into a functionTom Tromey2020-09-281-2/+6