aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-11x86: fold certain legacy/VEX table entriesJan Beulich2-305/+109
2023-07-11ld/PDB: fix off-by-1 in add_globals_ref()Jan Beulich1-1/+1
2023-07-11Automatic date update in version.inGDB Administrator1-1/+1
2023-07-10Remove target_closeTom Tromey5-37/+19
2023-07-10Update TUI window title when changedTom Tromey5-1/+25
2023-07-10Add Ada scope test for DAPTom Tromey4-0/+154
2023-07-10Handle typedefs in no-op pretty printersTom Tromey2-14/+15
2023-07-10Reimplement DAP stack traces using frame filtersTom Tromey5-104/+81
2023-07-10Simplify FrameVarsTom Tromey1-26/+1
2023-07-10Fix oversights in frame decorator codeTom Tromey1-4/+13