aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-23RISC-V: Add floating-point arithmetic instructions for T-Head VECTOR vendor e...Jin Ma4-0/+480
2023-11-23RISC-V: Add fixed-point arithmetic instructions for T-Head VECTOR vendor exte...Jin Ma4-0/+226
2023-11-23RISC-V: Add integer arithmetic instructions for T-Head VECTOR vendor extensionJin Ma4-0/+812
2023-11-23RISC-V: Add sub-extension XTheadZvamo for T-Head VECTOR vendor extensionJin Ma7-1/+221
2023-11-23RISC-V: Add load/store segment instructions for T-Head VECTOR vendor extensionJin Ma4-0/+2157
2023-11-23RISC-V: Add load/store instructions for T-Head VECTOR vendor extensionJin Ma4-0/+345
2023-11-23RISC-V: Add configuration-setting instructions for T-Head VECTOR vendor exten...Jin Ma3-0/+19
2023-11-23RISC-V: Add CSRs for T-Head VECTOR vendor extensionJin Ma7-2/+76
2023-11-23RISC-V: Add T-Head VECTOR vendor extension.Jin Ma7-0/+26
2023-11-23Automatic date update in version.inGDB Administrator1-1/+1
2023-11-22Fix AIX thr!= NULL assertion failure during fork.Aditya Vidyadhar Kamath1-8/+20
2023-11-22[gdb/tui] Fix resizing of terminal to 1 or 2 linesTom de Vries3-3/+34
2023-11-22[gdb/tui] Allow command window of 1 or 2 linesTom de Vries2-0/+41
2023-11-22[gdb/python] Don't import curses.ascii module unless necessaryTom de Vries1-2/+12
2023-11-22gdbserver: cleanup monitor_show_helpAndrew Burgess1-3/+1
2023-11-22LoongArch: fix internal error when as handling unsupported modifier.Lulu Cai5-4/+13
2023-11-22Automatic date update in version.inGDB Administrator1-1/+1
2023-11-21Simplify C++ type-printingTom Tromey2-112/+30
2023-11-21Use enum accessibility in types and member functionsTom Tromey3-19/+20
2023-11-21Remove char-based bitfield macrosTom Tromey1-9/+0
2023-11-21Remove some type field accessor macrosTom Tromey9-60/+40
2023-11-21Remove some QUIT calls from need_access_label_pTom Tromey1-7/+0
2023-11-21Add field::is_publicTom Tromey1-1/+5
2023-11-21Remove byte vectors from cplus_struct_typeTom Tromey5-275/+122
2023-11-21Print field accessibility inlineTom Tromey1-1/+12
2023-11-21Use .def file to stringify type codesTom Tromey1-81/+18
2023-11-21bpf: Fixed register parsing disambiguating with possible symbol.Cupertino Miranda2-0/+7
2023-11-21[opcodes] ARC + PPC: Fix -Walloc-size warningsJan-Benedict Glaw2-2/+2
2023-11-21gdb: fix build of darwin-nat.cSimon Marchi1-1/+1
2023-11-21Refactor DAP queue handlingTom Tromey2-10/+11
2023-11-21[gdb/tdep] Handle memory error in s390_linux_get_syscall_numberTom de Vries1-3/+12
2023-11-21[gdb/testsuite] Fix spurious FAILs with examine-backward.exp, againTom de Vries2-20/+33
2023-11-21gdb: Use initializers in lambda captures unconditionallyLancelot Six2-13/+2
2023-11-21gdb/disasm.h: Mark callbacks noexcept unconditionallyLancelot Six1-21/+6
2023-11-21gdbsupport: Replace gdb::invoke_result with std::invoke_resultLancelot Six5-48/+10
2023-11-21gdbsupport: Remove gdb::string_viewLancelot Six76-6296/+0
2023-11-21gdb: Remove uses of gdb::to_string (const std::string_view &)Lancelot Six6-33/+24
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six31-123/+133
2023-11-21gdbsupport: remove gdb::optionalLancelot Six17-1975/+0
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six147-416/+417
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six26-47/+34
2023-11-21Fix: symbols eliminated by --gc-sections still trigger warnings for gnu.warni...Nick Clifton1-6/+6
2023-11-21[gdb/tdep] Fix catching syscall execve exit for armTom de Vries1-4/+38
2023-11-21Fix: symbols eliminated by --gc-sections still trigger warnings for gnu.warni...Nick Clifton4-0/+67
2023-11-21Fix gdb.bas/sigall.exp testcase in AIX.Aditya Vidyadhar Kamath1-5/+2
2023-11-21gdb: Fix segfault with a big .dynamic section sizeFelix Willgerodt1-2/+4
2023-11-21Automatic date update in version.inGDB Administrator1-1/+1
2023-11-20Restore .gdb_index v9 display in readelfTom Tromey1-8/+49
2023-11-20PowerPC: Fix test gdb.ada/finish-large.expCarl Love1-1/+7
2023-11-20libctf: adding CU mappings should be idempotentNick Alcock1-2/+16