aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/mem-break.cc
AgeCommit message (Expand)AuthorFilesLines
2022-04-14gdbserver: Eliminate prepare_to_access_memoryPedro Alves1-87/+14
2022-01-18gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi1-73/+55
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-9/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur1-11/+11
2020-02-20gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur1-2/+2
2020-02-20gdbserver: turn target ops 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur1-5/+5
2020-02-20gdbserver: turn target op 'supports_z_point_type' into a methodTankut Baris Aktemur1-2/+1
2020-02-20gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur1-3/+3
2020-02-13gdbserver: rename source files to .ccSimon Marchi1-0/+2237