aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-06-24gdb/doc: fix parallel build of refcard related targetsAndrew Burgess1-19/+20
2024-06-24gdb/doc: also look in srcdir when running TEXI2PODAndrew Burgess1-1/+1
2024-06-24gdb/doc: allow for version.subst in the source treeAndrew Burgess1-4/+14
2024-06-24gdb/doc: merge rules for building .1 and .5 man pagesAndrew Burgess1-14/+9
2024-06-24gdb/doc: don't try to copy GDBvn.texi from the source treeAndrew Burgess1-17/+0
2024-06-24gdb/i386: fix tdesc rejection issue for targets without PTRACE_GETREGSETAndrew Burgess2-13/+10
2024-06-21gdb/testsuite: analyze-racy-logs.py cleanupSimon Marchi1-9/+8
2024-06-21[gdb/testsuite] Fix regexp in gdb.threads/stepi-over-clone.expTom de Vries1-1/+1
2024-06-21[gdb/tdep] Fix gdb.base/watchpoint-running.exp on {arm,ppc64le}-linuxPedro Alves5-24/+49
2024-06-20Handle "info symbol" in Rust language modeTom Tromey3-4/+102
2024-06-20[gdb/testsuite] Fix gdb.python/py-format-address.exp on armTom de Vries1-2/+18
2024-06-20[gdb/testsuite] Fix duplicates in gdb.base/watchpoint-unaligned.expTom de Vries1-1/+1
2024-06-20[gdb/testsuite] Fix duplicates in gdb.opt/inline-cmds.expTom de Vries1-12/+12
2024-06-20[gdb/testsuite] Fix duplicates in gdb.fortran/huge.expTom de Vries1-2/+4
2024-06-20Revert "Remove LIBINTL_DEP"Alan Modra2-3/+6
2024-06-20Remove LIBINTL_DEPAlan Modra2-6/+3
2024-06-19[gdb/build] Redo poisoning of PyObject_CallMethodTom de Vries1-3/+5
2024-06-19[gdb/symtab] Fix target type of complex long double on armTom de Vries2-1/+253
2024-06-19gdb/python/python-internal.h: avoid uninitialized constexprLancelot SIX1-6/+18
2024-06-19[gdb/testsuite] Fix gdb.dwarf2/shortpiece.exp on s390xTom de Vries1-1/+3
2024-06-19[gdb/testsuite] Add string cat for tcl version < 8.6.2Tom de Vries2-7/+45
2024-06-19[gdb/tdep] Simplify ARM_LINUX_JB_PC_EABITom de Vries2-21/+13
2024-06-18[gdb/build] Add GPL header comment to gdb/features/feature_to_c.awkTom de Vries1-0/+17
2024-06-18gdb: rename offset to high bits in ymm registersFelix Willgerodt1-9/+10
2024-06-17[gdb/testsuite] Fix duplicates in gdb.fortran/array-{indices,repeat}.expTom de Vries2-28/+40
2024-06-15Make tui_register_info::highlight privateTom Tromey2-12/+14
2024-06-15Remove a call to fflushTom Tromey1-1/+0
2024-06-15[gdb/build] Cleanup gdb/features/feature_to_c.shTom de Vries2-34/+52
2024-06-15[gdb/testsuite] Clean up lib/dg-add-core-file-count.shTom de Vries1-1/+1
2024-06-15[gdb/testsuite] Clean up formatting in gdb/contrib/cc-with-tweaks.shTom de Vries1-20/+20
2024-06-15[gdb/testsuite] Clean up gdb/contrib/cc-with-tweaks.shTom de Vries1-14/+19
2024-06-15[gdb/testsuite] Clean up gdb/contrib/expect-read1.shTom de Vries1-5/+20
2024-06-14Simplify ada_lookup_encoded_symbolTom Tromey3-19/+12
2024-06-14Introduce language_defn::lookup_symbol_localTom Tromey5-13/+56
2024-06-14Remove an unnecessary null check from lookup_local_symbolTom Tromey1-1/+1
2024-06-14Simplify lookup_local_symbolTom Tromey1-8/+3
2024-06-14Examine template symbols in lookup_local_symbolTom Tromey3-33/+22
2024-06-14Move search_symbol_list to symtab.cTom Tromey3-17/+20
2024-06-14Rename is_cplus_template_functionTom Tromey2-3/+7
2024-06-14gdb/aarch64: prevent crash from in process agentAndrew Burgess2-0/+68
2024-06-14gdb/gdbserver: share x86/linux tdesc cachingAndrew Burgess10-57/+510
2024-06-14gdb/gdbserver: share some code relating to target description creationAndrew Burgess11-93/+257
2024-06-14gdb: move xcr0 == 0 check into i386_linux_core_read_descriptionAndrew Burgess1-7/+8
2024-06-14gdb/x86: move reading of cs and ds state into gdb/nat directoryAndrew Burgess3-37/+83
2024-06-14gdb: move have_ptrace_getregset declaration into gdb/nat directoryAndrew Burgess3-4/+4
2024-06-14gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directoryAndrew Burgess6-32/+56
2024-06-14gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definitionAndrew Burgess1-20/+0
2024-06-13Add gdbpy_call_method overloads for gdbpy_ref<>Tom Tromey2-5/+14
2024-06-13Return gdbpy_ref<> from gdbpy_call_methodTom Tromey6-29/+29
2024-06-13[gdb/testsuite] Add gdb.base/fission-macro.expTom de Vries3-0/+129