aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-1/+1
2023-02-27Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves1-0/+5
2023-02-02gdb: add inferior_pre_detach observableSimon Marchi1-0/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado1-1/+1
2022-12-14gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess1-39/+1
2022-12-14gdb: remove decref_targetAndrew Burgess1-1/+1
2022-12-14gdb: have target_stack automate reference count handlingAndrew Burgess1-19/+24
2022-11-28gdb: disable commit resumed in target_killSimon Marchi1-0/+9
2022-11-28gdb: fix assert when quitting GDB while a thread is steppingAndrew Burgess1-0/+5
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-13/+7
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi1-23/+23
2022-09-21gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi1-1/+1
2022-07-22Change target_ops::async to accept boolTom Tromey1-2/+2
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-1/+1
2022-04-29Slightly tweak and clarify target_resume's interfacePedro Alves1-5/+8
2022-04-14Move target_read_string to target/target.cTom Tromey1-19/+0
2022-04-14Remove the byte order parameter to target_read_stringTom Tromey1-2/+1
2022-04-14Rename read_stringTom Tromey1-2/+2
2022-04-04Handle TLS variable lookups when using separate debug files.John Baldwin1-0/+5
2022-03-29Unify gdb printf functionsTom Tromey1-92/+92
2022-03-29Unify gdb putc functionsTom Tromey1-1/+1
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-8/+8
2022-03-14Replace deprecated_target_wait_hook by observersPatrick Monnerat1-1/+13
2022-02-22Enable async mode on supported targets in target_resume.John Baldwin1-0/+3
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger1-2/+2
2022-01-26gdb: convert maintenance target-async and target-non-stop settings to callbacksSimon Marchi1-36/+32
2022-01-08Add explicit check for nullptr to target_announce_attachTom Tromey1-1/+1
2022-01-06Use target_announce_detach in more targetsTom Tromey1-6/+7
2022-01-06Introduce target_announce_attachTom Tromey1-0/+18
2022-01-05Use filtered output in terminal_info implementationsTom Tromey1-1/+1
2022-01-05Use filtered output in files_info implementationsTom Tromey1-5/+5
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-8/+0
2021-11-25gdb: add asserts in target.c for target_async_permittedAndrew Burgess1-1/+6
2021-11-25gdb: hoist target_async_permitted checks into target.cAndrew Burgess1-0/+2
2021-11-25gdb: introduce a new overload of target_can_async_pAndrew Burgess1-2/+10
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-3/+3
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-2/+1
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-3/+3
2021-09-07gdb: make thread_info::executing privateAndrew Burgess1-1/+1
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-6/+18
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-2/+2
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-3/+5
2021-07-13Fix detach with target remote (PR gdb/28080)Pedro Alves1-6/+2
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-3/+4
2021-05-13gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi1-3/+5
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1