aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-31RISC-V: Fix typo in the test case nameTsukasa OI4-3/+3
2023-07-31bpf: sim: do not overflow instruction immediates in testsJose E. Marchesi5-11/+11
2023-07-31Automatic date update in version.inGDB Administrator1-1/+1
2023-07-30GDB Global Maintainer update (3 maintainers stepping down)Joel Brobecker1-5/+3
2023-07-30bpf: include, bfd, opcodes: add EF_BPF_CPUVER ELF header flagsJose E. Marchesi12-22/+77
2023-07-30bpf: gas: add field overflow checking to the BPF assemblerJose E. Marchesi19-8/+162
2023-07-30Update how to make a release document after the 2.41 releaseNick Clifton1-12/+17
2023-07-30Automatic date update in version.inGDB Administrator1-1/+1
2023-07-29Automatic date update in version.inGDB Administrator1-1/+1
2023-07-28bpf: remove spurious comment from tc-bpf.cJose E. Marchesi1-2/+0
2023-07-28bpf: gas: support relaxation of V4 jump instructionsJose E. Marchesi9-308/+858
2023-07-28[gdb] Rename variable main_thread to main_thread_idTom de Vries1-4/+4
2023-07-28Re-acquire GIL earlier in gdbpy_parse_and_evalTom Tromey1-2/+10
2023-07-28gas: amend X_unsigned usesJan Beulich5-4/+37