summaryrefslogtreecommitdiff
path: root/gdbserver/linux-low.h
Commit message (Expand)AuthorAgeFilesLines
* Don't use struct buffer in handle_qxfer_btraceTom Tromey2023-02-241-2/+2
* gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann2023-02-011-11/+10
* 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/+2
* gdbserver/linux: free process_info_private and arch_process_info when failing...Simon Marchi2022-04-221-0/+3
* gdbserver/linux: Access memory even if threads are runningPedro Alves2022-04-141-4/+7
* gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger2022-01-271-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi2021-12-081-0/+27
* gdbserver: hide fork child threads from GDBSimon Marchi2021-12-081-0/+29
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-5/+0
* gdbserver: initialize the members of lwp_info in-classSimon Marchi2021-10-211-24/+30
* gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur2021-04-121-1/+1
* gdbserver: linux-low: make linux_process_target::filter_event return voidSimon Marchi2021-02-231-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* gdbserver/linux-low: use std::list to store pending signalsTankut Baris Aktemur2020-06-221-7/+20
* gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur2020-04-021-6/+0
* gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur2020-04-021-4/+0
* gdbserver/linux-low: turn 'get_syscall_trapinfo' into a methodTankut Baris Aktemur2020-04-021-4/+16
* gdbserver/linux-low: turn 'supports_hardware_single_step' into a methodTankut Baris Aktemur2020-04-021-3/+9
* gdbserver/linux-low: turn 'supports_range_stepping' into a methodTankut Baris Aktemur2020-04-021-3/+3
* gdbserver/linux-low: turn 'emit_ops' into a methodTankut Baris Aktemur2020-04-021-6/+0
* gdbserver/linux-low: turn fast tracepoint ops into methodsTankut Baris Aktemur2020-04-021-37/+0
* gdbserver/linux-low: turn 'get_thread_area' into a methodTankut Baris Aktemur2020-04-021-4/+15
* gdbserver/linux-low: turn 'supports_tracepoints' into a methodTankut Baris Aktemur2020-04-021-5/+0
* gdbserver/linux-low: turn 'process_qsupported' into a methodTankut Baris Aktemur2020-04-021-5/+0
* gdbserver/linux-low: turn 'prepare_to_resume' into a methodTankut Baris Aktemur2020-04-021-3/+3
* gdbserver/linux-low: turn process/thread addition/deletion ops into methodsTankut Baris Aktemur2020-04-021-21/+52
* gdbserver/linux-low: turn 'siginfo_fixup' into a methodTankut Baris Aktemur2020-04-021-6/+12
* gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methodsTankut Baris Aktemur2020-04-021-7/+8
* gdbserver/linux-low: turn watchpoint ops into methodsTankut Baris Aktemur2020-04-021-3/+20
* gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur2020-04-021-7/+8
* gdbserver/linux-low: turn 'supports_z_point_type' into a methodTankut Baris Aktemur2020-04-021-3/+0
* gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur2020-04-021-2/+3
* gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur2020-04-021-1/+3
* gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur2020-04-021-5/+5
* gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur2020-04-021-5/+0
* gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur2020-04-021-10/+0
* gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur2020-04-021-3/+8
* gdbserver/linux-low: turn some more static functions into private methodsTankut Baris Aktemur2020-04-021-0/+78
* gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur2020-04-021-7/+7
* gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methodsTankut Baris Aktemur2020-04-021-5/+32
* gdbserver/linux-low: turn 'regs_info' into a methodTankut Baris Aktemur2020-04-021-2/+4
* gdbserver/linux-low: turn 'arch_setup' into a methodTankut Baris Aktemur2020-04-021-3/+6
* gdbserver/linux-low: start turning linux target ops into methodsTankut Baris Aktemur2020-04-021-0/+5
* gdbserver/linux-low: turn some static functions into private methodsTankut Baris Aktemur2020-04-021-0/+83
* gdbserver: make linux target op 'cannot_store_register' a predicate functionTankut Baris Aktemur2020-04-021-4/+3
* gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur2020-02-201-1/+1
* gdbserver: turn target op 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur2020-02-201-0/+2