aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-04PR30697, ppc32 mix of local-dynamic and global-dynamic TLSAlan Modra4-9/+37
2023-08-04gdb/testsuite: Disable gdb.compile when testing with clangBruno Larsen16-4/+32
2023-08-04Automatic date update in version.inGDB Administrator1-1/+1
2023-08-03[gdb/symtab] Remove superfluous handling of Ada main in write_cooked_indexTom de Vries1-21/+6
2023-08-03Remove f-string from DAPTom Tromey1-1/+1
2023-08-03Use frame.name() in FrameDecoratorTom Tromey2-12/+12
2023-08-03gdb: avoid double stop after failed breakpoint condition checkAndrew Burgess5-23/+152
2023-08-03Remove PEI_HEADERS defineTom Tromey14-27/+36
2023-08-03readelf sprintf optimisationAlan Modra1-721/+1050
2023-08-03binutils sprintf optimisationAlan Modra7-70/+68
2023-08-03cris: sprintf optimisationAlan Modra1-19/+10
2023-08-03arm: sanitizer stringop-overflowAlan Modra1-2/+8
2023-08-03xtensa: sprintf sanitizer null destination pointerAlan Modra1-7/+4
2023-08-03ld: sprintf sanitizer null destination pointerAlan Modra9-25/+42
2023-08-03gprof: sprintf sanitizer null destination pointerAlan Modra1-8/+4
2023-08-03resrc: sprintf sanitizer null destination pointerAlan Modra1-15/+9
2023-08-03dlltool: sprintf sanitizer null destination pointerAlan Modra1-3/+5
2023-08-03wrstabs: sprintf sanitizer null destination pointerAlan Modra1-5/+9
2023-08-03cris: sprintf sanitizer null destination pointerAlan Modra1-6/+1
2023-08-03objdump, nm: sprintf sanitizer null destination pointerAlan Modra2-22/+32
2023-08-03gdb: fix possible nullptr dereference in a remote_debug_printf callAndrew Burgess1-2/+2
2023-08-03 Fix Wlto-type-mismatch in opcodes/ft32-dis.cTom de Vries1-1/+1
2023-08-03RISC-V: Add support for 'Zvfh' and 'Zvfhmin'Tsukasa OI1-0/+5
2023-08-03RISC-V: Imply 'Zicsr' from 'Zve32x'Tsukasa OI1-0/+1
2023-08-03Automatic date update in version.inGDB Administrator1-1/+1
2023-08-02[gdb] Initialize main_thread_id earlierTom de Vries2-1/+25
2023-08-02[gdb/dap] Disable DAP for python <= 3.5Tom de Vries2-0/+28
2023-08-02Avoid failures in fixed_points.exp with older GCCTom Tromey1-2/+5
2023-08-02Revert "2.41 Release sources"Sam James288-159122/+20767
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton288-20767/+159122
2023-08-01gprofng: Fix build with 64bit file offset on 32bit machinesKhem Raj1-3/+6
2023-08-02Automatic date update in version.inGDB Administrator1-1/+1
2023-08-02Don't declare xmalloc and others in ldmisc.hAlan Modra7-7/+10
2023-08-02Don't declare xmalloc or xrealloc in bucomm.hAlan Modra3-6/+2
2023-08-02Regen ld/configureAlan Modra1-1/+1
2023-08-01Implement DAP "source" requestTom Tromey4-4/+97
2023-08-01Handle Source in DAP breakpointLocationsTom Tromey2-8/+20
2023-08-01Introduce sourceReference handling in DAPTom Tromey3-20/+41
2023-08-01Don't supply DAP 'path' for non-file shared librariesTom Tromey1-2/+4
2023-08-01Implement ValueFormat for DAPTom Tromey4-78/+124
2023-08-01Respect supportsMemoryReferences in DAPTom Tromey5-12/+13
2023-08-01Add DAP support for C++ exceptionsTom Tromey3-4/+119
2023-08-01Implement DAP 'terminated' eventTom Tromey3-1/+41
2023-08-01Do not send "new breakpoint" event when breakpoint is setTom Tromey2-13/+34
2023-08-01Move DAP breakpoint event code to breakpoint.pyTom Tromey2-39/+40
2023-08-01Full paths in DAP stackTrace responsesTom Tromey2-51/+82
2023-08-01Add "cwd" parameter to DAP launch requestTom Tromey4-17/+70
2023-08-01Refactor dap_launchTom Tromey3-28/+43
2023-08-01Rename private member of FrameDecoratorTom Tromey1-4/+4
2023-08-01Add thread exited eventSimon Farre1-7/+18