aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-01Fix "--only-keep-debug for ELF relocatables" binutils test for compilers whic...Nick Clifton1-1/+6
2023-08-01gas: rework timestamp preservation on doc/asconfig.texiJan Beulich2-2/+2
2023-08-01Add note to check that all changes have been pushed before creating the sourc...Nick Clifton1-1/+5
2023-08-01ld: Fix test failures with --enable-textrel-check=errorSam James8-8/+8
2023-07-31gprofng: create a list of available viewsVladimir Mezentsev2-2/+14
2023-08-01Automatic date update in version.inGDB Administrator1-1/+1
2023-07-31[gdb/testsuite] Set TSAN_OPTIONS by default to history_size=7Tom de Vries1-0/+8
2023-07-31Fix bug in fixed-point handlingTom Tromey3-0/+13
2023-07-31ld: fix typo in --enable-warn-rwx-segments helpSam James1-1/+1
2023-07-31gdb/amdgpu: Fix debugging multiple inferiors using the ROCm runtimeLancelot Six3-3/+207
2023-07-31gdb/testsuite/rocm: Add the hip_devices_support_debug_multi_process procLancelot Six1-0/+20
2023-07-31Set PYTHONMALLOC in the test suiteTom Tromey1-0/+4
2023-07-31bpf: opcodes: fix regression in BPF disassemblerJose E. Marchesi2-1/+7
2023-07-31Updated Spanish translation for the gprof directoryNick Clifton1-42/+42
2023-07-31Restore previous sigmask in gdb.block_signalsTom Tromey1-2/+2