Age | Commit message (Expand) | Author | Files | Lines |
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 | 5 | -235/+24 |
2022-04-14 | gdbserver/linux: Access memory even if threads are running | Pedro Alves | 2 | -157/+93 |
2022-04-14 | gdbserver: special case target_write_memory len==0 | Pedro Alves | 1 | -2/+15 |
2022-04-14 | gdbserver/qXfer::threads, prepare_to_access_memory=>target_pause_all | Pedro Alves | 1 | -35/+16 |
2022-04-14 | Use GetThreadDescription on Windows | Tom Tromey | 1 | -1/+1 |
2022-04-14 | Implement thread_name for gdbserver | Tom Tromey | 2 | -0/+11 |
2022-04-14 | Share handle_ms_vc_exception with gdbserver | Tom Tromey | 1 | -9/+0 |
2022-04-14 | Move target_read_string to target/target.c | Tom Tromey | 1 | -0/+2 |
2022-04-14 | Let std::thread check pass even without pthreads | Tom Tromey | 1 | -10/+9 |
2022-04-04 | gdbserver: report correct status in thread stop race condition | Simon Marchi | 1 | -32/+28 |
2022-04-04 | Remove some globals from nat/windows-nat.c | Tom Tromey | 1 | -112/+133 |
2022-03-31 | gdbserver/linux: set lwp !stopped when failing to resume | Simon Marchi | 1 | -2/+18 |
2022-03-30 | Consolidate definition of current_directory | Tom Tromey | 1 | -4/+0 |
2022-03-22 | nat: Split out platform-independent aarch64 debug register support. | John Baldwin | 2 | -5/+9 |
2022-03-21 | gdbserver: Fixup previous patch | Pedro Alves | 1 | -1/+1 |
2022-03-21 | gdbserver: Fix incorrect assertion | Pedro Alves | 1 | -4/+5 |
2022-03-10 | Re-add zombie leader on exit, gdbserver/linux | Pedro Alves | 1 | -38/+82 |
2022-03-10 | gdbserver: Reindent check_zombie_leaders | Pedro Alves | 1 | -51/+50 |
2022-03-10 | gdbserver: Reorganize linux_process_target::filter_event | Pedro Alves | 1 | -36/+40 |
2022-03-10 | Fix gdbserver/linux target_waitstatus logging assert | Pedro Alves | 1 | -2/+2 |
2022-03-03 | Avoid conflict with gnulib open/close macros. | Roland McGrath | 1 | -2/+2 |
2022-02-22 | gdbserver linux-low: Convert linux_event_pipe to the event_pipe class. | John Baldwin | 1 | -32/+11 |
2022-02-10 | gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon... | Simon Marchi | 1 | -5/+4 |
2022-01-27 | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 5 | -10/+11 |
2022-01-18 | gdbserver: introduce remote_debug_printf | Simon Marchi | 5 | -97/+48 |
2022-01-18 | gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 13 | -798/+483 |
2022-01-18 | gdbserver: turn debug_threads into a boolean | Simon Marchi | 5 | -17/+11 |
2022-01-13 | gdb: don't use -Wmissing-prototypes with g++ | Andrew Burgess | 3 | -1/+69 |
2022-01-07 | Do not use CC_HAS_LONG_LONG | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 88 | -88/+88 |
2022-01-01 | Update Copyright Year in gdb, gdbserver and gdbreplay version output | Joel Brobecker | 2 | -2/+2 |
2021-12-15 | New --enable-threading configure option to control use of threads in GDB/GDBs... | Luis Machado | 1 | -1/+23 |
2021-12-14 | gdbserver/tracepoint.cc: use snprintf in gdb_agent_socket_init | Simon Marchi | 1 | -2/+2 |
2021-12-14 | gdbserver/tracepoint.cc: work around -Wstringop-truncation error | Simon Marchi | 1 | -2/+7 |
2021-12-13 | gdbserver/linux-low: replace direct assignment to current_thread | Tankut Baris Aktemur | 1 | -2/+5 |
2021-12-13 | gdbserver: replace direct assignments to current_thread | Tankut Baris Aktemur | 13 | -136/+77 |
2021-12-13 | gdbserver: introduce scoped_restore_current_thread and switch_to_thread | Tankut Baris Aktemur | 2 | -0/+43 |
2021-12-08 | gdb, gdbserver: detach fork child when detaching from fork parent | Simon Marchi | 5 | -0/+83 |
2021-12-08 | gdbserver: hide fork child threads from GDB | Simon Marchi | 5 | -0/+62 |
2021-12-02 | [gdb/tdep] Fix avx512 -m32 support in gdbserver | Tom de Vries | 1 | -13/+37 |
2021-11-22 | gdb: pass more const target_waitstatus by reference | Simon Marchi | 3 | -37/+36 |
2021-11-22 | gdb: rename target_waitstatus_to_string to target_waitstatus::to_string | Simon Marchi | 2 | -15/+6 |
2021-11-16 | Remove config.cache in gdbserver's "distclean" | Tom Tromey | 1 | -2/+1 |
2021-11-09 | Fix build on rhES5 | Tom Tromey | 2 | -0/+20 |
2021-11-04 | gdbserver: re-generate configure | Simon Marchi | 2 | -0/+49 |
2021-11-03 | [AArch64] Make gdbserver register set selection dynamic | Luis Machado | 1 | -85/+101 |
2021-10-29 | gdb: or1k: implement gdb server | Stafford Horne | 3 | -0/+275 |
2021-10-25 | gdbserver: make target_pid_to_str return std::string | Simon Marchi | 6 | -51/+50 |
2021-10-22 | Fix 'uninstall' target | Tom Tromey | 1 | -1/+4 |