Age | Commit message (Expand) | Author | Files | Lines |
2022-01-31 | gdb: fix some clang-tidy readability-misleading-indentation warnings | Simon Marchi | 7 | -15/+15 |
2022-01-31 | gdb, testsuite, fortran: adapt info symbol expected output for intel compilers | Nils-Christian Kempke | 1 | -2/+27 |
2022-01-31 | Import patch from mainline GCC to fix an infinite recusion in the Rust demang... | Nick Clifton | 2 | -6/+53 |
2022-01-31 | Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu | Alan Modra | 5 | -10/+91 |
2022-01-30 | Remove unused variables in fbsd-tdep.c files | Tom Tromey | 2 | -4/+0 |
2022-01-31 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-01-30 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-01-29 | Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu | Alan Modra | 1 | -11/+10 |
2022-01-29 | objcopy --only-keep-debug | Alan Modra | 1 | -3/+3 |
2022-01-29 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-01-28 | gdb: fix ppc-sysv-tdep.c build on 32-bit platforms | John Baldwin | 1 | -1/+2 |
2022-01-28 | FreeBSD x86 nat: Use register maps for GP register sets. | John Baldwin | 10 | -263/+457 |
2022-01-28 | fbsd-nat: Return a bool from fetch_register_set and store_register_set. | John Baldwin | 2 | -11/+18 |
2022-01-28 | FreeBSD x86: Use tramp-frame for signal frames. | John Baldwin | 6 | -228/+266 |
2022-01-28 | Use register maps for gp regsets on FreeBSD/x86 core dumps. | John Baldwin | 2 | -60/+87 |
2022-01-28 | regcache: Zero-extend small registers described by a register map. | John Baldwin | 1 | -1/+6 |
2022-01-28 | FreeBSD x86: Remove fallback for detecting signal trampolines by address. | John Baldwin | 6 | -72/+0 |
2022-01-28 | Remove support for pre-5.0 FreeBSD/i386 signal trampolines. | John Baldwin | 1 | -84/+9 |
2022-01-28 | Remove vestigal FreeBSD/i386 3.x support. | John Baldwin | 3 | -90/+32 |
2022-01-28 | Add Bruno Larsen to gdb/MAINTAINERS | Bruno Larsen | 1 | -0/+1 |
2022-01-28 | gdb/build: Fix Wpessimizing-move in clang build | Enze Li | 1 | -1/+1 |
2022-01-28 | Add top-level .editorconfig file | Simon Marchi | 1 | -0/+47 |
2022-01-28 | Updated French translation for the gas sub-directory. | Nick Clifton | 2 | -2250/+2641 |
2022-01-28 | Set __ehdr_start rel_from_abs earlier | Alan Modra | 2 | -1/+1 |
2022-01-28 | PowerPC64 handling of @tocbase | Alan Modra | 1 | -0/+9 |
2022-01-28 | Update PowerPC64 symtocbase test | Alan Modra | 3 | -7/+15 |
2022-01-28 | PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu | Alan Modra | 1 | -23/+36 |
2022-01-28 | PR28826 x86_64 ld segfaults building xen | Alan Modra | 1 | -0/+1 |
2022-01-28 | PR28753, buffer overflow in read_section_stabs_debugging_info | Alan Modra | 1 | -1/+1 |
2022-01-28 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-01-27 | gdb: work around negative DW_AT_data_member_location GCC 11 bug | Simon Marchi | 5 | -0/+124 |
2022-01-27 | Fix GDB internal error by using text (instead of data) section offset | Kevin Buettner | 2 | -2/+2 |
2022-01-27 | gdb, remote, btrace: move switch_to_thread call right before xfer call | Markus Metzger | 1 | -9/+8 |
2022-01-27 | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 13 | -30/+38 |
2022-01-27 | gdb, btrace: switch threads in remote_btrace_maybe_reopen() | Markus Metzger | 1 | -1/+1 |
2022-01-27 | gdb, btrace: rename record_btrace_enable_warn() | Markus Metzger | 1 | -3/+3 |
2022-01-27 | Updated Swedish translation for the binutils subdirectory | Nick Clifton | 2 | -1919/+2132 |
2022-01-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2022-01-26 | gdb/python: handle non utf-8 characters when source highlighting | Andrew Burgess | 4 | -16/+114 |
2022-01-26 | Remove global wrap_here function | Tom Tromey | 2 | -23/+3 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 28 | -80/+80 |
2022-01-26 | Add ui_file::wrap_here | Tom Tromey | 4 | -2/+25 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 37 | -146/+122 |
2022-01-26 | gdb/python: improve the auto help text for gdb.Parameter | Andrew Burgess | 5 | -30/+151 |
2022-01-26 | gdb/python: add gdb.history_count function | Andrew Burgess | 8 | -0/+43 |
2022-01-26 | Remove unused declaration | Tom Tromey | 1 | -2/+0 |
2022-01-26 | gdb: convert maintenance target-async and target-non-stop settings to callbacks | Simon Marchi | 1 | -36/+32 |
2022-01-26 | Reference array of structs instead of first member during memcpy | Keith Seitz | 1 | -1/+1 |
2022-01-26 | gdb: add string_file::release method | Simon Marchi | 17 | -34/+35 |
2022-01-26 | Add a way to temporarily set a gdb parameter from Python | Tom Tromey | 4 | -0/+70 |