aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/server.cc
AgeCommit message (Expand)AuthorFilesLines
2020-02-20gdbserver: turn target op 'pid_to_exec_file' into a methodTankut Baris Aktemur1-3/+3
2020-02-20gdbserver: turn target op 'qxfer_libraries_svr4' into a methodTankut Baris Aktemur1-3/+5
2020-02-20gdbserver: turn target op 'stabilize_threads' into a methodTankut Baris Aktemur1-1/+1
2020-02-20gdbserver: turn target ops 'pause_all' and 'unpause_all' into methodsTankut Baris Aktemur1-1/+1
2020-02-20gdbserver: turn target op 'get_tib_address' into a methodTankut Baris Aktemur1-2/+2
2020-02-20gdbserver: turn target op 'thread_stopped' into a methodTankut Baris Aktemur1-2/+2
2020-02-20gdbserver: turn target op 'read_loadmap' into a methodTankut Baris Aktemur1-3/+3
2020-02-20gdbserver: turn target op 'handle_monitor_command' into a methodTankut Baris Aktemur1-2/+1
2020-02-20gdbserver: turn non-stop and async target ops into methodsTankut Baris Aktemur1-3/+3
2020-02-20gdbserver: turn target op 'qxfer_siginfo' into a methodTankut Baris Aktemur1-3/+3
2020-02-20gdbserver: turn target op 'qxfer_osdata' into a methodTankut Baris Aktemur1-3/+3
2020-02-20gdbserver: turn target op 'get_tls_address' into a methodTankut Baris Aktemur1-3/+3
2020-02-20gdbserver: turn target op 'read_offsets' into a methodTankut Baris Aktemur1-2/+2
2020-02-20gdbserver: turn target op 'read_auxv' into a methodTankut Baris Aktemur1-3/+3
2020-02-20gdbserver: turn target op 'request_interrupt' into a methodTankut Baris Aktemur1-1/+1
2020-02-20gdbserver: turn target op 'look_up_symbols' into a methodTankut Baris Aktemur1-2/+2
2020-02-20gdbserver: turn target op 'resume' into a methodTankut Baris Aktemur1-1/+1
2020-02-20gdbserver: turn target op 'create_inferior' into a methodTankut Baris Aktemur1-3/+3
2020-02-13gdbserver: rename source files to .ccSimon Marchi1-0/+4485