Age | Commit message (Expand) | Author | Files | Lines |
2023-12-14 | gdb: change regcache interface to use array_view | Simon Marchi | 2 | -23/+30 |
2023-12-14 | gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h | Simon Marchi | 2 | -7/+14 |
2023-12-12 | gdbserver/win32: fix crash on detach | Stefano Moioli | 1 | -1/+1 |
2023-12-08 | gdbserver: allow for general 'monitor set debug COMPONENT VALUE' use | Andrew Burgess | 1 | -32/+143 |
2023-12-08 | gdbserver: allow the --debug command line option to take a value | Andrew Burgess | 1 | -8/+150 |
2023-12-04 | Update fall-through comment in gdbserver | Tom Tromey | 1 | -1/+1 |
2023-12-01 | Bail out of "attach" if a thread cannot be traced | Tom Tromey | 1 | -2/+13 |
2023-11-29 | Remove gdb_static_assert | Tom Tromey | 3 | -4/+4 |
2023-11-29 | Switch to -Wimplicit-fallthrough=5 | Tom Tromey | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
2023-11-27 | Introduce throw_winerror_with_name | Tom Tromey | 1 | -6/+5 |
2023-11-22 | gdbserver: cleanup monitor_show_help | Andrew Burgess | 1 | -3/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 4 | -6/+6 |
2023-11-15 | Finalized intl-update patches (deux) | Sam James | 3 | -14/+1952 |
2023-11-14 | Filter invalid encodings from Linux thread names | Tom Tromey | 2 | -2/+58 |
2023-11-13 | Report thread exit event for leader if reporting thread exit events | Pedro Alves | 2 | -12/+68 |
2023-11-13 | gdbserver: Queue no-resumed event after thread exit | Pedro Alves | 5 | -20/+53 |
2023-11-13 | Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserver | Pedro Alves | 2 | -17/+30 |
2023-11-13 | gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIND_IGNORE | Pedro Alves | 1 | -1/+0 |
2023-11-13 | all-stop/synchronous RSP support thread-exit events | Pedro Alves | 1 | -0/+1 |
2023-11-13 | gdbserver: Hide and don't detach pending clone children | Pedro Alves | 5 | -20/+31 |
2023-11-13 | Thread options & clone events (Linux GDBserver) | Pedro Alves | 2 | -140/+160 |
2023-11-13 | Thread options & clone events (core + remote) | Pedro Alves | 4 | -0/+145 |
2023-11-13 | Support clone events in the remote protocol | Pedro Alves | 2 | -5/+24 |
2023-11-06 | Remove EXTERN_C and related defines | Tom Tromey | 2 | -19/+19 |
2023-10-28 | gdb/gdbsupport/gdbserver: Require c++17 | Lancelot Six | 3 | -29/+1523 |
2023-10-28 | gdb/ax_cxx_compile_stdcxx.m4: upgrade | Lancelot Six | 1 | -10/+34 |
2023-10-26 | gdb: handle main thread exiting during detach | Andrew Burgess | 1 | -0/+11 |
2023-10-25 | gdbserver: don't leak program name in handle_v_run | Andrew Burgess | 1 | -14/+56 |
2023-10-12 | Move -lsocket check to common.m4 | Tom Tromey | 1 | -0/+57 |
2023-10-06 | gdbserver: fix gdbserver builds after expedite_regs changes | Andrew Burgess | 3 | -6/+16 |
2023-10-06 | gdbserver: cleanup in handle_v_run | Andrew Burgess | 1 | -19/+5 |
2023-10-06 | gdbserver: handle newlines in inferior arguments | Andrew Burgess | 1 | -17/+0 |
2023-10-06 | gdbserver: fix handling of trailing empty argument | Andrew Burgess | 1 | -3/+5 |
2023-10-06 | gdbserver: fix handling of single quote arguments | Andrew Burgess | 1 | -6/+0 |
2023-10-04 | sme2: Enable SME2 support in gdbserver | Luis Machado | 1 | -0/+57 |
2023-10-04 | sme: Add support for SME | Luis Machado | 3 | -1/+68 |
2023-10-04 | refactor: Adjust expedited registers dynamically | Luis Machado | 1 | -7/+14 |
2023-10-04 | Convert tdesc's expedite_regs to a string vector | Luis Machado | 3 | -19/+21 |
2023-10-04 | sme: Enable SME registers and pseudo-registers | Luis Machado | 1 | -0/+1 |
2023-10-04 | refactor: Simplify SVE interface to read/write registers | Luis Machado | 1 | -3/+21 |
2023-10-04 | refactor: Rename SVE-specific files | Luis Machado | 3 | -3/+3 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 2 | -2/+2 |
2023-09-01 | gdbserver: i387_cache_to_xsave: fix copy dest of zmm registers | Simon Marchi | 1 | -2/+2 |
2023-08-30 | gdbserver, linux-low: add a couple of nullptr assertions. | Willgerodt, Felix | 1 | -0/+4 |
2023-08-28 | gdbserver: Fix style of struct declarations in i387-fp.cc | John Baldwin | 1 | -3/+6 |
2023-08-28 | gdbserver: Simplify handling of ZMM registers. | John Baldwin | 1 | -81/+41 |
2023-08-28 | gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area. | Aleksandar Paunovic | 1 | -51/+74 |
2023-08-28 | gdbserver: Refactor the legacy region within the xsave struct | Aleksandar Paunovic | 1 | -25/+2 |
2023-08-28 | gdbserver: Add a function to set the XSAVE mask and size. | John Baldwin | 4 | -11/+31 |