aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-15gas: add new command line option --scfi=experimentalIndu Bhagat3-2/+44
2024-01-15gas: dw2gencfi: externalize the all_cfi_sectionsIndu Bhagat1-0/+2
2024-01-15gas: dw2gencfi: expose dot_cfi_sections for scfidw2genIndu Bhagat2-2/+5
2024-01-15gas: dw2gencfi: move some tc_* defines to the header fileIndu Bhagat2-12/+12
2024-01-15gas: dw2gencfi: expose a new cfi_set_last_fde APIIndu Bhagat2-3/+12
2024-01-15gas: dw2gencfi: use all_cfi_sections instead of cfi_sectionsIndu Bhagat1-4/+4
2024-01-15gas: dw2gencfi: minor rejig for cfi_sections_set and all_cfi_sectionsIndu Bhagat1-7/+2
2024-01-15Automatic date update in version.inGDB Administrator1-1/+1
2024-01-14[gdb/testsuite] Fix gdb.mi/mi-dprintf.exp with read1Tom de Vries1-3/+8
2024-01-14[gdb/testsuite] Fix gdb.cp/namespace.exp with read1Tom de Vries1-2/+3
2024-01-14Automatic date update in version.inGDB Administrator1-1/+1
2024-01-14gdb: RISC-V: Refine lr/sc sequence supportYang Liu1-39/+251
2024-01-14Add myself to gdb/MAINTAINERSYang Liu1-0/+1
2024-01-12gprofng: 30889 can't compile without large file supportVladimir Mezentsev1-0/+4
2024-01-13Automatic date update in version.inGDB Administrator1-1/+1
2024-01-12gprofng: fix 3 bugzillas against gp-display-htmlVladimir Mezentsev1-323/+763
2024-01-12sim: Fix compile errorsDimitar Dimitrov3-12/+12
2024-01-12bpf: fix relocation addend incorrect symbol valueDavid Faust5-14/+89
2024-01-12gdb/testsuite: fix failure in gdb.python/py-inferior.expAndrew Burgess1-13/+18
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess7407-7417/+7417
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