Age | Commit message (Expand) | Author | Files | Lines |
2022-03-24 | gdb/testsuite: remove gdb.python/pretty-print-call-by-hand.exp | Simon Marchi | 3 | -225/+0 |
2022-03-23 | gdb/testsuite: address test failures in gdb.mi/mi-multi-commands.exp | Andrew Burgess | 1 | -2/+5 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 25 | -116/+93 |
2022-03-23 | gdb/python: remove Python 2 support | Simon Marchi | 28 | -502/+61 |
2022-03-23 | Update the list of recognized m-profile TAG_CPU_ARCH_* | Luis Machado | 1 | -0/+3 |
2022-03-23 | gdb: testsuite: use gdb_attach to fix jit-elf.exp | Tiezhu Yang | 1 | -8/+16 |
2022-03-23 | gdb: testsuite: use gdb_attach to fix attach-pie-noexec.exp | Tiezhu Yang | 1 | -1/+4 |
2022-03-23 | gdb: testsuite: add new gdb_attach to check "attach" command | Tiezhu Yang | 1 | -0/+26 |
2022-03-23 | gdb: testsuite: remove attach test from can_spawn_for_attach | Tiezhu Yang | 1 | -43/+9 |
2022-03-22 | Add support for hardware breakpoints/watchpoints on FreeBSD/Aarch64. | John Baldwin | 3 | -2/+263 |
2022-03-22 | fbsd-nat: Add a low_prepare_to_resume virtual method. | John Baldwin | 2 | -2/+11 |
2022-03-22 | fbsd-nat: Add a low_delete_thread virtual method. | John Baldwin | 2 | -0/+5 |
2022-03-22 | fbsd-nat: Add helper routine to fetch siginfo_t for a ptid. | John Baldwin | 2 | -0/+20 |
2022-03-22 | aarch64: Add an aarch64_nat_target mixin class. | John Baldwin | 4 | -351/+418 |
2022-03-22 | nat: Split out platform-independent aarch64 debug register support. | John Baldwin | 7 | -703/+778 |
2022-03-22 | x86-fbsd-nat: Copy debug register state on fork. | John Baldwin | 3 | -2/+49 |
2022-03-22 | fbsd-nat: Add a low_new_fork virtual method. | John Baldwin | 2 | -0/+8 |
2022-03-22 | Add an x86_fbsd_nat_target mixin class for FreeBSD x86 native targets. | John Baldwin | 3 | -36/+38 |
2022-03-22 | x86-nat: Add x86_lookup_debug_reg_state. | John Baldwin | 2 | -0/+17 |
2022-03-22 | x86-nat: Use an unordered_map to store per-pid debug reg state. | John Baldwin | 1 | -80/+10 |
2022-03-22 | Remove USE_SIGTRAP_SIGINFO condition for FreeBSD/x86 debug regs support. | John Baldwin | 2 | -4/+4 |
2022-03-22 | Remove two unused variables | Tom Tromey | 2 | -2/+0 |
2022-03-22 | gdb/python: add gdb.format_address function | Andrew Burgess | 8 | -2/+423 |
2022-03-22 | Fix some stale header names from dwarf files | Luis Machado | 5 | -11/+11 |
2022-03-21 | gdb: Add missing #include in solib.h | Roland McGrath | 1 | -1/+2 |
2022-03-21 | PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings | Aaron Merey | 6 | -1/+151 |
2022-03-21 | gdb: Add soname to build-id mapping for core files | Aaron Merey | 4 | -1/+141 |
2022-03-21 | Watchpoint followed by catchpoint misreports watchpoint (PR gdb/28621) | Pedro Alves | 5 | -15/+177 |
2022-03-21 | gdb: re-generate config.in | Simon Marchi | 1 | -3/+0 |
2022-03-21 | gdb/x86: handle stap probe arguments in xmm registers | Andrew Burgess | 7 | -0/+237 |
2022-03-21 | gdb/testsuite: reformat gdb.python/pretty-print-call-by-hand.py | Simon Marchi | 1 | -3/+7 |
2022-03-21 | [gdb/testsuite] test a function call by hand from pretty printer | Bruno Larsen | 3 | -0/+221 |
2022-03-21 | gdb/testsuite: Installed-GDB testing & data-directory | Pedro Alves | 2 | -6/+51 |
2022-03-21 | Add support for readline 8.2 | Andreas Schwab | 1 | -2/+2 |
2022-03-20 | Update gdb/NEWS after GDB 12 branch creation. | Joel Brobecker | 1 | -1/+3 |
2022-03-20 | Bump version to 13.0.50.DATE-git. | Joel Brobecker | 2 | -2/+2 |
2022-03-18 | gdb/python: remove gdb._mi_commands dict | Simon Marchi | 7 | -208/+105 |
2022-03-18 | Fix crash with stepi, no debug info, and "set debug infrun 1" | Pedro Alves | 1 | -1/+2 |
2022-03-18 | Implement gdbarch_stack_frame_destroyed_p for aarch64 | Tom Tromey | 1 | -0/+22 |
2022-03-18 | gdb: run black to format some Python files | Simon Marchi | 2 | -2/+4 |
2022-03-17 | Remove fall throughs in core_target::xfer_partial. | John Baldwin | 1 | -2/+2 |
2022-03-17 | gdb: Remove support for S+core | Pedro Alves | 5 | -1586/+5 |
2022-03-17 | Add another test for Ada Wide_Wide_String | Tom Tromey | 4 | -1/+17 |
2022-03-16 | gdb: work around prompt corruption caused by bracketed-paste-mode | Andrew Burgess | 3 | -1/+116 |
2022-03-16 | Reimplement array concatenation for Ada and D | Tom Tromey | 7 | -134/+131 |
2022-03-16 | Remove eval_op_concat | Tom Tromey | 3 | -18/+2 |
2022-03-16 | Ada support for wide strings | Tom Tromey | 3 | -6/+63 |
2022-03-16 | Remove eval_op_string | Tom Tromey | 2 | -15/+11 |
2022-03-16 | Powerpc fix for gdb.base/ending-run.exp | Carl Love | 1 | -0/+16 |
2022-03-16 | gdb/mi: consistently notify user when GDB/MI client uses -thread-select | Jan Vrany | 8 | -69/+106 |