aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/linux-x86-low.cc
AgeCommit message (Expand)AuthorFilesLines
2023-08-28gdbserver: Add a function to set the XSAVE mask and size.John Baldwin1-4/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-18gdbserver/linux-x86: move lwp declaration out of __x86_64__ regionSimon Marchi1-1/+1
2022-11-18gdbserver/linux-x86: make is_64bit_tdesc accept thread as a parameterSimon Marchi1-14/+16
2022-01-18gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi1-3/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdbserver: replace direct assignments to current_threadTankut Baris Aktemur1-4/+2
2021-01-20gdb: make some variables staticSimon Marchi1-2/+2
2021-01-20[gdb/server] Don't overwrite fs/gs_base with -m32Tom de Vries1-22/+33
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess1-7/+7
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey1-2/+2
2020-07-13gdbserver: fix memory leak when handling qsupported packetSimon Marchi1-7/+5
2020-04-27gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_structSimon Marchi1-29/+0
2020-04-02gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur1-7/+0
2020-04-02gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur1-3/+4
2020-04-02gdbserver/linux-low: turn 'get_syscall_trapinfo' into a methodTankut Baris Aktemur1-3/+12
2020-04-02gdbserver/linux-low: turn 'supports_hardware_single_step' into a methodTankut Baris Aktemur1-10/+0
2020-04-02gdbserver/linux-low: turn 'supports_range_stepping' into a methodTankut Baris Aktemur1-4/+5
2020-04-02gdbserver/linux-low: turn 'emit_ops' into a methodTankut Baris Aktemur1-3/+4
2020-04-02gdbserver/linux-low: turn fast tracepoint ops into methodsTankut Baris Aktemur1-17/+34
2020-04-02gdbserver/linux-low: turn 'get_thread_area' into a methodTankut Baris Aktemur1-3/+4
2020-04-02gdbserver/linux-low: turn 'supports_tracepoints' into a methodTankut Baris Aktemur1-4/+5
2020-04-02gdbserver/linux-low: turn 'process_qsupported' into a methodTankut Baris Aktemur1-8/+11
2020-04-02gdbserver/linux-low: turn 'prepare_to_resume' into a methodTankut Baris Aktemur1-1/+9
2020-04-02gdbserver/linux-low: turn process/thread addition/deletion ops into methodsTankut Baris Aktemur1-12/+31
2020-04-02gdbserver/linux-low: turn 'siginfo_fixup' into a methodTankut Baris Aktemur1-5/+7
2020-04-02gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methodsTankut Baris Aktemur1-5/+4
2020-04-02gdbserver/linux-low: turn watchpoint ops into methodsTankut Baris Aktemur1-6/+8
2020-04-02gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur1-8/+12
2020-04-02gdbserver/linux-low: turn 'supports_z_point_type' into a methodTankut Baris Aktemur1-5/+6
2020-04-02gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur1-6/+7
2020-04-02gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur1-1/+9
2020-04-02gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur1-1/+0
2020-04-02gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur1-4/+5
2020-04-02gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur1-2/+0
2020-04-02gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur1-6/+16
2020-04-02gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur1-1/+0
2020-04-02gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methodsTankut Baris Aktemur1-8/+10
2020-04-02gdbserver/linux-low: turn 'regs_info' into a methodTankut Baris Aktemur1-3/+4
2020-04-02gdbserver/linux-low: turn 'arch_setup' into a methodTankut Baris Aktemur1-8/+14
2020-04-02gdbserver/linux-low: start turning linux target ops into methodsTankut Baris Aktemur1-0/+18
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur1-1/+1
2020-02-20gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur1-1/+1
2020-02-13gdbserver: rename source files to .ccSimon Marchi1-0/+2922