Age | Commit message (Expand) | Author | Files | Lines |
2023-09-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+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-08 | gdb: add Abdul Basit Ijaz to gdb/MAINTAINERS | Ijaz, Abdul B | 1 | -0/+1 |
2023-09-08 | kvx: Add a testcase for bundles with KVXMAXBUNDLEWORDS syllables | Paul Iannetta | 3 | -0/+53 |
2023-09-08 | PR30793, kvx_reassemble_bundle index 8 out of bounds | Alan Modra | 1 | -46/+29 |
2023-09-07 | Fix bug in -var-evaluate-expression | Tom Tromey | 4 | -1/+26 |
2023-09-07 | Remove variable_default_display | Tom Tromey | 1 | -11/+1 |
2023-09-07 | Remove dead code from varobj_set_display_format | Tom Tromey | 1 | -14/+1 |
2023-09-07 | Allow pretty-printer 'children' method to return strings | Tom Tromey | 4 | -0/+113 |
2023-09-07 | [gdb/symtab] Fix gdb-index writing for .debug_types | Tom de Vries | 1 | -7/+3 |
2023-09-07 | [gdb/ada] Extend type equivalence test in ada_resolve_enum | Tom de Vries | 1 | -3/+18 |
2023-09-07 | [gdb/ada] Move identical enums handling later | Tom de Vries | 2 | -15/+22 |
2023-09-07 | Simplify block_find_symbol | Tom Tromey | 4 | -75/+27 |
2023-09-07 | gdb/mi: make current_token a field of mi_interp | Simon Marchi | 4 | -14/+19 |
2023-09-07 | gdb: fix indentation in mi/mi-parse.h | Simon Marchi | 1 | -59/+59 |
2023-09-07 | Add testcase for generation of 32/64_PCREL. | cailulu | 4 | -0/+204 |
2023-09-07 | Use 32/64_PCREL to replace a pair of ADD32/64 and SUB32/64. | cailulu | 2 | -12/+22 |
2023-09-07 | RISC-V: Clarify the naming rules of vendor operands. | Nelson Chu | 5 | -233/+250 |
2023-09-06 | gold: Use char16_t, char32_t instead of uint16_t, uint32_t as character types | Roland McGrath | 4 | -6/+22 |
2023-09-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-09-07 | PR30828, notes obstack memory corruption | Alan Modra | 1 | -2/+6 |
2023-09-06 | [gdb/testsuite] Fix gdb.ada/same_enum.exp | Tom de Vries | 2 | -2/+4 |
2023-09-06 | [gdb/symtab] Fix too many symbols in gdbpy_lookup_static_symbols | Tom de Vries | 1 | -2/+5 |
2023-09-06 | [gdb/symtab] Handle PU in iterate_over_some_symtabs | Tom de Vries | 1 | -0/+4 |
2023-09-06 | src-release.sh (SIM_SUPPORT_DIRS): Add libsframe, libctf/swap.h and gnulib | Hans-Peter Nilsson | 1 | -1/+1 |
2023-09-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-09-05 | Fix 30808 gprofng tests failed | Vladimir Mezentsev | 2 | -11/+14 |
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 | 8 | -3/+412 |
2023-09-05 | Add new Python APIs to support DAP value display | Tom Tromey | 4 | -0/+126 |
2023-09-05 | Select frame when fetching a frame variable in DAP | Tom Tromey | 2 | -3/+12 |
2023-09-05 | Introduce type::is_array_like and value_to_array | Tom Tromey | 4 | -0/+46 |
2023-09-05 | Use ada_value_subscript in valpy_getitem | Tom Tromey | 2 | -0/+4 |
2023-09-05 | Introduce TYPE_SPECIFIC_RUST_STUFF | Tom Tromey | 3 | -2/+25 |
2023-09-05 | Refactor Rust code for slice-to-array operation | Tom Tromey | 2 | -9/+35 |
2023-09-05 | Move rust_language::lookup_symbol_nonlocal | Tom Tromey | 2 | -31/+38 |
2023-09-05 | gdb/riscv: Fix oob memory access when printing info registers | Ciaran Woodward | 1 | -1/+1 |
2023-09-05 | Read Ada main name from executable, not inferior | Tom Tromey | 6 | -3/+132 |
2023-09-05 | Avoid crash with Ada and -fdata-sections | Tom Tromey | 3 | -1/+55 |
2023-09-05 | readelf: Add option to display the names of sections referenced by symbols. | Nick Clifton | 4 | -195/+366 |
2023-09-05 | RISC-V: fold duplicate code in vector_macro() | Jan Beulich | 3 | -43/+7 |
2023-09-05 | RISC-V: Add stub support for the 'Svadu' extension | Tsukasa OI | 1 | -0/+2 |
2023-09-05 | RISC-V: Fix typo in the testsuite | Tsukasa OI | 1 | -1/+1 |
2023-09-05 | RISC-V: Add 'Smcntrpmf' extension and its CSRs | Tsukasa OI | 14 | -50/+228 |