aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-13gdb: Use initializers in lambda captures unconditionallyusers/lsix/try-require-c++17Lancelot Six2-13/+2
2023-10-13gdb/disasm.h: Mark callbacks noexcept unconditionallyLancelot Six1-21/+6
2023-10-13gdbsupport: Replace gdb::invoke_result with std::invoke_resultLancelot Six5-48/+10
2023-10-13gdbsupport: Remove gdb::string_viewLancelot Six76-6296/+0
2023-10-13gdb: Remove uses of gdb::to_string (const std::string_view &)Lancelot Six5-27/+24
2023-10-13gdb: Use std::string_view instead of gdb::string_viewLancelot Six30-123/+123
2023-10-13gdbsupport: remove gdb::optionalLancelot Six17-1975/+0
2023-10-13gdb: Replace gdb::optional with std::optionalLancelot Six147-412/+413
2023-10-13gdb: Use c++17 std::make_unique instead of gdb::make_uniqueLancelot Six20-37/+41
2023-10-13gdb/gdbsupport/gdbserver: Require c++17Lancelot Six11-88/+4573
2023-10-13gdb/ax_cxx_compile_stdcxx.m4: upgradeLancelot Six4-74/+184
2023-10-13RISC-V: Add support for numbered ISA mapping stringsJoseph Faulls1-1/+15
2023-10-12Move -lsocket check to common.m4Tom Tromey5-65/+177
2023-10-13Automatic date update in version.inGDB Administrator1-1/+1
2023-10-12Fix test suite failure in file-then-restart.expTom Tromey3-18/+19
2023-10-12bfd: add new bfd_cache_size() functionAndrew Burgess2-0/+19
2023-10-12bfd/cache: change type used to track cached BFDs from int to unsignedAndrew Burgess1-3/+4
2023-10-12Automatic date update in version.inGDB Administrator1-1/+1
2023-10-11[RFA] Fix for mcore simulatorJeff Law3-4/+56
2023-10-10gprofng: Use the correct application name in error messagesVladimir Mezentsev2-39/+40
2023-10-11Automatic date update in version.inGDB Administrator1-1/+1
2023-10-11gdb: LoongArch: Handle special struct in dummy callHui Li1-16/+189
2023-10-10gdb: add assertion when marking the remote async flagSimon Marchi1-1/+4
2023-10-10gdb: add remote_state::{is_async_p,can_async_p}Simon Marchi1-4/+16
2023-10-10gdb: make remote_state's async token privateSimon Marchi1-27/+44
2023-10-10gdb: remove trailing whitespaces in remote.cSimon Marchi1-10/+9
2023-10-10gdb: scope down registers_changed call in inferior::set_archSimon Marchi1-1/+4
2023-10-10gdb: remove target_gdbarchSimon Marchi93-504/+579
2023-10-10gdb: move set_target_gdbarch to inferior::set_archSimon Marchi4-20/+22
2023-10-10gdb: add inferior parameter to architecture_changed observableSimon Marchi3-4/+6
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi25-55/+63
2023-10-10asan: buffer overflow in elf32_arm_get_synthetic_symtabAlan Modra1-8/+16
2023-10-10asan: null dereference in read_and_display_attr_valueAlan Modra1-16/+9
2023-10-10asan: invalid free in bfd_init_section_compress_statusAlan Modra1-8/+8
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany6-0/+204
2023-10-10gdb/python: generalize serialize_mi_result()Jan Vrany3-176/+181
2023-10-10LoongArch/GAS: Add support for branch relaxationmengqinggang6-41/+367
2023-10-10[readelf] Handle .gdb_index section version 9Tom de Vries2-63/+119
2023-10-10[gdb/symtab] Add name_of_main and language_of_main to the DWARF indexMatheus Branco Borella6-13/+146
2023-10-10Automatic date update in version.inGDB Administrator1-1/+1
2023-10-09gdb_unique_ptr.h: Fix a typo in a commentJohn Baldwin1-1/+1
2023-10-09Fix: Null pointer dereference in ldlex.lNick Clifton2-1/+4
2023-10-09Fix: A potential null_pointer_deference bugNick Clifton2-0/+9
2023-10-09Fix: Null pointer dereference in elf32-i386.cNick Clifton2-0/+10
2023-10-09Fix: A potential bug of null pointer dereferenceNick Clifton2-1/+7
2023-10-09gdb/testsuite: match complete lines in gdb.base/maint.expAndrew Burgess1-2/+2
2023-10-09Automatic date update in version.inGDB Administrator1-1/+1
2023-10-08Update gdb/NEWS after GDB 14 branch creation.Joel Brobecker1-1/+3
2023-10-08Bump version to 15.0.50.DATE-git.Joel Brobecker2-2/+2
2023-10-08Add testsuits for new assembler option of mthin-add-sub.gdb-14-branchpointcailulu6-24/+131