aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/server.cc
AgeCommit message (Expand)AuthorFilesLines
2023-11-14Filter invalid encodings from Linux thread namesTom Tromey1-0/+1
2023-11-13gdbserver: Queue no-resumed event after thread exitPedro Alves1-1/+11
2023-11-13all-stop/synchronous RSP support thread-exit eventsPedro Alves1-0/+1
2023-11-13gdbserver: Hide and don't detach pending clone childrenPedro Alves1-5/+7
2023-11-13Thread options & clone events (core + remote)Pedro Alves1-0/+130
2023-11-13Support clone events in the remote protocolPedro Alves1-1/+2
2023-10-25gdbserver: don't leak program name in handle_v_runAndrew Burgess1-14/+56
2023-10-06gdbserver: cleanup in handle_v_runAndrew Burgess1-19/+5
2023-10-06gdbserver: handle newlines in inferior argumentsAndrew Burgess1-17/+0
2023-10-06gdbserver: fix handling of trailing empty argumentAndrew Burgess1-3/+5
2023-10-06gdbserver: fix handling of single quote argumentsAndrew Burgess1-6/+0
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-02-24Don't use struct buffer in handle_qxfer_threadsTom Tromey1-28/+17
2023-02-24Don't use struct buffer in handle_qxfer_btraceTom Tromey1-16/+16
2023-02-24Don't use struct buffer in handle_qxfer_traceframe_infoTom Tromey1-19/+8
2023-02-14Do not cast away const in agent_run_commandTom Tromey1-0/+5
2023-02-01gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann1-1/+2
2023-01-01Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker1-2/+2
2022-11-09gdbserver: do not report btrace support if target does not announce itTankut Baris Aktemur1-1/+2
2022-09-24gdbserver: remove unused for loopEnze Li1-3/+0
2022-07-13gdbserver: remove unused variableEnze Li1-6/+2
2022-05-03gdbserver: track current process as well as current threadPedro Alves1-2/+2
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi1-10/+10
2022-04-14gdbserver: Eliminate prepare_to_access_memoryPedro Alves1-21/+9
2022-04-14gdbserver/qXfer::threads, prepare_to_access_memory=>target_pause_allPedro Alves1-35/+16
2022-03-30Consolidate definition of current_directoryTom Tromey1-4/+0
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger1-2/+2
2022-01-18gdbserver: introduce remote_debug_printfSimon Marchi1-47/+23
2022-01-18gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi1-19/+13
2022-01-18gdbserver: turn debug_threads into a booleanSimon Marchi1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2022-01-01Update Copyright Year in gdb, gdbserver and gdbreplay version outputJoel Brobecker1-1/+1
2021-12-13gdbserver: replace direct assignments to current_threadTankut Baris Aktemur1-8/+5
2021-12-08gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi1-0/+29
2021-12-08gdbserver: hide fork child threads from GDBSimon Marchi1-0/+6
2021-11-22gdb: pass more const target_waitstatus by referenceSimon Marchi1-13/+13
2021-11-22gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi1-8/+3
2021-10-25gdbserver: make target_pid_to_str return std::stringSimon Marchi1-2/+2
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-48/+42
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi1-3/+3
2021-05-06gdbserver/server: make some functions voidTankut Baris Aktemur1-24/+10
2021-04-12gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur1-2/+1
2021-03-30Fix inverted logic bugLuis Machado1-5/+5
2021-03-24Unit tests for gdbserver memory tagging remote packetsLuis Machado1-0/+78
2021-03-24GDBserver remote packet support for memory taggingLuis Machado1-0/+140
2021-03-22gdbserver: convert the global dll list into a process_info fieldTankut Baris Aktemur1-3/+5
2021-02-03Fix a couple vStopped pending ack bugsPedro Alves1-0/+9
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2021-01-01Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker1-1/+1
2020-11-11gdbserver: add missing --disable-packet options to help textAndrew Burgess1-2/+3