aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-12aarch64: Remove unused codeAndrew Carlotti1-34/+0
2024-01-12aarch64: Make FEAT_ASMv8p2 instruction aliases always availableAndrew Carlotti2-3/+3
2024-01-12aarch64: Add +xs flag for existing instructionsAndrew Carlotti6-2/+31
2024-01-12aarch64: Add +wfxt flag for existing instructionsAndrew Carlotti5-2/+143
2024-01-12aarch64: Add +rcpc2 flag for existing instructionsAndrew Carlotti6-14/+2254
2024-01-12aarch64: Add +flagm2 flag for existing instructionsAndrew Carlotti2-0/+2
2024-01-12aarch64: Add +frintts flag for existing instructionsAndrew Carlotti5-4/+16
2024-01-12aarch64: Add +jscvt flag for existing fjcvtzs instructionAndrew Carlotti4-2/+12
2024-01-12aarch64: Fix option parsing to disallow prefixes of valid optionsAndrew Carlotti4-1/+6
2024-01-12aarch64: Add +fcma alias for +compnumAndrew Carlotti2-0/+3
2024-01-12aarch64: Fix +lse feature flag dependencyAndrew Carlotti1-1/+1
2024-01-12gdb/doc: update examples in gdb.Progspace and gdb.Objfile docsAndrew Burgess1-7/+17
2024-01-12gdb/doc: add some notes on selecting suitable attribute namesAndrew Burgess1-0/+16
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess5-2/+73
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess4-1/+71
2024-01-12gdb/python: remove users ability to create gdb.Progspace objectsAndrew Burgess3-15/+12
2024-01-12gdb/python: add gdb.Frame.__repr__() methodAndrew Burgess2-1/+26
2024-01-12gdb/python: add gdb.InferiorThread.__repr__() methodAndrew Burgess3-3/+35
2024-01-12gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess11-11/+27
2024-01-12gdb: add trailing '/' when using 'complete' with directory namesAndrew Burgess5-52/+198
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess4-0/+46
2024-01-12[gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.expTom de Vries1-3/+1
2024-01-12gas: sframe: warn when skipping SFrame FDE generationIndu Bhagat3-13/+23
2024-01-12LoongArch: Fix relaxation overflow caused by section alignmentmengqinggang3-29/+100
2024-01-12x86: Fix indentation and use true/false instead of 1/0Cui, Lili1-14/+14
2024-01-12Automatic date update in version.inGDB Administrator1-1/+1
2024-01-11gdb: fix frame passed to gdbarch_value_to_register in value_assignSimon Marchi2-1/+88
2024-01-11[gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64leTom de Vries1-3/+3
2024-01-11[gdb/testsuite] Extend gdb.base/kill-during-detach.expTom de Vries3-1/+45
2024-01-11LoongArch: ld: Adjusted some code order in relax.exp.changjiachen1-149/+149
2024-01-11LoongArch: Discard extra spaces in objdump outputLulu Cai7-14/+19
2024-01-11sim: ppc: return register error when unhandledMike Frysinger1-4/+2
2024-01-10sim: m32r: enable warnings in traps.cMike Frysinger2-4/+0
2024-01-10sim: m32r: fixup some of the int<->pointer castsMike Frysinger4-31/+94
2024-01-10sim: m32r: fix missing break statementMike Frysinger1-0/+1
2024-01-10sim: m32r: migrate ftime() to clock_gettime()Mike Frysinger1-5/+8
2024-01-10sim: m32r: cleanup unused variablesMike Frysinger1-3/+1
2024-01-10sim: igen: add printf attributes to the prototypes tooMike Frysinger1-4/+4
2024-01-10gdbsupport: tighten up libiberty code a bit with dnlMike Frysinger5-17/+7
2024-01-10sim: build: switch to gdbsupport/libiberty.m4Mike Frysinger5-13/+411
2024-01-10sim: ppc: rework defines.h to handle HAVE symbols defined to 0Mike Frysinger2-2/+2
2024-01-10gdb: libiberty: switch to AC_CHECK_DECLS_ONCEMike Frysinger4-177/+211
2024-01-10gdb: move libiberty.m4 to gdbsupportMike Frysinger5-6/+7
2024-01-11Automatic date update in version.inGDB Administrator1-1/+1
2024-01-10gprofng: add an examples directoryVladimir Mezentsev8-0/+1115
2024-01-10gprofng: 31123 improvements to hardware event implementationVladimir Mezentsev8-247/+293
2024-01-10Fix AIX catchpoint warning during fork () eventAditya Vidyadhar Kamath1-0/+16
2024-01-10Sync top level configure and makefilesNick Clifton5-23/+1114
2024-01-10gas: aarch64: Add system registers for Debug and PMU extensionsSaurabh Jha5-0/+207
2024-01-10[gdb] Fix assertion failure for checkpoint delete 0Tom de Vries2-0/+25