aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-25Revert "arc: Update ARC's Gnu Assembler backend with ARCv3 ISA."Claudiu Zissulescu6-563/+241
2023-09-25Revert "arc: Add new opcode functions for ARCv3 ISA."Claudiu Zissulescu15-3872/+3091
2023-09-25Revert "arc: New ARCv3 ISA instruction table"Claudiu Zissulescu1-11422/+0
2023-09-25Revert "arc: Update arc's gas tests"Claudiu Zissulescu17-53/+53
2023-09-25Revert "arc: Update NEWS files"Claudiu Zissulescu3-7/+0
2023-09-25Revert "arc: Update bfd arc pattern file to allow enable-targets=all"Claudiu Zissulescu1-9/+5
2023-09-25arc: Update bfd arc pattern file to allow enable-targets=allClaudiu Zissulescu1-5/+9
2023-09-25RISC-V: Protect .got with relroAndreas Schwab3-1/+5
2023-09-25arc: Update NEWS filesClaudiu Zissulescu3-0/+7
2023-09-25arc: Update arc's gas testsClaudiu Zissulescu17-53/+53
2023-09-25arc: New ARCv3 ISA instruction tableClaudiu Zissulescu1-0/+11422
2023-09-25arc: Add new opcode functions for ARCv3 ISA.Claudiu Zissulescu15-3091/+3872
2023-09-25arc: Update ARC's Gnu Assembler backend with ARCv3 ISA.Claudiu Zissulescu6-241/+563
2023-09-25arc: Update opcode related include files for ARCv3.Claudiu Zissulescu6-96/+452
2023-09-25arc: Add new linker emulation and scripts for ARCv3 ISA.Claudiu Zissulescu10-35/+103
2023-09-25arc: Add new ARCv3 ISA to BFD.Claudiu Zissulescu17-824/+1592
2023-09-25arc: Add new LD tests for ARCv3.Claudiu Zissulescu11-0/+183
2023-09-25arc: Add new GAS tests for ARCv3.Claudiu Zissulescu17-0/+920
2023-09-25arc: Update binutils arc predicate for tests.Claudiu Zissulescu1-1/+1
2023-09-25Automatic date update in version.inGDB Administrator1-1/+1
2023-09-24Automatic date update in version.inGDB Administrator1-1/+1
2023-09-23Automatic date update in version.inGDB Administrator1-1/+1
2023-09-22Update the NetBSD system call table to add memfd_create(2) and epoll(2).Frederic Cambus1-1/+6
2023-09-22fbsd-nat: Pacify gcc with no functional changesEnze Li1-5/+6
2023-09-22Remove keywords from target debug printer namesTom Tromey3-85/+86
2023-09-21gprofng: 30834 improve disassembly output for call and branch instructionsVladimir Mezentsev5-121/+185
2023-09-22Automatic date update in version.inGDB Administrator1-1/+1
2023-09-21ld: write resolved path to included file to dependency-fileThomas Weißschuh1-3/+4
2023-09-21Automatic date update in version.inGDB Administrator1-1/+1
2023-09-20Remove stray trailing "," from DAP breakpoint.pyTom Tromey1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey93-132/+129
2023-09-20gdb/dap: only include sourceReference if file path does not existGregory Anders2-9/+16
2023-09-20gdb/dap: use breakpoint fullname to resolve sourceGregory Anders1-3/+3
2023-09-20gdb/dap: ignore unused keyword args in step_outGregory Anders2-1/+8
2023-09-20gdb/dap: check for breakpoint source before unpackingGregory Anders2-8/+19
2023-09-20Run 'black' on printing.pyTom Tromey1-1/+5
2023-09-20gdb/tui: add 'set tui mouse-events off' to restore mouse selectionMatthew "strager" Glazar6-2/+52
2023-09-20[gdb/symtab] Error out for .debug_types section in dwz fileTom de Vries5-0/+143
2023-09-20PR30870, VMS_DEBUG compilation errorSong Mengzhi1-1/+1
2023-09-20Automatic date update in version.inGDB Administrator1-1/+1
2023-09-20readelf.c 'ext' may be used uninitializedAlan Modra1-1/+1
2023-09-20elf-attrs.c memory allocation failAlan Modra11-112/+199
2023-09-19Handle pointers and references correctly in DAPTom Tromey3-0/+153
2023-09-19Give a language to a typeTom Tromey9-94/+98
2023-09-19Add is_array_like and to_array to language_defnTom Tromey3-0/+34
2023-09-19Regularize some DWARF type initializationTom Tromey1-11/+13
2023-09-19Pass a type allocator to init_fixed_point_typeTom Tromey3-5/+5
2023-09-19Use gdb::checked_static_cast for catchpointsTom Tromey3-7/+9
2023-09-19Use gdb::checked_static_cast for code_breakpointTom Tromey2-3/+5
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey10-50/+61