Age | Commit message (Expand) | Author | Files | Lines |
2024-11-12 | [gdb/tdep] Use raw_supply_part_zeroed for AArch64 | Tom de Vries | 1 | -5/+3 |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 2 | -8/+0 |
2024-09-24 | btrace: Enable event tracing on Linux for Intel PT. | Felix Willgerodt | 1 | -0/+11 |
2024-08-14 | btrace, linux: Enable ptwrite packets. | Felix Willgerodt | 1 | -0/+59 |
2024-08-02 | gdb: remove uses of VLA | Simon Marchi | 2 | -9/+6 |
2024-08-01 | gdb: AArch64: Support MTE on baremetal | Gustavo Romero | 1 | -0/+1 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 3 | -7/+6 |
2024-06-27 | gdb: add overloads of gdb_tilde_expand | Andrew Burgess | 1 | -1/+1 |
2024-06-25 | gdb: LoongArch: Add support for hardware breakpoint | Hui Li | 5 | -22/+99 |
2024-06-25 | gdb: LoongArch: Add support for hardware watchpoint | Hui Li | 6 | -0/+866 |
2024-06-24 | gdb/i386: fix tdesc rejection issue for targets without PTRACE_GETREGSET | Andrew Burgess | 2 | -13/+10 |
2024-06-14 | gdb/gdbserver: share some code relating to target description creation | Andrew Burgess | 2 | -0/+184 |
2024-06-14 | gdb/x86: move reading of cs and ds state into gdb/nat directory | Andrew Burgess | 2 | -0/+75 |
2024-06-14 | gdb: move have_ptrace_getregset declaration into gdb/nat directory | Andrew Burgess | 1 | -0/+3 |
2024-06-14 | gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory | Andrew Burgess | 2 | -0/+66 |
2024-06-07 | gdb: remove get_exec_file | Simon Marchi | 1 | -11/+5 |
2024-06-07 | gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file... | Simon Marchi | 1 | -1/+1 |
2024-05-16 | gdb: define type aliases for `fork_inferior()` callbacks | Simon Marchi | 2 | -15/+18 |
2024-05-02 | Fix regression on aarch64-linux gdbserver | Tom Tromey | 2 | -0/+123 |
2024-04-29 | gdb/nat/linux: Fix attaching to process when it has zombie threads | Thiago Jung Bauermann | 2 | -0/+54 |
2024-04-29 | gdb/nat: Factor linux_proc_get_stat_field out of linux_common_core_of_thread | Thiago Jung Bauermann | 4 | -36/+62 |
2024-04-29 | gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread | Thiago Jung Bauermann | 1 | -4/+7 |
2024-04-19 | gdb: fix include for gdb_signal in target/waitstatus.h | Simon Marchi | 1 | -0/+1 |
2024-04-17 | gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallback | Pedro Alves | 1 | -7/+4 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 23 | -23/+0 |
2024-03-26 | Revert "gdb/x86: move reading of cs and ds state into gdb/nat directory" | Andrew Burgess | 2 | -75/+0 |
2024-03-26 | Revert "gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition" | Andrew Burgess | 1 | -20/+0 |
2024-03-26 | Revert "gdb/gdbserver: share some code relating to target description creation" | Andrew Burgess | 2 | -199/+0 |
2024-03-26 | Revert "gdb/gdbserver: share x86/linux tdesc caching" | Andrew Burgess | 2 | -335/+8 |
2024-03-26 | Revert "gdb/gdbserver: fix some defined but unused function warnings" | Andrew Burgess | 1 | -12/+0 |
2024-03-26 | gdb/gdbserver: fix some defined but unused function warnings | Andrew Burgess | 1 | -0/+12 |
2024-03-25 | gdb/gdbserver: share x86/linux tdesc caching | Andrew Burgess | 2 | -8/+335 |
2024-03-25 | gdb/gdbserver: share some code relating to target description creation | Andrew Burgess | 2 | -0/+199 |
2024-03-25 | gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition | Andrew Burgess | 1 | -0/+20 |
2024-03-25 | gdb/x86: move reading of cs and ds state into gdb/nat directory | Andrew Burgess | 2 | -0/+75 |
2024-03-12 | [gdb/tdep] Fix gdb.base/watch-bitfields.exp on aarch64 | Tom de Vries | 2 | -0/+27 |
2024-03-11 | gdb, btrace: fix error diagnostics | Markus Metzger | 1 | -2/+3 |
2024-02-02 | gdb: attach to a process when the executable has been deleted | Andrew Burgess | 1 | -0/+5 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 52 | -52/+52 |
2023-12-14 | gdb: change regcache interface to use array_view | Simon Marchi | 1 | -8/+12 |
2023-12-14 | gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h | Simon Marchi | 2 | -4/+2 |
2023-12-01 | Use gdb_dir_up in linux_proc_attach_tgid_threads | Tom Tromey | 1 | -6/+3 |
2023-12-01 | Minor cleanup in linux_proc_attach_tgid_threads | Tom Tromey | 1 | -1/+1 |
2023-11-29 | Remove gdb_static_assert | Tom Tromey | 1 | -5/+5 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 3 | -5/+4 |
2023-11-28 | [gdb] Fix segfault in for_each_block, part 2 | Tom de Vries | 1 | -0/+2 |
2023-11-27 | Introduce throw_winerror_with_name | Tom Tromey | 1 | -4/+2 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 3 | -9/+9 |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 1 | -2/+2 |
2023-11-06 | Remove EXTERN_C and related defines | Tom Tromey | 1 | -1/+1 |