aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/linux-low.cc
AgeCommit message (Expand)AuthorFilesLines
2020-02-20gdbserver: turn target op 'look_up_symbols' into a methodTankut Baris Aktemur1-3/+2
2020-02-20gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur1-6/+14
2020-02-20gdbserver: turn prepare_to_access_memory & done_accessing_memory into methodsTankut Baris Aktemur1-6/+4
2020-02-20gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methodsTankut Baris Aktemur1-6/+4
2020-02-20gdbserver: turn target op 'wait' into a methodTankut Baris Aktemur1-4/+4
2020-02-20gdbserver: turn target op 'resume' into a methodTankut Baris Aktemur1-4/+2
2020-02-20gdbserver: turn target op 'thread_alive' into a methodTankut Baris Aktemur1-5/+5
2020-02-20gdbserver: turn target op 'join' into a methodTankut Baris Aktemur1-3/+2
2020-02-20gdbserver: turn target op 'mourn' into a methodTankut Baris Aktemur1-7/+5
2020-02-20gdbserver: turn target op 'detach' into a methodTankut Baris Aktemur1-3/+2
2020-02-20gdbserver: turn target op 'kill' into a methodTankut Baris Aktemur1-3/+2
2020-02-20gdbserver: turn target op 'attach' into a methodTankut Baris Aktemur1-3/+2
2020-02-20gdbserver: turn target op 'post_create_inferior' into a methodTankut Baris Aktemur1-3/+2
2020-02-20gdbserver: turn target op 'create_inferior' into a methodTankut Baris Aktemur1-4/+3
2020-02-20gdbserver: start turning the target ops vector into a classTankut Baris Aktemur1-0/+5
2020-02-13gdbserver: rename source files to .ccSimon Marchi1-0/+7492