summaryrefslogtreecommitdiff
path: root/gdbserver/server.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't use struct buffer in handle_qxfer_threadsTom Tromey2023-02-241-28/+17
* Don't use struct buffer in handle_qxfer_btraceTom Tromey2023-02-241-16/+16
* Don't use struct buffer in handle_qxfer_traceframe_infoTom Tromey2023-02-241-19/+8
* Do not cast away const in agent_run_commandTom Tromey2023-02-141-0/+5
* gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann2023-02-011-1/+2
* Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker2023-01-011-2/+2
* gdbserver: do not report btrace support if target does not announce itTankut Baris Aktemur2022-11-091-1/+2
* gdbserver: remove unused for loopEnze Li2022-09-241-3/+0
* gdbserver: remove unused variableEnze Li2022-07-131-6/+2
* gdbserver: track current process as well as current threadPedro Alves2022-05-031-2/+2
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-10/+10
* gdbserver: Eliminate prepare_to_access_memoryPedro Alves2022-04-141-21/+9
* gdbserver/qXfer::threads, prepare_to_access_memory=>target_pause_allPedro Alves2022-04-141-35/+16
* Consolidate definition of current_directoryTom Tromey2022-03-301-4/+0
* gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger2022-01-271-2/+2
* gdbserver: introduce remote_debug_printfSimon Marchi2022-01-181-47/+23
* gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi2022-01-181-19/+13
* gdbserver: turn debug_threads into a booleanSimon Marchi2022-01-181-3/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update Copyright Year in gdb, gdbserver and gdbreplay version outputJoel Brobecker2022-01-011-1/+1
* gdbserver: replace direct assignments to current_threadTankut Baris Aktemur2021-12-131-8/+5
* gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi2021-12-081-0/+29
* gdbserver: hide fork child threads from GDBSimon Marchi2021-12-081-0/+6
* gdb: pass more const target_waitstatus by referenceSimon Marchi2021-11-221-13/+13
* gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi2021-11-221-8/+3
* gdbserver: make target_pid_to_str return std::stringSimon Marchi2021-10-251-2/+2
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-48/+42
* gdb: make inferior::m_cwd an std::stringSimon Marchi2021-07-231-3/+3
* gdbserver/server: make some functions voidTankut Baris Aktemur2021-05-061-24/+10
* gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur2021-04-121-2/+1
* Fix inverted logic bugLuis Machado2021-03-301-5/+5
* Unit tests for gdbserver memory tagging remote packetsLuis Machado2021-03-241-0/+78
* GDBserver remote packet support for memory taggingLuis Machado2021-03-241-0/+140
* gdbserver: convert the global dll list into a process_info fieldTankut Baris Aktemur2021-03-221-3/+5
* Fix a couple vStopped pending ack bugsPedro Alves2021-02-031-0/+9
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker2021-01-011-1/+1
* gdbserver: add missing --disable-packet options to help textAndrew Burgess2020-11-111-2/+3
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-6/+6
* gdbserver: fix overlap in sprintf argument and bufferSimon Marchi2020-10-211-2/+4
* Remove some dead code from handle_search_memoryTom Tromey2020-10-071-7/+2
* Use simple_search_memory in gdbserverTom Tromey2020-10-071-107/+6
* gdb: add debug prints in event loopSimon Marchi2020-10-021-0/+15
* gdb: allow specifying multiple filters when running selftestsSimon Marchi2020-08-131-3/+11
* gdbserver: handle running threads in qXfer:threads:readPedro Alves2020-07-221-5/+44
* gdbserver: fix memory leak when handling qsupported packetSimon Marchi2020-07-131-29/+16
* Use construct_inferior_arguments which handles special charsMichael Weghorn2020-05-251-1/+1
* gdbserver: Don't add extra NULL to program argsMichael Weghorn2020-05-251-2/+0
* Fix search of large memory area in gdbserverHannes Domani2020-04-221-1/+1
* Switch gdbserver to gdbsupport event loopTom Tromey2020-04-131-8/+36