summaryrefslogtreecommitdiff
path: root/gdbserver/target.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't use struct buffer in handle_qxfer_btraceTom Tromey2023-02-241-3/+3
* gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann2023-02-011-2/+2
* gdbserver: add comments to read_inferior_memory functionAndrew Burgess2023-01-131-0/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdbserver: do not report btrace support if target does not announce itTankut Baris Aktemur2022-11-091-0/+6
* gdbserver: track current process as well as current threadPedro Alves2022-05-031-2/+42
* gdbserver: Eliminate prepare_to_access_memoryPedro Alves2022-04-141-94/+0
* gdbserver: special case target_write_memory len==0Pedro Alves2022-04-141-2/+15
* gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger2022-01-271-1/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdbserver: replace direct assignments to current_threadTankut Baris Aktemur2021-12-131-2/+2
* gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi2021-12-081-0/+6
* gdbserver: hide fork child threads from GDBSimon Marchi2021-12-081-0/+6
* gdbserver: make target_pid_to_str return std::stringSimon Marchi2021-10-251-13/+10
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-7/+7
* Change ptid_t::tid to ULONGESTTom Tromey2021-09-231-2/+2
* Remove process_stratum_target::hostio_last_error abstractionPedro Alves2021-04-131-6/+0
* gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur2021-04-121-1/+1
* GDBserver remote packet support for memory taggingLuis Machado2021-03-241-0/+20
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-3/+4
* gdbserver: fix memory leak when handling qsupported packetSimon Marchi2020-07-131-1/+2
* gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur2020-02-201-102/+110
* gdbserver: simply copy the pointer in 'set_target_ops'Pedro Alves2020-02-201-2/+1
* gdbserver: turn target op 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target op 'supports_catch_syscall' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target op 'supports_software_single_step' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target ops 'thread_name' and 'thread_handle' into methodsTankut Baris Aktemur2020-02-201-0/+13
* gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur2020-02-201-16/+16
* gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methodsTankut Baris Aktemur2020-02-201-0/+30
* gdbserver: turn target op 'pid_to_exec_file' into a methodTankut Baris Aktemur2020-02-201-0/+12
* gdbserver: turn target op 'supports_range_stepping' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn btrace-related target ops into methodsTankut Baris Aktemur2020-02-201-0/+27
* gdbserver: turn target op 'supports_agent' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target op 'qxfer_libraries_svr4' into a methodTankut Baris Aktemur2020-02-201-0/+15
* gdbserver: turn target op 'supports_disable_randomization' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target op 'emit_ops' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn fast tracepoint target ops into methodsTankut Baris Aktemur2020-02-201-0/+25
* gdbserver: turn target op 'stabilize_threads' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target ops 'pause_all' and 'unpause_all' into methodsTankut Baris Aktemur2020-02-201-0/+12
* gdbserver: turn target op 'get_tib_address' into a methodTankut Baris Aktemur2020-02-201-0/+12
* gdbserver: turn target op 'thread_stopped' into a methodTankut Baris Aktemur2020-02-201-2/+14
* gdbserver: turn target ops 'read_pc' and 'write_pc' into methodsTankut Baris Aktemur2020-02-201-0/+12
* gdbserver: turn target op 'supports_tracepoints' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target op 'process_qsupported' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target op 'read_loadmap' into a methodTankut Baris Aktemur2020-02-201-0/+13
* gdbserver: turn target op 'core_of_thread' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target op 'handle_monitor_command' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target op 'handle_new_gdb_connection' into a methodTankut Baris Aktemur2020-02-201-0/+6
* gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methodsTankut Baris Aktemur2020-02-201-0/+18