Age | Commit message (Expand) | Author | Files | Lines |
2024-12-09 | gdbserver: remove 'struct' in 'struct thread_info' declarations | Tankut Baris Aktemur | 16 | -78/+78 |
2024-12-07 | gdbserver: simplify win32 process removal | Simon Marchi | 5 | -37/+5 |
2024-12-06 | gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includes | Simon Marchi | 2 | -2/+0 |
2024-12-06 | Reduce WOW64 code duplication | Hannes Domani | 2 | -141/+53 |
2024-12-05 | gdbserver/win32-low.cc: remove use of `all_threads` | Simon Marchi | 2 | -3/+12 |
2024-12-05 | gdbserver: add and use `process_info::find_thread(ptid)` | Simon Marchi | 2 | -12/+20 |
2024-12-04 | gdbserver: make thread_target_data a method of thread_info | Simon Marchi | 6 | -19/+13 |
2024-12-04 | gdbserver: make thread_regcache_data / set_thread_regcache_data methods of th... | Simon Marchi | 4 | -25/+13 |
2024-12-04 | gdbserver: make get_thread_lwp a function | Simon Marchi | 1 | -1/+5 |
2024-12-04 | gdbserver: remove macro get_lwp_thread | Simon Marchi | 7 | -54/+52 |
2024-12-02 | gdb, gdbserver, gdbsupport: flatten and sort some list in configure files | Simon Marchi | 2 | -12/+84 |
2024-11-26 | nios2: Remove all GDB support for Nios II targets. | Sandra Loosemore | 3 | -298/+0 |
2024-11-25 | gdbreplay: Calculate the checksum if missing | Alexandra Hájková | 1 | -4/+48 |
2024-11-23 | [gdb/contrib] Add two rules in common-misspellings.txt | Tom de Vries | 1 | -1/+1 |
2024-11-22 | Use appropriate context flags for Wow64 processes | Hannes Domani | 1 | -7/+23 |
2024-11-22 | [gdbsupport] Add gdb::{waitpid,read,write,close} | Tom de Vries | 1 | -5/+5 |
2024-11-12 | gdbserver: pass osabi to GDB in more target descriptions | Andrew Burgess | 16 | -21/+46 |
2024-11-12 | [gdb/tdep] Use raw_supply_part_zeroed for AArch64 | Tom de Vries | 2 | -0/+14 |
2024-11-08 | gdbserver: remove pidof(process) | Simon Marchi | 4 | -15/+10 |
2024-11-08 | gdbserver: remove pid_of(thread) | Simon Marchi | 6 | -20/+11 |
2024-11-08 | gdbserver: remove lwpid_of(thread) | Simon Marchi | 8 | -138/+118 |
2024-11-08 | gdbserver: remove ptid_of(thread) | Simon Marchi | 7 | -60/+51 |
2024-11-08 | gdbserver: remove current_thread_ptid | Simon Marchi | 1 | -13/+5 |
2024-11-08 | gdbserver: remove current_ptid macro | Simon Marchi | 7 | -9/+6 |
2024-11-08 | gdbserver: remove get_thread_process | Simon Marchi | 7 | -43/+21 |
2024-11-08 | gdbserver: make remove_thread a method of process_info | Simon Marchi | 6 | -11/+13 |
2024-11-08 | gdbserver: make add_thread a method of process_info | Simon Marchi | 6 | -14/+11 |
2024-11-08 | gdbserver: add thread -> process backlink | Simon Marchi | 2 | -4/+11 |
2024-11-08 | gdbserver: remove for_each_thread(pid, func) | Simon Marchi | 8 | -33/+24 |
2024-11-07 | gdbserver: add process specific thread list and map | Stephan Rohr | 4 | -54/+223 |
2024-11-07 | gdbserver: change 'all_processes' and 'all_threads' list type | Stephan Rohr | 4 | -69/+39 |
2024-10-28 | gdbserver: remove unused include in gdbthread.h | Simon Marchi | 3 | -1/+2 |
2024-10-28 | gdbserver: fix formatting in gdbthread.h | Simon Marchi | 1 | -12/+9 |
2024-10-22 | gdbserver: use 'gdb::function_view' in 'find_*' and 'for_each_*' | Stephan Rohr | 3 | -121/+153 |
2024-10-21 | gdbreplay: Add --debug-logging option | Alexandra Hájková | 2 | -23/+61 |
2024-10-21 | gdbreplay: Use getopt_long to parse command line arguments | Alexandra Hájková | 1 | -13/+24 |
2024-10-21 | [gdb/contrib] Handle dot in spellcheck.sh | Tom de Vries | 1 | -1/+1 |
2024-10-11 | gdbserver: remove declaration of init_registers_arm_with_neon | Andrew Burgess | 1 | -1/+0 |
2024-10-11 | Revert "gdbserver: pass osabi to GDB in target description" | Andrew Burgess | 16 | -41/+18 |
2024-10-10 | gdbserver: pass osabi to GDB in target description | Andrew Burgess | 16 | -18/+41 |
2024-10-10 | gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabi | Andrew Burgess | 1 | -1/+2 |
2024-10-10 | gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char> | Andrew Burgess | 2 | -15/+7 |
2024-10-08 | [gdb/contrib] Add more separators in spellcheck.sh | Tom de Vries | 1 | -1/+1 |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 3 | -3/+3 |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 3 | -89/+4 |
2024-09-24 | btrace: Enable event tracing on Linux for Intel PT. | Felix Willgerodt | 2 | -0/+16 |
2024-09-05 | gdbserver: aarch64: Fix expedited registers list | Thiago Jung Bauermann | 1 | -8/+4 |
2024-08-26 | gdb: imply --once if connecting via stdio | William Ferreira | 1 | -0/+4 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 2 | -0/+14 |
2024-08-14 | btrace, gdbserver: Add ptwrite to btrace_config_pt. | Felix Willgerodt | 2 | -0/+17 |