Age | Commit message (Expand) | Author | Files | Lines |
2022-10-19 | gdb/testsuite: avoid temporary file in gdb/testsuite (unittest.exp) | Andrew Burgess | 2 | -19/+137 |
2022-10-19 | gdb/testsuite: avoid creating files in gdb/testsuite directory | Andrew Burgess | 1 | -1/+1 |
2022-10-19 | aarch64-pe support for LD, GAS and BFD | Jedidiah Thompson | 1 | -2/+6 |
2022-10-19 | [gdb/testsuite] Fix ERROR in gdb.python/py-breakpoint.exp | Tom de Vries | 1 | -0/+2 |
2022-10-18 | gdb: check for groups with duplicate names in reggroups:add | Simon Marchi | 1 | -2/+7 |
2022-10-18 | Remove dead code from py-finishbreakpoint.c | Tom Tromey | 1 | -6/+1 |
2022-10-18 | Update tests to use skip_hw_watchpoint_tests to test for HW watchpoint support. | Carl Love | 16 | -23/+143 |
2022-10-18 | [gdb/testsuite] Handle header files with local-remote-host.exp | Tom de Vries | 5 | -1/+21 |
2022-10-18 | [gdb/testsuite] Fix gdb.server/no-thread-db.exp with local-remote-host.exp | Tom de Vries | 1 | -1/+2 |
2022-10-18 | [gdb/testsuite] Fix gdb.base/return-nodebug.exp with local-remote-host.exp | Tom de Vries | 3 | -6/+28 |
2022-10-18 | [gdb/testsuite] Fix gdb.server/file-transfer.exp with local-remote-host.exp | Tom de Vries | 1 | -2/+6 |
2022-10-18 | [gdb/testsuite] Update boards/README | Tom de Vries | 1 | -1/+1 |
2022-10-18 | gdb, solib-svr4: support namespaces in DSO iteration | Markus Metzger | 6 | -16/+159 |
2022-10-18 | gdb: update gnu ifunc resolve | Markus Metzger | 1 | -66/+87 |
2022-10-18 | gdb, symtab: inline find_quick_global_symbol_language | Markus Metzger | 1 | -24/+19 |
2022-10-18 | gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol | Markus Metzger | 2 | -35/+0 |
2022-10-18 | gdb, cp: update add_symbol_overload_list_qualified | Markus Metzger | 1 | -24/+24 |
2022-10-18 | fixup! gdb, ada: update ada_lookup_simple_minsym | Markus Metzger | 1 | -3/+0 |
2022-10-18 | gdb, ada: update ada_lookup_simple_minsym | Markus Metzger | 3 | -16/+28 |
2022-10-18 | gdb, ada: collect standard exceptions in all objfiles | Markus Metzger | 1 | -7/+23 |
2022-10-18 | gdb, python: use gdbarch_iterate_over_objfiles_in_search_order | Markus Metzger | 3 | -65/+64 |
2022-10-18 | gdb, compile: unlink objfile stored in module | Markus Metzger | 1 | -12/+9 |
2022-10-18 | gdb, gdbserver: extend RSP to support namespaces | Markus Metzger | 3 | -5/+53 |
2022-10-18 | gdb, gdbserver: support dlmopen() | Markus Metzger | 9 | -91/+639 |
2022-10-18 | gdb, solib-svr4: remove locate_base() | Markus Metzger | 1 | -51/+11 |
2022-10-18 | gdb, testsuite: extend gdb_test_multiple checks | Markus Metzger | 1 | -0/+8 |
2022-10-17 | kfail an Ada test for GCC < 12 | Tom Tromey | 1 | -0/+12 |
2022-10-17 | Remove a nullptr check in DWARF scanner | Tom Tromey | 1 | -1/+0 |
2022-10-17 | gdbarch-components.py: Remove spurious space from "frame_info_ptr " params | Pedro Alves | 1 | -15/+15 |
2022-10-17 | Change .gdb_index de-duplication implementation | Tom Tromey | 1 | -36/+41 |
2022-10-17 | Improve Ada support in .gdb_index | Tom Tromey | 3 | -13/+41 |
2022-10-17 | Don't add type linkage names to cooked index | Tom Tromey | 1 | -5/+0 |
2022-10-17 | Fix regression in c-linkage-name.exp with gdb index | Tom Tromey | 1 | -3/+4 |
2022-10-17 | Fix null pointer representations | TaiseiIto | 1 | -9/+9 |
2022-10-17 | gdb: silence unused-but-set-variable warning about yynerrs in cp-name-parser.y | Simon Marchi | 1 | -1/+6 |
2022-10-16 | More uses of checked_static_cast | Tom Tromey | 1 | -10/+10 |
2022-10-16 | Use checked_static_cast in more places | Tom Tromey | 9 | -24/+27 |
2022-10-15 | gdb/arm: Don't rely on loop detection to stop unwinding | Torbjörn SVENSSON | 1 | -7/+6 |
2022-10-14 | [gdb/testsuite] Add boards/README | Tom de Vries | 1 | -0/+88 |
2022-10-14 | [gdb/contrib] Handle STRIP_ARGS_{STRIP,KEEP}_DEBUG in cc-with-tweaks.sh | Tom de Vries | 1 | -2/+7 |
2022-10-14 | [gdb] Fix heap-buffer-overflow in find_program_interpreter | Tom de Vries | 4 | -4/+79 |
2022-10-14 | [gdb/testsuite] Fix gdb.server/unittest.exp with host board local-remote-host... | Tom de Vries | 1 | -1/+1 |
2022-10-14 | [gdb/testsuite] Fix host board local-remote-host-notty.exp timeouts | Tom de Vries | 2 | -32/+43 |
2022-10-14 | [gdb/testsuite] Disable styling in host board local-remote-host.exp | Tom de Vries | 1 | -0/+2 |
2022-10-14 | Use scoped_value_mark in more places | Tom Tromey | 8 | -54/+37 |
2022-10-14 | gdb/arm: Stop unwinding on error, but do not assert | Torbjörn SVENSSON | 1 | -7/+40 |
2022-10-14 | [gdb/testsuite] Drop unnecessary -Wl,-soname in gdb.base/skip-solib.exp | Tom de Vries | 1 | -1/+1 |
2022-10-14 | [gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with PIE | Tom de Vries | 1 | -0/+1 |
2022-10-14 | [gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with clang | Tom de Vries | 16 | -26/+26 |
2022-10-14 | [gdb/testsuite] Fix nopie test-cases with target board unix/-fPIE/-pie | Tom de Vries | 1 | -1/+4 |