aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2023-11-22gdbserver: cleanup monitor_show_helpAndrew Burgess1-3/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six4-6/+6
2023-11-15Finalized intl-update patches (deux)Sam James3-14/+1952
2023-11-14Filter invalid encodings from Linux thread namesTom Tromey2-2/+58
2023-11-13Report thread exit event for leader if reporting thread exit eventsPedro Alves2-12/+68
2023-11-13gdbserver: Queue no-resumed event after thread exitPedro Alves5-20/+53
2023-11-13Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserverPedro Alves2-17/+30
2023-11-13gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIND_IGNOREPedro Alves1-1/+0
2023-11-13all-stop/synchronous RSP support thread-exit eventsPedro Alves1-0/+1
2023-11-13gdbserver: Hide and don't detach pending clone childrenPedro Alves5-20/+31
2023-11-13Thread options & clone events (Linux GDBserver)Pedro Alves2-140/+160
2023-11-13Thread options & clone events (core + remote)Pedro Alves4-0/+145
2023-11-13Support clone events in the remote protocolPedro Alves2-5/+24
2023-11-06Remove EXTERN_C and related definesTom Tromey2-19/+19
2023-10-28gdb/gdbsupport/gdbserver: Require c++17Lancelot Six3-29/+1523
2023-10-28gdb/ax_cxx_compile_stdcxx.m4: upgradeLancelot Six1-10/+34
2023-10-26gdb: handle main thread exiting during detachAndrew Burgess1-0/+11
2023-10-25gdbserver: don't leak program name in handle_v_runAndrew Burgess1-14/+56
2023-10-12Move -lsocket check to common.m4Tom Tromey1-0/+57
2023-10-06gdbserver: fix gdbserver builds after expedite_regs changesAndrew Burgess3-6/+16
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-10-04sme2: Enable SME2 support in gdbserverLuis Machado1-0/+57
2023-10-04sme: Add support for SMELuis Machado3-1/+68
2023-10-04refactor: Adjust expedited registers dynamicallyLuis Machado1-7/+14
2023-10-04Convert tdesc's expedite_regs to a string vectorLuis Machado3-19/+21
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado1-0/+1
2023-10-04refactor: Simplify SVE interface to read/write registersLuis Machado1-3/+21
2023-10-04refactor: Rename SVE-specific filesLuis Machado3-3/+3
2023-09-20Remove explanatory comments from includesTom Tromey2-2/+2
2023-09-01gdbserver: i387_cache_to_xsave: fix copy dest of zmm registersSimon Marchi1-2/+2
2023-08-30gdbserver, linux-low: add a couple of nullptr assertions.Willgerodt, Felix1-0/+4
2023-08-28gdbserver: Fix style of struct declarations in i387-fp.ccJohn Baldwin1-3/+6
2023-08-28gdbserver: Simplify handling of ZMM registers.John Baldwin1-81/+41
2023-08-28gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area.Aleksandar Paunovic1-51/+74
2023-08-28gdbserver: Refactor the legacy region within the xsave structAleksandar Paunovic1-25/+2
2023-08-28gdbserver: Add a function to set the XSAVE mask and size.John Baldwin4-11/+31
2023-08-11gdbserver: Reinstall software single-step breakpoints in resume_stopped_resum...Kevin Buettner1-1/+6
2023-07-10gdbserver: handle all eval_result_type values in tracepoint.ccAndrew Burgess3-18/+50
2023-07-06Linux: Avoid pread64/pwrite64 for high memory addresses (PR gdb/30525)Pedro Alves1-12/+17
2023-06-21gdbserver: use target_waitstatus::to_string in 'prepare_resume_reply'Tankut Baris Aktemur1-2/+3
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-06-03[gdb] Fix typosTom de Vries11-11/+11
2023-06-03[gdbserver] Fix typo in debug messageTom de Vries1-1/+1
2023-05-08gdbserver: Clear upper ZMM registers in the right location.John Baldwin1-1/+1
2023-04-03gdbserver: allow agent expressions to fail with invalid memory accessAndrew Burgess2-5/+10
2023-04-03gdbserver: allows agent_mem_read to return an error codeAndrew Burgess2-9/+11
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1