Age | Commit message (Expand) | Author | Files | Lines |
2023-02-09 | Increase size of main_type::nfields | Tom Tromey | 1 | -0/+67 |
2023-01-26 | Use clean_restart in gdb.dwarf2 | Tom Tromey | 7 | -22/+7 |
2023-01-26 | Use mi_clean_restart more | Tom Tromey | 1 | -9/+2 |
2023-01-26 | [gdb/testsuite] Add and use is_x86_64_m64_target | Tom de Vries | 17 | -50/+17 |
2023-01-25 | Use require with is_remote | Tom Tromey | 9 | -28/+10 |
2023-01-25 | Add unsupported calls where needed | Tom Tromey | 1 | -0/+1 |
2023-01-20 | gdb/dwarf: fix UBsan crash in read_subrange_type | Simon Marchi | 1 | -0/+22 |
2023-01-20 | gdb/testsuite: add test for negative subrange bounds with unsigned form | Simon Marchi | 1 | -0/+25 |
2023-01-13 | Rename to allow_shlib_tests | Tom Tromey | 2 | -2/+2 |
2023-01-13 | Rename to allow_python_tests | Tom Tromey | 2 | -4/+4 |
2023-01-13 | Rename to allow_fortran_tests | Tom Tromey | 1 | -1/+1 |
2023-01-13 | Rename to allow_cplus_tests and allow_stl_tests | Tom Tromey | 18 | -18/+18 |
2023-01-13 | Use "require" for Python tests | Tom Tromey | 1 | -7/+1 |
2023-01-13 | Use require is_c_compiler_gcc | Tom Tromey | 19 | -67/+19 |
2023-01-13 | Use require !use_gdb_stub | Tom Tromey | 1 | -4/+1 |
2023-01-13 | Use require !skip_fortran_tests | Tom Tromey | 1 | -3/+1 |
2023-01-13 | Use require !skip_shlib_tests | Tom Tromey | 2 | -8/+2 |
2023-01-13 | Use require !skip_cplus_tests | Tom Tromey | 18 | -28/+18 |
2023-01-13 | Use require is_x86_like_target | Tom Tromey | 5 | -21/+5 |
2023-01-13 | Use require dwarf2_support | Tom Tromey | 203 | -620/+203 |
2023-01-13 | Change 'require' to accept a list of predicates | Tom Tromey | 3 | -3/+3 |
2023-01-13 | Don't use ensure_gdb_index with require | Tom Tromey | 4 | -4/+16 |
2023-01-10 | gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type. | Rohr, Stephan | 1 | -1/+51 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 434 | -434/+434 |
2022-12-05 | gdb/testsuite: remove perror calls when failing to run | Simon Marchi | 2 | -2/+0 |
2022-12-01 | Add name canonicalization for C | Tom Tromey | 1 | -3/+3 |
2022-11-28 | gdb/testsuite: remove use of then keyword from gdb.*/*.exp scripts | Andrew Burgess | 5 | -6/+6 |
2022-11-28 | gdb/testsuite: fail if gdb_start_cmd fails | Simon Marchi | 1 | -1/+6 |
2022-11-26 | [gdb/symtab] Handle failure to open .gnu_debugaltlink file | Tom de Vries | 1 | -0/+48 |
2022-11-22 | gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp | Bruno Larsen | 1 | -3/+0 |
2022-11-03 | gdb: Fix issue with Clang CLI macros | Bruno Larsen | 2 | -0/+118 |
2022-10-25 | [gdb/testsuite] Handle missing .note.GNU-stack | Tom de Vries | 54 | -0/+54 |
2022-10-19 | gdb/testsuite: avoid creating files in gdb/testsuite directory | Andrew Burgess | 1 | -1/+1 |
2022-10-14 | [gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with clang | Tom de Vries | 1 | -1/+1 |
2022-10-13 | [gdb/testsuite] Fix gdb.dwarf2/entry-value-typedef.exp with -m32 | Tom de Vries | 1 | -1/+1 |
2022-10-12 | [gdb/testsuite] Silence warnings about obsolete -gstabs | Tom de Vries | 1 | -1/+1 |
2022-10-12 | [gdb/testsuite] Remove unnecessary perror in some test-cases | Tom de Vries | 2 | -2/+0 |
2022-10-07 | [gdb/testsuite] Fix DUPLICATEs with remote-gdbserver-on-localhost | Tom de Vries | 1 | -60/+64 |
2022-10-04 | [gdb/symtab] Don't complain about function decls | Tom de Vries | 2 | -0/+64 |
2022-10-04 | [gdb/symtab] Don't complain about inlined functions | Tom de Vries | 2 | -0/+66 |
2022-09-30 | [gdb/testsuite] Add aranges to gdb.dwarf2/dw2-dir-file-name.exp | Tom de Vries | 1 | -0/+16 |
2022-09-26 | [gdb/testsuite] Fix gdb.dwarf2/dw2-unspecified-type-foo.c with -m32 | Tom de Vries | 1 | -0/+1 |
2022-09-17 | [gdb/symtab] Fix "file index out of range" complaint | Tom de Vries | 2 | -0/+49 |
2022-09-16 | [gdb/symtab] Handle named DW_TAG_unspecified_type DIE | Tom de Vries | 2 | -0/+68 |
2022-09-16 | [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for aarch64 | Tom de Vries | 1 | -5/+12 |
2022-09-12 | [gdb/symtab] Support .gdb_index section with TUs in .debug_info | Tom de Vries | 2 | -0/+70 |
2022-09-12 | [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for ppc64le | Tom de Vries | 1 | -4/+4 |
2022-09-12 | [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp with clang | Tom de Vries | 2 | -23/+62 |
2022-09-11 | [gdb/symtab] Fix handling of DW_TAG_unspecified_type | Tom de Vries | 3 | -0/+119 |
2022-09-06 | [gdb/symtab] Support .debug_names section with TUs in .debug_info | Tom de Vries | 3 | -77/+114 |