aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/linux-riscv-low.cc
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-06gdbserver: fix gdbserver builds after expedite_regs changesAndrew Burgess1-2/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess1-3/+3
2020-04-02gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur1-5/+0
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/+0
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-4/+5
2020-04-02gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur1-8/+18
2020-04-02gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur1-6/+7
2020-04-02gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methodsTankut Baris Aktemur1-2/+18
2020-04-02gdbserver/linux-low: turn 'regs_info' into a methodTankut Baris Aktemur1-4/+5
2020-04-02gdbserver/linux-low: turn 'arch_setup' into a methodTankut Baris Aktemur1-4/+6
2020-04-02gdbserver/linux-low: start turning linux target ops into methodsTankut Baris Aktemur1-0/+16
2020-02-19gdbserver: Add RISC-V/Linux supportMaciej W. Rozycki1-0/+279