summaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)Author
2023-10-12Move -lsocket check to common.m4Tom Tromey
2023-10-06gdbserver: fix gdbserver builds after expedite_regs changesAndrew Burgess
2023-10-06gdbserver: cleanup in handle_v_runAndrew Burgess
2023-10-06gdbserver: handle newlines in inferior argumentsAndrew Burgess
2023-10-06gdbserver: fix handling of trailing empty argumentAndrew Burgess
2023-10-06gdbserver: fix handling of single quote argumentsAndrew Burgess
2023-10-04sme2: Enable SME2 support in gdbserverLuis Machado
2023-10-04sme: Add support for SMELuis Machado
2023-10-04refactor: Adjust expedited registers dynamicallyLuis Machado
2023-10-04Convert tdesc's expedite_regs to a string vectorLuis Machado
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado
2023-10-04refactor: Simplify SVE interface to read/write registersLuis Machado
2023-10-04refactor: Rename SVE-specific filesLuis Machado
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-01gdbserver: i387_cache_to_xsave: fix copy dest of zmm registersSimon Marchi
2023-08-30gdbserver, linux-low: add a couple of nullptr assertions.Willgerodt, Felix
2023-08-28gdbserver: Fix style of struct declarations in i387-fp.ccJohn Baldwin
2023-08-28gdbserver: Simplify handling of ZMM registers.John Baldwin
2023-08-28gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area.Aleksandar Paunovic
2023-08-28gdbserver: Refactor the legacy region within the xsave structAleksandar Paunovic
2023-08-28gdbserver: Add a function to set the XSAVE mask and size.John Baldwin
2023-08-11gdbserver: Reinstall software single-step breakpoints in resume_stopped_resum...Kevin Buettner
2023-07-10gdbserver: handle all eval_result_type values in tracepoint.ccAndrew Burgess
2023-07-06Linux: Avoid pread64/pwrite64 for high memory addresses (PR gdb/30525)Pedro Alves
2023-06-21gdbserver: use target_waitstatus::to_string in 'prepare_resume_reply'Tankut Baris Aktemur
2023-06-05[gdb] Fix more typosTom de Vries
2023-06-03[gdb] Fix typosTom de Vries
2023-06-03[gdbserver] Fix typo in debug messageTom de Vries
2023-05-08gdbserver: Clear upper ZMM registers in the right location.John Baldwin
2023-04-03gdbserver: allow agent expressions to fail with invalid memory accessAndrew Burgess
2023-04-03gdbserver: allows agent_mem_read to return an error codeAndrew Burgess
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi
2023-03-01Fix btrace regressionTom Tromey
2023-02-24gdbserver/linux-low.cc: Fix a typo in ternary operatorKhem Raj
2023-02-24Remove struct bufferTom Tromey
2023-02-24Don't use struct buffer in handle_qxfer_threadsTom Tromey
2023-02-24Don't use struct buffer in handle_qxfer_btraceTom Tromey
2023-02-24Don't use struct buffer in handle_qxfer_traceframe_infoTom Tromey
2023-02-14Do not cast away const in agent_run_commandTom Tromey
2023-02-10Move implementation of perror_with_name to gdbsupportAaron Merey
2023-02-01gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann
2023-02-01gdbserver: Add assert in find_register_by_numberThiago Jung Bauermann
2023-01-18Fix 'make TAGS' in gdbserverTom Tromey
2023-01-13gdbserver: add comments to read_inferior_memory functionAndrew Burgess
2023-01-11Set _WIN32_WINNT in common.m4 configure checkTom Tromey
2023-01-05gdbsupport: move libxxhash configure check to gdbsupportSimon Marchi
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2023-01-01Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado
2022-12-15gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi