Age | Commit message (Expand) | Author | Files | Lines |
2023-01-30 | Remove value_next declaration | Tom Tromey | 1 | -7/+0 |
2023-01-30 | gdb: fix dwarf2/cooked-index.c compilation on 32-bit systems | Simon Marchi | 1 | -1/+1 |
2023-01-30 | gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparc | Mark Wielaard | 1 | -1/+1 |
2023-01-30 | gdb/dwarf: dump cooked index contents in cooked_index_functions::dump | Simon Marchi | 3 | -1/+109 |
2023-01-30 | enum_flags to_string | Pedro Alves | 1 | -6/+63 |
2023-01-30 | Fix comparator bug in cooked index | Tom Tromey | 2 | -85/+132 |
2023-01-30 | Clean up lnp_state_machine constructor | Tom Tromey | 1 | -20/+13 |
2023-01-30 | Make addrmap const-correct in cooked index | Tom Tromey | 3 | -9/+11 |
2023-01-30 | gdb: provide const-correct versions of addrmap::find and addrmap::foreach | Simon Marchi | 5 | -21/+40 |
2023-01-30 | Use xfail in ptype_tagged_param.exp | Tom Tromey | 1 | -1/+1 |
2023-01-30 | gdb: Remove workaround for the vCont packet | Christina Schimpe | 1 | -19/+4 |
2023-01-30 | gdb: Add per-remote target variables for memory read and write config | Christina Schimpe | 4 | -65/+169 |
2023-01-30 | gdb: Make global feature array a per-remote target array | Christina Schimpe | 21 | -725/+868 |
2023-01-27 | More const-correctness in cooked indexer | Tom Tromey | 2 | -12/+13 |
2023-01-27 | [gdb/testsuite] Simplify gdb.base/unwind-on-each-insn.exp.tcl | Tom de Vries | 4 | -34/+14 |
2023-01-27 | Invert test in gdb.ada/ptype_tagged_param.exp | Tom Tromey | 1 | -1/+1 |
2023-01-27 | gdb/tui: more debug output | Andrew Burgess | 2 | -0/+24 |
2023-01-27 | gdb/tui: avoid extra refresh_window on vertical scroll | Andrew Burgess | 2 | -7/+14 |
2023-01-27 | gdb/tui: avoid extra refresh_window on horizontal scroll | Andrew Burgess | 1 | -3/+5 |
2023-01-27 | gdb/tui: rewrite of tui_source_window_base to handle very long lines | Andrew Burgess | 3 | -22/+215 |
2023-01-27 | gdb/tui: make m_horizontal_offset private | Andrew Burgess | 1 | -2/+4 |
2023-01-27 | gdb/tui: disable tui mode when an assert triggers | Andrew Burgess | 2 | -1/+14 |
2023-01-27 | gdb/tui: improve errors from tui focus command | Andrew Burgess | 4 | -10/+179 |
2023-01-27 | gdb/testsuite: fix line feed scrolling in tuiterm.exp | Andrew Burgess | 1 | -2/+16 |
2023-01-26 | Use clean_restart in gdb.base | Tom Tromey | 36 | -172/+44 |
2023-01-26 | Use clean_restart in gdb.python | Tom Tromey | 9 | -49/+11 |
2023-01-26 | Use clean_restart in gdb.cp | Tom Tromey | 2 | -8/+2 |
2023-01-26 | Use clean_restart in gdb.disasm | Tom Tromey | 6 | -30/+6 |
2023-01-26 | Use clean_restart in gdb.perf | Tom Tromey | 1 | -4/+1 |
2023-01-26 | Use clean_restart in gdb.go | Tom Tromey | 1 | -5/+1 |
2023-01-26 | Use clean_restart in gdb.stabs | Tom Tromey | 1 | -4/+1 |
2023-01-26 | Use clean_restart in gdb.fortran | Tom Tromey | 2 | -11/+2 |
2023-01-26 | Use clean_restart in gdb.ada | Tom Tromey | 3 | -9/+3 |
2023-01-26 | Use clean_restart in gdb.dwarf2 | Tom Tromey | 7 | -22/+7 |
2023-01-26 | Use clean_restart in gdb.reverse | Tom Tromey | 4 | -24/+4 |
2023-01-26 | Use clean_restart in gdb.arch | Tom Tromey | 27 | -116/+27 |
2023-01-26 | Use clean_restart in gdb.guile | Tom Tromey | 9 | -53/+11 |
2023-01-26 | Use clean_restart in gdb.threads | Tom Tromey | 4 | -23/+4 |
2023-01-26 | Use clean_restart in gdb.objc | Tom Tromey | 4 | -39/+4 |
2023-01-26 | Use clean_restart in gdb.trace | Tom Tromey | 20 | -140/+33 |
2023-01-26 | Use clean_restart in gdb.opencl | Tom Tromey | 1 | -6/+1 |
2023-01-26 | Use clean_restart in gdb.linespec | Tom Tromey | 1 | -3/+1 |
2023-01-26 | Use clean_restart in gdb.pascal | Tom Tromey | 2 | -10/+2 |
2023-01-26 | Use mi_clean_restart more | Tom Tromey | 60 | -401/+147 |
2023-01-26 | Start gdb after building executable in mi-basics.exp | Tom Tromey | 1 | -5/+5 |
2023-01-26 | Remove unnecessary call to standard_testfile | Tom Tromey | 1 | -2/+0 |
2023-01-26 | Minor "require" fixups | Tom Tromey | 2 | -6/+2 |
2023-01-26 | Remove some dead code in gdb.fortran/info-types.exp | Tom Tromey | 1 | -17/+0 |
2023-01-26 | Eliminate spurious returns from the test suite | Tom Tromey | 113 | -173/+1 |
2023-01-26 | Use clean_restart in gdb.dlang | Tom Tromey | 4 | -16/+4 |