aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/regcache.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-12-14gdb: change regcache interface to use array_viewSimon Marchi1-21/+28
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi1-6/+11
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-02-01gdbserver: Add assert in find_register_by_numberThiago Jung Bauermann1-2/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado1-4/+16
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
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-6/+4
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-2/+2
2020-10-06gdbserver: Remove unused argument in register_data()Shahab Vahedi1-7/+7
2020-03-18Namespace the reg class to avoid clashes with OS headersKamil Rytarowski1-1/+1
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur1-2/+2
2020-02-20gdbserver: turn target ops 'read_pc' and 'write_pc' into methodsTankut Baris Aktemur1-14/+2
2020-02-13gdbserver: rename source files to .ccSimon Marchi1-0/+528