summaryrefslogtreecommitdiff
path: root/gdbserver/linux-low.h
AgeCommit message (Expand)Author
2022-04-22gdbserver/linux: free process_info_private and arch_process_info when failing...Simon Marchi
2022-04-14gdbserver/linux: Access memory even if threads are runningPedro Alves
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-08gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi
2021-12-08gdbserver: hide fork child threads from GDBSimon Marchi
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-10-21gdbserver: initialize the members of lwp_info in-classSimon Marchi
2021-04-12gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur
2021-02-23gdbserver: linux-low: make linux_process_target::filter_event return voidSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-06-22gdbserver/linux-low: use std::list to store pending signalsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'get_syscall_trapinfo' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'supports_hardware_single_step' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'supports_range_stepping' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'emit_ops' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn fast tracepoint ops into methodsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'get_thread_area' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'supports_tracepoints' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'process_qsupported' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'prepare_to_resume' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn process/thread addition/deletion ops into methodsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'siginfo_fixup' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methodsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn watchpoint ops into methodsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'supports_z_point_type' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn some more static functions into private methodsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methodsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'regs_info' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn 'arch_setup' into a methodTankut Baris Aktemur
2020-04-02gdbserver/linux-low: start turning linux target ops into methodsTankut Baris Aktemur
2020-04-02gdbserver/linux-low: turn some static functions into private methodsTankut Baris Aktemur
2020-04-02gdbserver: make linux target op 'cannot_store_register' a predicate functionTankut Baris Aktemur
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'supports_catch_syscall' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target op 'supports_software_single_step' into a methodTankut Baris Aktemur
2020-02-20gdbserver: turn target ops 'thread_name' and 'thread_handle' into methodsTankut Baris Aktemur
2020-02-20gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur