Age | Commit message (Expand) | Author | Files | Lines |
2023-09-28 | [gdb/testsuite] Add nopie to gdb.base/unwind-on-each-insn-amd64-2.exp | Tom de Vries | 5 | -7/+23 |
2023-09-27 | Adjust gdb.thread/pthreads.exp for Cygwin | Pedro Alves | 1 | -7/+7 |
2023-09-27 | In gdb.threads/pthreads.c, handle pthread_attr_setscope ENOTSUP | Pedro Alves | 1 | -1/+2 |
2023-09-27 | Fix gdb.threads/pthreads.exp error handling/printing | Pedro Alves | 1 | -8/+22 |
2023-09-27 | Fix gdb.threads/pthreads.c formatting | Pedro Alves | 1 | -18/+27 |
2023-09-27 | gdb.threads/pthreads.c, K&R -> ANSI function style | Pedro Alves | 1 | -7/+3 |
2023-09-26 | gdb/testsuite: add xfail for gdb/29965 in gdb.threads/process-exit-status-is-... | Simon Marchi | 1 | -1/+18 |
2023-09-26 | [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp with newer gcc | Tom de Vries | 1 | -1/+2 |
2023-09-26 | [gdb/testsuite] Fix gdb.server/ext-run.exp in container | Tom de Vries | 1 | -1/+1 |
2023-09-20 | gdb/dap: only include sourceReference if file path does not exist | Gregory Anders | 1 | -4/+5 |
2023-09-20 | gdb/dap: check for breakpoint source before unpacking | Gregory Anders | 1 | -0/+7 |
2023-09-20 | [gdb/symtab] Error out for .debug_types section in dwz file | Tom de Vries | 1 | -0/+128 |
2023-09-19 | Handle pointers and references correctly in DAP | Tom Tromey | 2 | -0/+137 |
2023-09-19 | gdb, breakpoint: add a destructor to the watchpoint struct | Mohamed Bouhaouel | 2 | -0/+66 |
2023-09-19 | gdb/cli: fixes to newly added "list ." command | Guinevere Larsen | 1 | -11/+13 |
2023-09-15 | gdb/amdgpu: add precise-memory support | Simon Marchi | 10 | -0/+466 |
2023-09-15 | gdb/testsuite: add linux target check in allow_hipcc_tests | Simon Marchi | 1 | -0/+4 |
2023-09-15 | gdb/testsuite: explicitly test for stderr in gdb.mi/mi-dprintf.exp | Guinevere Larsen | 2 | -3/+22 |
2023-09-14 | [gdb/exp] Clean up asap in value_print_array_elements | Tom de Vries | 7 | -3/+353 |
2023-09-14 | [gdb/testsuite] Modernize gdb.base/huge.exp | Tom de Vries | 1 | -18/+33 |
2023-09-12 | Avoid spurious breakpoint-setting failure in DAP | Tom Tromey | 1 | -2/+7 |
2023-09-12 | gdb/testsuite/rocm: fix rocm-multi-inferior-gpu.cpp | Lancelot Six | 1 | -1/+1 |
2023-09-11 | gdb/testsuite: use foreach_with_prefix in gdb.guile/scm-ports.exp | Simon Marchi | 1 | -60/+54 |
2023-09-11 | testsuite, fortran: Fix regression due to fix for ifort's 'start' behavior | Ijaz, Abdul B | 1 | -5/+5 |
2023-09-10 | gdb/testsuite: fix gdb.arch/amd64-init-x87-values.exp on AMD CPUs | Simon Marchi | 1 | -1/+1 |
2023-09-08 | Run 'black' on recent test case | Tom Tromey | 1 | -0/+1 |
2023-09-08 | [gdb/testsuite] Make gdb.dwarf2/dwzbuildid.exp more robust | Tom de Vries | 1 | -35/+35 |
2023-09-08 | [gdb/testsuite] Add kfail in gdb.dwarf2/dwzbuildid.exp | Tom de Vries | 1 | -0/+7 |
2023-09-08 | [gdb/testsuite] Add aranges in gdb.dwarf2/dwzbuildid.exp | Tom de Vries | 1 | -2/+9 |
2023-09-08 | [gdb/testsuite] Fix build-ids in gdb.dwarf2/dwzbuildid.exp | Tom de Vries | 1 | -3/+3 |
2023-09-08 | gdb/testsuite: fix gdb.mi/mi-condbreak-throw.exp failure | Andrew Burgess | 1 | -2/+1 |
2023-09-08 | testsuite, fortran: make kfail gfortran specific | Nils-Christian Kempke | 1 | -1/+3 |
2023-09-08 | testsuite, fortran: adapt tests for ifort's 'start' behavior | Nils-Christian Kempke | 2 | -16/+8 |
2023-09-08 | testsuite, fortran: Remove self assignment non-statements | Nils-Christian Kempke | 3 | -7/+8 |
2023-09-08 | testsuite, fortran: make mixed-lang-stack less compiler dependent | Nils-Christian Kempke | 1 | -1/+8 |
2023-09-07 | Fix bug in -var-evaluate-expression | Tom Tromey | 3 | -1/+17 |
2023-09-07 | Allow pretty-printer 'children' method to return strings | Tom Tromey | 3 | -0/+110 |
2023-09-07 | [gdb/ada] Move identical enums handling later | Tom de Vries | 1 | -0/+2 |
2023-09-06 | [gdb/testsuite] Fix gdb.ada/same_enum.exp | Tom de Vries | 2 | -2/+4 |
2023-09-05 | gdb/testsuite: Make hook-stop.exp ignore termination message from GDB stub | Sandra Loosemore | 1 | -1/+1 |
2023-09-05 | gdb/testsuite: Disable some tests that are broken on remote Windows host | Sandra Loosemore | 3 | -0/+9 |
2023-09-05 | gdb/testsuite: Adjust some testcases to allow Windows pathnames | Sandra Loosemore | 4 | -21/+32 |
2023-09-05 | gdb/testsuite: Fix style.exp failures on targets without argc/argv support | Sandra Loosemore | 1 | -5/+18 |
2023-09-05 | Handle array- and string-like values in no-op pretty printers | Tom Tromey | 7 | -0/+389 |
2023-09-05 | Read Ada main name from executable, not inferior | Tom Tromey | 3 | -0/+119 |
2023-09-05 | Avoid crash with Ada and -fdata-sections | Tom Tromey | 2 | -0/+53 |
2023-09-04 | [gdb/testsuite] Fix race in gdb.base/add-symbol-file-attach.exp | Tom de Vries | 1 | -2/+2 |
2023-08-31 | [symtab/27831] New test case: gdb.base/add-symbol-file-attach.exp | Kevin Buettner | 2 | -0/+110 |
2023-08-30 | [gdb/testsuite] Fix gdb.dwarf2/nullptr_t.exp with cc-with-dwz-m | Tom de Vries | 1 | -1/+1 |
2023-08-29 | gdb/testsuite: recognize one more unsupported instruction in gdb.reverse/step... | Simon Marchi | 1 | -0/+3 |