Age | Commit message (Expand) | Author | Files | Lines |
2022-02-01 | Fix flex rule in gdb | Tom Tromey | 1 | -14/+13 |
2022-02-01 | gdb, btrace: improve error messages | Markus Metzger | 1 | -2/+19 |
2022-02-01 | gdb/python: fix gdb.Objfile.__repr__ () for dynamically compiled code | Jan Vrany | 2 | -1/+11 |
2022-02-01 | hurd: Fix RPC prototypes | Samuel Thibault | 1 | -9/+9 |
2022-01-31 | hurd: Fix RPC link names | Samuel Thibault | 1 | -1/+1 |
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-30 | Remove unused variables in fbsd-tdep.c files | Tom Tromey | 2 | -4/+0 |
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-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 | 8 | -20/+27 |
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-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 |
2022-01-26 | Fix another crash with gdb parameters in Python | Tom Tromey | 9 | -12/+41 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 20 | -105/+146 |
2022-01-26 | gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp | Lancelot SIX | 1 | -1/+1 |
2022-01-25 | Always print the "host libthread-db" message to stdout | Tom Tromey | 1 | -9/+2 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 20 | -127/+109 |
2022-01-25 | Sent timing stats to gdb_stdlog | Tom Tromey | 1 | -22/+25 |
2022-01-25 | Send some error output to gdb_stderr | Tom Tromey | 3 | -5/+6 |
2022-01-24 | gdb/doc: improve description for Window.click on Python TUI windows | Andrew Burgess | 1 | -3/+3 |
2022-01-23 | Simplify some Rust expression-evaluation code | Tom Tromey | 2 | -54/+29 |
2022-01-21 | gdb: include gdbsupport/buildargv.h in ser-mingw.c | Simon Marchi | 1 | -0/+1 |
2022-01-21 | gdb/doc: fill in two missing @r | Andrew Burgess | 1 | -2/+2 |
2022-01-20 | Avoid bad breakpoints with --gc-sections | Tom Tromey | 5 | -2/+109 |
2022-01-19 | Add `set print array-indexes' tests for C/C++ arrays | Maciej W. Rozycki | 3 | -0/+217 |