Age | Commit message (Expand) | Author | Files | Lines |
3 days | gdbserver: pass osabi to GDB in more target descriptions | Andrew Burgess | 16 | -21/+46 |
3 days | [gdb/tdep] Use raw_supply_part_zeroed for AArch64 | Tom de Vries | 2 | -0/+14 |
7 days | gdbserver: remove pidof(process) | Simon Marchi | 4 | -15/+10 |
7 days | gdbserver: remove pid_of(thread) | Simon Marchi | 6 | -20/+11 |
7 days | gdbserver: remove lwpid_of(thread) | Simon Marchi | 8 | -138/+118 |
7 days | gdbserver: remove ptid_of(thread) | Simon Marchi | 7 | -60/+51 |
7 days | gdbserver: remove current_thread_ptid | Simon Marchi | 1 | -13/+5 |
7 days | gdbserver: remove current_ptid macro | Simon Marchi | 7 | -9/+6 |
7 days | gdbserver: remove get_thread_process | Simon Marchi | 7 | -43/+21 |
7 days | gdbserver: make remove_thread a method of process_info | Simon Marchi | 6 | -11/+13 |
7 days | gdbserver: make add_thread a method of process_info | Simon Marchi | 6 | -14/+11 |
7 days | gdbserver: add thread -> process backlink | Simon Marchi | 2 | -4/+11 |
7 days | gdbserver: remove for_each_thread(pid, func) | Simon Marchi | 8 | -33/+24 |
8 days | gdbserver: add process specific thread list and map | Stephan Rohr | 4 | -54/+223 |
8 days | 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 |
2024-08-02 | gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extension | Simon Marchi | 1 | -1/+1 |
2024-08-01 | gdb: AArch64: Support MTE on baremetal | Gustavo Romero | 1 | -0/+1 |
2024-07-27 | [gdb/tdep] Fix arm thumb2 hw breakpoint | Tom de Vries | 1 | -12/+53 |
2024-07-18 | gdbserver: add gdbserver support for vFile::stat packet | Andrew Burgess | 1 | -0/+38 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 3 | -3/+3 |
2024-06-27 | gdb: add overloads of gdb_tilde_expand | Andrew Burgess | 1 | -1/+1 |
2024-06-27 | gdb: add overloads of gdb_abspath | Andrew Burgess | 1 | -1/+1 |
2024-06-20 | Revert "Remove LIBINTL_DEP" | Alan Modra | 1 | -2/+3 |
2024-06-20 | Remove LIBINTL_DEP | Alan Modra | 1 | -3/+2 |
2024-06-14 | gdb/aarch64: prevent crash from in process agent | Andrew Burgess | 1 | -8/+14 |
2024-06-14 | gdb/gdbserver: share x86/linux tdesc caching | Andrew Burgess | 6 | -355/+20 |
2024-06-14 | gdbserver: update target description creation for x86/linux | Andrew Burgess | 5 | -167/+306 |
2024-06-14 | gdb/gdbserver: share some code relating to target description creation | Andrew Burgess | 8 | -116/+52 |
2024-06-14 | gdb: move have_ptrace_getregset declaration into gdb/nat directory | Andrew Burgess | 2 | -3/+1 |
2024-06-14 | gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory | Andrew Burgess | 2 | -14/+6 |
2024-06-14 | gdbserver/x86: move no-xml code earlier in x86_linux_read_description | Andrew Burgess | 1 | -11/+16 |