aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-01Fix btrace regressionTom Tromey1-1/+1
2023-02-24gdbserver/linux-low.cc: Fix a typo in ternary operatorKhem Raj1-1/+1
2023-02-24Remove struct bufferTom Tromey1-1/+0
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 Tromey5-62/+61
2023-02-24Don't use struct buffer in handle_qxfer_traceframe_infoTom Tromey3-30/+19
2023-02-14Do not cast away const in agent_run_commandTom Tromey2-1/+6
2023-02-10Move implementation of perror_with_name to gdbsupportAaron Merey1-22/+0
2023-02-01gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann11-37/+36
2023-02-01gdbserver: Add assert in find_register_by_numberThiago Jung Bauermann1-2/+3
2023-01-18Fix 'make TAGS' in gdbserverTom Tromey1-3/+4
2023-01-13gdbserver: add comments to read_inferior_memory functionAndrew Burgess3-0/+7
2023-01-11Set _WIN32_WINNT in common.m4 configure checkTom Tromey1-1/+11
2023-01-05gdbsupport: move libxxhash configure check to gdbsupportSimon Marchi2-0/+517
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker88-88/+88
2023-01-01Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker2-4/+4
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado1-12/+21
2022-12-15gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi2-2/+2