summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-1/+1
* Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves2023-02-271-0/+5
* gdb: add inferior_pre_detach observableSimon Marchi2023-02-021-0/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [aarch64] Fix removal of non-address bits for PAuthLuis Machado2022-12-161-1/+1
* gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess2022-12-141-39/+1
* gdb: remove decref_targetAndrew Burgess2022-12-141-1/+1
* gdb: have target_stack automate reference count handlingAndrew Burgess2022-12-141-19/+24
* gdb: disable commit resumed in target_killSimon Marchi2022-11-281-0/+9
* gdb: fix assert when quitting GDB while a thread is steppingAndrew Burgess2022-11-281-0/+5
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-13/+7
* gdbsupport: convert FILEIO_* macros to an enumSimon Marchi2022-09-211-23/+23
* gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi2022-09-211-1/+1
* Change target_ops::async to accept boolTom Tromey2022-07-221-2/+2
* 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