aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/server.cc
AgeCommit message (Expand)AuthorFilesLines
2020-07-22gdbserver: handle running threads in qXfer:threads:readPedro Alves1-5/+44
2020-07-13gdbserver: fix memory leak when handling qsupported packetSimon Marchi1-29/+16
2020-05-25Use construct_inferior_arguments which handles special charsMichael Weghorn1-1/+1
2020-05-25gdbserver: Don't add extra NULL to program argsMichael Weghorn1-2/+0
2020-04-22Fix search of large memory area in gdbserverHannes Domani1-1/+1
2020-04-13Switch gdbserver to gdbsupport event loopTom Tromey1-8/+36
2020-04-13Implement event-loop glue for gdbserverTom Tromey1-0/+35
2020-03-02gdbserver: Add mechanism to prevent sending T stop packetsAndrew Burgess1-0/+3
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur1-34/+34
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