summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-1/+1
* Slightly tweak and clarify target_resume's interfacePedro Alves2022-04-291-5/+8
* Move target_read_string to target/target.cTom Tromey2022-04-141-19/+0
* Remove the byte order parameter to target_read_stringTom Tromey2022-04-141-2/+1
* Rename read_stringTom Tromey2022-04-141-2/+2
* Handle TLS variable lookups when using separate debug files.John Baldwin2022-04-041-0/+5
* Unify gdb printf functionsTom Tromey2022-03-291-92/+92
* Unify gdb putc functionsTom Tromey2022-03-291-1/+1
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-8/+8
* Replace deprecated_target_wait_hook by observersPatrick Monnerat2022-03-141-1/+13
* Enable async mode on supported targets in target_resume.John Baldwin2022-02-221-0/+3
* gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger2022-01-271-2/+2
* gdb: convert maintenance target-async and target-non-stop settings to callbacksSimon Marchi2022-01-261-36/+32
* Add explicit check for nullptr to target_announce_attachTom Tromey2022-01-081-1/+1
* Use target_announce_detach in more targetsTom Tromey2022-01-061-6/+7
* Introduce target_announce_attachTom Tromey2022-01-061-0/+18
* Use filtered output in terminal_info implementationsTom Tromey2022-01-051-1/+1
* Use filtered output in files_info implementationsTom Tromey2022-01-051-5/+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-8/+0
* gdb: add asserts in target.c for target_async_permittedAndrew Burgess2021-11-251-1/+6
* gdb: hoist target_async_permitted checks into target.cAndrew Burgess2021-11-251-0/+2
* gdb: introduce a new overload of target_can_async_pAndrew Burgess2021-11-251-2/+10
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-3/+3
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-2/+1
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-3/+3
* gdb: make thread_info::executing privateAndrew Burgess2021-09-071-1/+1
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-6/+18
* gdb: remove cmd_list_element::function::sfuncSimon Marchi2021-07-231-2/+2
* gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi2021-07-141-3/+5
* Fix detach with target remote (PR gdb/28080)Pedro Alves2021-07-131-6/+2
* gdb: add context getter/setter to cmd_list_elementSimon Marchi2021-06-251-3/+4
* gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi2021-05-131-3/+5
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-1/+1
* gdb: remove reference to current inferior in target_stack::unpushSimon Marchi2021-05-071-1/+1
* gdb: make target_close check that the target isn't pushed in all inferiorsSimon Marchi2021-05-071-1/+2
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-4/+3
* gdb: defer commit resume until all available events are consumedSimon Marchi2021-03-261-0/+8
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-16/+11
* target_is_non_stop_p and sync targetsPedro Alves2021-03-261-4/+5
* gdb: remove current_top_target functionSimon Marchi2021-03-241-193/+275
* gdb: move all "current target" wrapper implementations to target.cSimon Marchi2021-03-241-0/+578
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-231-10/+1
* gdb: remove push_target free functionsSimon Marchi2021-03-231-18/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-10/+8
* gdb: relax assertion in target_mourn_inferiorSimon Marchi2021-02-251-1/+1
* gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess2021-02-241-0/+7
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-9/+8
* gdb: make target_is_non_stop_p return boolSimon Marchi2021-02-041-2/+2