aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/target.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-13gdbserver: Queue no-resumed event after thread exitPedro Alves1-0/+6
2023-11-13gdbserver: Hide and don't detach pending clone childrenPedro Alves1-7/+9
2023-11-13Thread options & clone events (core + remote)Pedro Alves1-0/+6
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-02-24Don't use struct buffer in handle_qxfer_btraceTom Tromey1-5/+4
2023-02-01gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann1-2/+2
2023-01-13gdbserver: add comments to read_inferior_memory functionAndrew Burgess1-0/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-09gdbserver: do not report btrace support if target does not announce itTankut Baris Aktemur1-0/+3
2022-05-03gdbserver: track current process as well as current threadPedro Alves1-1/+14
2022-04-14gdbserver: Eliminate prepare_to_access_memoryPedro Alves1-21/+0
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-08gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi1-0/+10
2021-12-08gdbserver: hide fork child threads from GDBSimon Marchi1-0/+10
2021-10-25gdbserver: make target_pid_to_str return std::stringSimon Marchi1-1/+1
2021-04-13Remove process_stratum_target::hostio_last_error abstractionPedro Alves1-4/+0
2021-04-12gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur1-1/+1
2021-03-24GDBserver remote packet support for memory taggingLuis Machado1-0/+21
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-3/+3
2020-07-13gdbserver: fix memory leak when handling qsupported packetSimon Marchi1-4/+6
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur1-62/+55
2020-02-20gdbserver: turn target op 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur1-5/+4
2020-02-20gdbserver: turn target op 'supports_catch_syscall' into a methodTankut Baris Aktemur1-6/+4
2020-02-20gdbserver: turn target op 'supports_software_single_step' into a methodTankut Baris Aktemur1-5/+4
2020-02-20gdbserver: turn target ops 'thread_name' and 'thread_handle' into methodsTankut Baris Aktemur1-14/+13
2020-02-20gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur1-24/+18
2020-02-20gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methodsTankut Baris Aktemur1-21/+23
2020-02-20gdbserver: turn target op 'pid_to_exec_file' into a methodTankut Baris Aktemur1-8/+11
2020-02-20gdbserver: turn target op 'supports_range_stepping' into a methodTankut Baris Aktemur1-5/+4
2020-02-20gdbserver: turn btrace-related target ops into methodsTankut Baris Aktemur1-36/+25
2020-02-20gdbserver: turn target op 'supports_agent' into a methodTankut Baris Aktemur1-5/+4
2020-02-20gdbserver: turn target op 'qxfer_libraries_svr4' into a methodTankut Baris Aktemur1-5/+9
2020-02-20gdbserver: turn target op 'supports_disable_randomization' into a methodTankut Baris Aktemur1-5/+4
2020-02-20gdbserver: turn target op 'emit_ops' into a methodTankut Baris Aktemur1-5/+5
2020-02-20gdbserver: turn fast tracepoint target ops into methodsTankut Baris Aktemur1-55/+53
2020-02-20gdbserver: turn target op 'stabilize_threads' into a methodTankut Baris Aktemur1-9/+5
2020-02-20gdbserver: turn target ops 'pause_all' and 'unpause_all' into methodsTankut Baris Aktemur1-24/+16
2020-02-20gdbserver: turn target op 'get_tib_address' into a methodTankut Baris Aktemur1-3/+6
2020-02-20gdbserver: turn target op 'thread_stopped' into a methodTankut Baris Aktemur1-5/+8
2020-02-20gdbserver: turn target ops 'read_pc' and 'write_pc' into methodsTankut Baris Aktemur1-6/+6
2020-02-20gdbserver: turn target op 'supports_tracepoints' into a methodTankut Baris Aktemur1-6/+4
2020-02-20gdbserver: turn target op 'process_qsupported' into a methodTankut Baris Aktemur1-9/+5
2020-02-20gdbserver: turn target op 'read_loadmap' into a methodTankut Baris Aktemur1-4/+7
2020-02-20gdbserver: turn target op 'core_of_thread' into a methodTankut Baris Aktemur1-5/+4
2020-02-20gdbserver: turn target op 'handle_monitor_command' into a methodTankut Baris Aktemur1-4/+4
2020-02-20gdbserver: turn target op 'handle_new_gdb_connection' into a methodTankut Baris Aktemur1-8/+4
2020-02-20gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methodsTankut Baris Aktemur1-15/+12