aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/server.cc
AgeCommit message (Expand)AuthorFilesLines
10 daysgdbserver: remove pid_of(thread)Simon Marchi1-1/+1
10 daysgdbserver: remove ptid_of(thread)Simon Marchi1-3/+3
10 daysgdbserver: remove current_ptid macroSimon Marchi1-1/+1
10 daysgdbserver: remove get_thread_processSimon Marchi1-8/+2
11 daysgdbserver: add process specific thread list and mapStephan Rohr1-10/+48
11 daysgdbserver: change 'all_processes' and 'all_threads' list typeStephan Rohr1-8/+8
2024-10-21[gdb/contrib] Handle dot in spellcheck.shTom de Vries1-1/+1
2024-10-08[gdb/contrib] Add more separators in spellcheck.shTom de Vries1-1/+1
2024-09-24btrace: Enable event tracing on Linux for Intel PT.Felix Willgerodt1-0/+14
2024-08-26gdb: imply --once if connecting via stdioWilliam Ferreira1-0/+4
2024-08-14btrace, gdbserver: Add ptwrite to btrace_config_pt.Felix Willgerodt1-0/+14
2024-07-16gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi1-1/+1
2024-06-27gdb: add overloads of gdb_abspathAndrew Burgess1-1/+1
2024-06-12Add "error_message+" feature to qSupportedAlexandra Hájková1-0/+3
2024-06-07gdb: remove get_exec_fileSimon Marchi1-11/+0
2024-06-07gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file...Simon Marchi1-2/+2
2024-04-26gdbserver: Fix vAttach response when attaching is not supportedPedro Alves1-1/+4
2024-04-26Fix "attach" failure handling with GDBserverPedro Alves1-17/+24
2024-04-26Fix "run" failure handling with GDBserverPedro Alves1-1/+9
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-2/+2
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess1-32/+143
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess1-8/+150
2023-11-29Remove gdb_static_assertTom Tromey1-1/+1
2023-11-22gdbserver: cleanup monitor_show_helpAndrew Burgess1-3/+1
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