Age | Commit message (Expand) | Author | Files | Lines |
2024-08-26 | gdb: imply --once if connecting via stdio | William Ferreira | 1 | -0/+4 |
2024-08-14 | btrace, gdbserver: Add ptwrite to btrace_config_pt. | Felix Willgerodt | 1 | -0/+14 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 1 | -1/+1 |
2024-06-27 | gdb: add overloads of gdb_abspath | Andrew Burgess | 1 | -1/+1 |
2024-06-12 | Add "error_message+" feature to qSupported | Alexandra Hájková | 1 | -0/+3 |
2024-06-07 | gdb: remove get_exec_file | Simon Marchi | 1 | -11/+0 |
2024-06-07 | gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file... | Simon Marchi | 1 | -2/+2 |
2024-04-26 | gdbserver: Fix vAttach response when attaching is not supported | Pedro Alves | 1 | -1/+4 |
2024-04-26 | Fix "attach" failure handling with GDBserver | Pedro Alves | 1 | -17/+24 |
2024-04-26 | Fix "run" failure handling with GDBserver | Pedro Alves | 1 | -1/+9 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -2/+2 |
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-11-29 | Remove gdb_static_assert | Tom Tromey | 1 | -1/+1 |
2023-11-22 | gdbserver: cleanup monitor_show_help | Andrew Burgess | 1 | -3/+1 |
2023-11-14 | Filter invalid encodings from Linux thread names | Tom Tromey | 1 | -0/+1 |
2023-11-13 | gdbserver: Queue no-resumed event after thread exit | Pedro Alves | 1 | -1/+11 |
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 | 1 | -5/+7 |
2023-11-13 | Thread options & clone events (core + remote) | Pedro Alves | 1 | -0/+130 |
2023-11-13 | Support clone events in the remote protocol | Pedro Alves | 1 | -1/+2 |
2023-10-25 | gdbserver: don't leak program name in handle_v_run | Andrew Burgess | 1 | -14/+56 |
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-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-02-24 | Don't use struct buffer in handle_qxfer_threads | Tom Tromey | 1 | -28/+17 |
2023-02-24 | Don't use struct buffer in handle_qxfer_btrace | Tom Tromey | 1 | -16/+16 |
2023-02-24 | Don't use struct buffer in handle_qxfer_traceframe_info | Tom Tromey | 1 | -19/+8 |
2023-02-14 | Do not cast away const in agent_run_command | Tom Tromey | 1 | -0/+5 |
2023-02-01 | gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcap | Thiago Jung Bauermann | 1 | -1/+2 |
2023-01-01 | Update copyright year in help message of gdb, gdbserver, gdbreplay | Joel Brobecker | 1 | -2/+2 |
2022-11-09 | gdbserver: do not report btrace support if target does not announce it | Tankut Baris Aktemur | 1 | -1/+2 |
2022-09-24 | gdbserver: remove unused for loop | Enze Li | 1 | -3/+0 |
2022-07-13 | gdbserver: remove unused variable | Enze Li | 1 | -6/+2 |
2022-05-03 | gdbserver: track current process as well as current thread | Pedro Alves | 1 | -2/+2 |
2022-04-18 | gdbsupport: make gdb_abspath return an std::string | Simon Marchi | 1 | -10/+10 |
2022-04-14 | gdbserver: Eliminate prepare_to_access_memory | Pedro Alves | 1 | -21/+9 |
2022-04-14 | gdbserver/qXfer::threads, prepare_to_access_memory=>target_pause_all | Pedro Alves | 1 | -35/+16 |
2022-03-30 | Consolidate definition of current_directory | Tom Tromey | 1 | -4/+0 |
2022-01-27 | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 1 | -2/+2 |
2022-01-18 | gdbserver: introduce remote_debug_printf | Simon Marchi | 1 | -47/+23 |
2022-01-18 | gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 1 | -19/+13 |
2022-01-18 | gdbserver: turn debug_threads into a boolean | Simon Marchi | 1 | -3/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2022-01-01 | Update Copyright Year in gdb, gdbserver and gdbreplay version output | Joel Brobecker | 1 | -1/+1 |
2021-12-13 | gdbserver: replace direct assignments to current_thread | Tankut Baris Aktemur | 1 | -8/+5 |
2021-12-08 | gdb, gdbserver: detach fork child when detaching from fork parent | Simon Marchi | 1 | -0/+29 |