aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-15gdb: style filenames in separate debug file warningsAndrew Burgess11-53/+167
2023-07-15[gdb/testsuite] Fix gdb.dwarf2/forward-spec.exp with read1Tom de Vries1-2/+2
2023-07-15Automatic date update in version.inGDB Administrator1-1/+1
2023-07-14Use correct inferior in Inferior.read_memory et alTom Tromey2-7/+63
2023-07-14Introduce scoped_restore_current_inferior_for_memoryTom Tromey3-22/+35
2023-07-14Remove obsolete comment from gdbthread.hTom Tromey1-1/+1
2023-07-14Rename Python variable in py-inferior.expTom Tromey1-5/+6
2023-07-14Refactor py-inferior.expTom Tromey1-14/+29
2023-07-14Minor cleanups in py-inferior.expTom Tromey1-4/+3
2023-07-14Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component"Tom Tromey5-21/+121
2023-07-14Test that native targets can read a tdesc without a process attached.John Baldwin1-0/+27
2023-07-14Add a have_native_target helper function for use with require.John Baldwin2-17/+15
2023-07-14*-linux-nat: Handle null inferior in read_description.John Baldwin7-0/+22
2023-07-14*-fbsd-nat: Handle null inferior in read_description.John Baldwin4-0/+12
2023-07-15Re: Let '^' through the lexerTobias Burnus1-1/+1
2023-07-14gdb/doc: document '+' argument for 'list' commandBruno Larsen2-0/+4
2023-07-14gdb/cli: Improve UX when using list with no argsBruno Larsen6-9/+48
2023-07-14gdb/cli: add '.' as an argument for 'list' commandBruno Larsen5-3/+78
2023-07-14gdb/cli: Factor out code to list lines around a given lineBruno Larsen1-13/+23
2023-07-13gprofng: 30602 [2.41] gprofng test hangs on i686-linux-gnuVladimir Mezentsev9-58/+44
2023-07-14Make the default gas symbol hash table largerAlan Modra1-1/+1
2023-07-14Fix loongarch build with gcc-4.5Alan Modra1-1/+1
2023-07-14More tidies to objcopy archive handlingAlan Modra1-28/+32
2023-07-14AIX_WEAK_SUPPORTAlan Modra6-17/+26
2023-07-14Automatic date update in version.inGDB Administrator1-1/+1
2023-07-13Implement 'Enum_Val and 'Enum_RepTom Tromey6-16/+99
2023-07-13Remove ada_attribute_nameTom Tromey1-32/+9
2023-07-13Let '^' through the lexerMichael Matz2-16/+21
2023-07-13elf_object_p load of dynamic symbolsAlan Modra1-15/+26
2023-07-13Automatic date update in version.inGDB Administrator1-1/+1
2023-07-12[gdb/tui] Assume HAVE_WBORDERTom de Vries4-9/+2
2023-07-12[gdb/tui] Make translate return entry->value instead of entryTom de Vries1-13/+11
2023-07-12[gdb/tui] Merge tui border-kind corner translation tablesTom de Vries1-25/+7
2023-07-12[gdb/tui] Introduce translate_acsTom de Vries1-25/+34
2023-07-12[gdb/tui] Remove default entries in TUI translation tablesTom de Vries1-21/+10
2023-07-12.noinit and .persistent for msp430Alan Modra1-14/+11
2023-07-12.noinit and .persistent alignmentAlan Modra1-4/+2
2023-07-12Re: Align linkerscript symbols according to ABIAlan Modra1-1/+2
2023-07-12Re: Keeping track of rs6000-coff archive element pointersAlan Modra2-19/+44
2023-07-12Automatic date update in version.inGDB Administrator1-1/+1
2023-07-11Remove some TODOs from gdb.cp testsTom Tromey5-99/+15
2023-07-11x86: simplify table-referencing macrosJan Beulich1-17/+15
2023-07-11x86: convert 0FXOP to just XOP in enumerator namesJan Beulich1-304/+304
2023-07-11x86: misc further register-only insns don't need to go through mod_table[]Jan Beulich4-163/+77
2023-07-11x86: various operations on mask registers can avoid going through mod_table[]Jan Beulich8-710/+590
2023-07-11x86: slightly rework handling of some register-only insnsJan Beulich2-62/+53
2023-07-11x86: SIMD shift-by-immediate don't need to go through mod_table[]Jan Beulich1-54/+18
2023-07-11x86: misc further memory-only insns don't need to go through mod_table[]Jan Beulich8-319/+128
2023-07-11x86: {,V}MOVNT* don't need to go through mod_table[]Jan Beulich3-64/+18
2023-07-11x86: fold legacy/VEX {,V}MOV{H,L}* entriesJan Beulich2-68/+34