Age | Commit message (Expand) | Author | Files | Lines |
2022-09-20 | Make stdin_event_handler static | Tom Tromey | 2 | -2/+1 |
2022-09-20 | Constify some target_so_ops instances | Tom Tromey | 13 | -88/+112 |
2022-09-20 | Move solib_ops into gdbarch | Tom Tromey | 17 | -52/+59 |
2022-09-20 | Remove current_target_so_ops | Tom Tromey | 3 | -14/+3 |
2022-09-20 | gdb/testsuite: add a debuginfod-support.exp helper library | Andrew Burgess | 2 | -111/+243 |
2022-09-19 | gdb: add ATTRIBUTE_PRINTF to gdb_bfd_error_handler | Enze Li | 1 | -1/+1 |
2022-09-17 | [gdb/symtab] Fix "file index out of range" complaint | Tom de Vries | 3 | -10/+59 |
2022-09-16 | BFD error message suppression test case | Kevin Buettner | 2 | -0/+229 |
2022-09-16 | Suppress printing of superfluous BFD error messages | Kevin Buettner | 1 | -0/+67 |
2022-09-16 | [gdb/symtab] Handle named DW_TAG_unspecified_type DIE | Tom de Vries | 3 | -0/+69 |
2022-09-16 | [gdb/tdep] Fix PowerPC IEEE 128-bit format arg passing | Tom de Vries | 3 | -6/+49 |
2022-09-16 | [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for aarch64 | Tom de Vries | 1 | -5/+12 |
2022-09-16 | [gdb] Handle pending ^C after rl_callback_read_char | Tom de Vries | 1 | -0/+16 |
2022-09-13 | gdb/testsuite: Update gdb.base/so-impl-ld.exp | Bruno Larsen | 2 | -13/+5 |
2022-09-13 | gdb/testsuite: introduce gdb_step_until | Bruno Larsen | 1 | -0/+30 |
2022-09-13 | explicitly test for stderr in gdb.base/dprintf.exp | Bruno Larsen | 1 | -0/+10 |
2022-09-13 | gdb/csky rm csky_print_registers_info | Jiangshuai Li | 1 | -25/+0 |
2022-09-13 | gdb/csky rm csky_memory_insert/remove_breakpoint | Jiangshuai Li | 1 | -201/+0 |
2022-09-13 | gdb/csky add unwinder for long branch cases | Jiangshuai Li | 2 | -5/+60 |
2022-09-13 | gdbserver/csky add csky gdbserver support | Jiangshuai Li | 4 | -0/+198 |
2022-09-12 | Use checked_static_cast in more places | Tom Tromey | 7 | -22/+14 |
2022-09-12 | add xfails to gdb.base/complex-parts.exp when testing with clang | Bruno Larsen | 1 | -0/+5 |
2022-09-12 | Fix gdb.base/call-ar-st to work with Clang | Bruno Larsen | 1 | -1/+12 |
2022-09-12 | fix gdb.base/access-mem-running.exp for clang testing | Bruno Larsen | 1 | -1/+1 |
2022-09-12 | update gdb.base/info-program.exp to not fail with clang | Bruno Larsen | 1 | -3/+3 |
2022-09-12 | gdb/testsuite: change gdb.base/nodebug.exp to not fail with clang | Bruno Larsen | 1 | -2/+10 |
2022-09-12 | [gdb] Fix abort in selftest run_on_main_thread with ^C | Tom de Vries | 1 | -2/+6 |
2022-09-12 | [gdb/symtab] Support .gdb_index section with TUs in .debug_info | Tom de Vries | 3 | -2/+75 |
2022-09-12 | [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for ppc64le | Tom de Vries | 2 | -10/+5 |
2022-09-12 | [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp with clang | Tom de Vries | 2 | -23/+62 |
2022-09-11 | [gdb/symtab] Fix handling of DW_TAG_unspecified_type | Tom de Vries | 5 | -4/+123 |
2022-09-08 | Fix hardware watchpoint check in test gdb.base/watchpoint-reuse-slot.exp | Carl Love | 1 | -1/+11 |
2022-09-07 | [gdb/testsuite] xfail gdb.ada/O2_float_param.exp for aarch64 and gcc 7.5.0 | Tom de Vries | 1 | -1/+23 |
2022-09-07 | [gdb/testsuite] Fix gdb.ada/access_tagged_param.exp for aarch64 | Tom de Vries | 3 | -3/+3 |
2022-09-07 | Fix endianness handling for arm record self tests | Luis Machado | 1 | -82/+68 |
2022-09-07 | [gdb/testsuite] Use prototype to call libc functions | Tom de Vries | 4 | -4/+6 |
2022-09-06 | gdb: add Tsukasa Oi to gdb/MAINTAINERS | Tsukasa OI | 1 | -0/+1 |
2022-09-06 | gdb: move a write after approval entry into the correct place | Andrew Burgess | 1 | -1/+1 |
2022-09-06 | gdb: Add non-enum disassembler options | Tsukasa OI | 1 | -0/+4 |
2022-09-06 | [gdb/symtab] Support .debug_names section with TUs in .debug_info | Tom de Vries | 5 | -83/+136 |
2022-09-06 | [gdb/testsuite] Add gdb.dwarf2/debug-names-bad-cu-index.exp | Tom de Vries | 2 | -8/+114 |
2022-09-06 | [gdb/testsuite] Add gdb.dwarf2/debug-names-tu.exp | Tom de Vries | 2 | -12/+137 |
2022-09-01 | GDB/doc: Document the Guile `#:unlimited' keyword | Maciej W. Rozycki | 1 | -5/+7 |
2022-09-01 | gdb/python-config: replace deprecated distutils.sysconfig | Lancelot SIX | 1 | -6/+6 |
2022-08-31 | Fix interpreter-exec crash | Tom Tromey | 2 | -2/+15 |
2022-08-31 | Fix "source" with interpreter-exec | Tom Tromey | 3 | -0/+27 |
2022-08-31 | Remove a call to clear_interpreter_hooks | Tom Tromey | 1 | -4/+0 |
2022-08-31 | TUI stdout buffering cleanup | Tom Tromey | 3 | -23/+14 |
2022-08-31 | Remove a ui-related memory leak | Tom Tromey | 2 | -11/+1 |
2022-08-31 | Remove tui_out_new | Tom Tromey | 3 | -9/+1 |