aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-08Automatic date update in version.inGDB Administrator1-1/+1
2023-09-08testsuite, fortran: make kfail gfortran specificNils-Christian Kempke1-1/+3
2023-09-08testsuite, fortran: adapt tests for ifort's 'start' behaviorNils-Christian Kempke2-16/+8
2023-09-08testsuite, fortran: Remove self assignment non-statementsNils-Christian Kempke3-7/+8
2023-09-08testsuite, fortran: make mixed-lang-stack less compiler dependentNils-Christian Kempke1-1/+8
2023-09-08gdb: add Abdul Basit Ijaz to gdb/MAINTAINERSIjaz, Abdul B1-0/+1
2023-09-08kvx: Add a testcase for bundles with KVXMAXBUNDLEWORDS syllablesPaul Iannetta3-0/+53
2023-09-08PR30793, kvx_reassemble_bundle index 8 out of boundsAlan Modra1-46/+29
2023-09-07Fix bug in -var-evaluate-expressionTom Tromey4-1/+26
2023-09-07Remove variable_default_displayTom Tromey1-11/+1
2023-09-07Remove dead code from varobj_set_display_formatTom Tromey1-14/+1
2023-09-07Allow pretty-printer 'children' method to return stringsTom Tromey4-0/+113
2023-09-07[gdb/symtab] Fix gdb-index writing for .debug_typesTom de Vries1-7/+3
2023-09-07[gdb/ada] Extend type equivalence test in ada_resolve_enumTom de Vries1-3/+18
2023-09-07[gdb/ada] Move identical enums handling laterTom de Vries2-15/+22
2023-09-07Simplify block_find_symbolTom Tromey4-75/+27
2023-09-07gdb/mi: make current_token a field of mi_interpSimon Marchi4-14/+19
2023-09-07gdb: fix indentation in mi/mi-parse.hSimon Marchi1-59/+59
2023-09-07Add testcase for generation of 32/64_PCREL.cailulu4-0/+204
2023-09-07Use 32/64_PCREL to replace a pair of ADD32/64 and SUB32/64.cailulu2-12/+22
2023-09-07RISC-V: Clarify the naming rules of vendor operands.Nelson Chu5-233/+250
2023-09-06gold: Use char16_t, char32_t instead of uint16_t, uint32_t as character typesRoland McGrath4-6/+22
2023-09-07Automatic date update in version.inGDB Administrator1-1/+1
2023-09-07PR30828, notes obstack memory corruptionAlan Modra1-2/+6
2023-09-06[gdb/testsuite] Fix gdb.ada/same_enum.expTom de Vries2-2/+4
2023-09-06[gdb/symtab] Fix too many symbols in gdbpy_lookup_static_symbolsTom de Vries1-2/+5
2023-09-06[gdb/symtab] Handle PU in iterate_over_some_symtabsTom de Vries1-0/+4
2023-09-06src-release.sh (SIM_SUPPORT_DIRS): Add libsframe, libctf/swap.h and gnulibHans-Peter Nilsson1-1/+1
2023-09-06Automatic date update in version.inGDB Administrator1-1/+1
2023-09-05Fix 30808 gprofng tests failedVladimir Mezentsev2-11/+14
2023-09-05gdb/testsuite: Make hook-stop.exp ignore termination message from GDB stubSandra Loosemore1-1/+1
2023-09-05gdb/testsuite: Disable some tests that are broken on remote Windows hostSandra Loosemore3-0/+9
2023-09-05gdb/testsuite: Adjust some testcases to allow Windows pathnamesSandra Loosemore4-21/+32
2023-09-05gdb/testsuite: Fix style.exp failures on targets without argc/argv supportSandra Loosemore1-5/+18
2023-09-05Handle array- and string-like values in no-op pretty printersTom Tromey8-3/+412
2023-09-05Add new Python APIs to support DAP value displayTom Tromey4-0/+126
2023-09-05Select frame when fetching a frame variable in DAPTom Tromey2-3/+12
2023-09-05Introduce type::is_array_like and value_to_arrayTom Tromey4-0/+46
2023-09-05Use ada_value_subscript in valpy_getitemTom Tromey2-0/+4
2023-09-05Introduce TYPE_SPECIFIC_RUST_STUFFTom Tromey3-2/+25
2023-09-05Refactor Rust code for slice-to-array operationTom Tromey2-9/+35
2023-09-05Move rust_language::lookup_symbol_nonlocalTom Tromey2-31/+38
2023-09-05gdb/riscv: Fix oob memory access when printing info registersCiaran Woodward1-1/+1
2023-09-05Read Ada main name from executable, not inferiorTom Tromey6-3/+132
2023-09-05Avoid crash with Ada and -fdata-sectionsTom Tromey3-1/+55
2023-09-05readelf: Add option to display the names of sections referenced by symbols.Nick Clifton4-195/+366
2023-09-05RISC-V: fold duplicate code in vector_macro()Jan Beulich3-43/+7
2023-09-05RISC-V: Add stub support for the 'Svadu' extensionTsukasa OI1-0/+2
2023-09-05RISC-V: Fix typo in the testsuiteTsukasa OI1-1/+1
2023-09-05RISC-V: Add 'Smcntrpmf' extension and its CSRsTsukasa OI14-50/+228