Age | Commit message (Expand) | Author | Files | Lines |
2017-12-13 | Fix regression: expression completer and scope operator (PR gdb/22584) | Pedro Alves | 8 | -13/+104 |
2017-12-13 | Factor out final completion match string building | Pedro Alves | 6 | -131/+106 |
2017-12-13 | python doc: Rework Breakpoint.__init__ doc | Simon Marchi | 2 | -24/+48 |
2017-12-14 | gdb: Fix ARI warnings in or1k-tdep.c | Stafford Horne | 2 | -14/+23 |
2017-12-13 | Fix typo in gdb_ari.sh | Simon Marchi | 2 | -1/+5 |
2017-12-12 | fix "server" command prefix handling (unexpected confirmation queries) | Joel Brobecker | 5 | -1/+71 |
2017-12-12 | gdb: testsuite: Add or1k tdesc-regs.exp test support | Stafford Horne | 2 | -0/+7 |
2017-12-12 | gdb: testsuite: Add or1k l.nop instruction | Stafford Horne | 2 | -0/+6 |
2017-12-12 | gdb: Add OpenRISC or1k and or1knd target support | Franck Jullien | 10 | -0/+1580 |
2017-12-12 | PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSE | Alan Modra | 2 | -58/+55 |
2017-12-11 | remote: Return NULL extra_info/name if they are empty | Simon Marchi | 2 | -2/+14 |
2017-12-11 | Unbreak build for non-ELF ports | Pedro Alves | 5 | -31/+69 |
2017-12-11 | [MPFR] Fix regression on 32-bit host systems | Ulrich Weigand | 2 | -1/+6 |
2017-12-11 | Adapt gdb.ada/variant_record_packed_array.exp to accept reordered components | Joel Brobecker | 2 | -6/+23 |
2017-12-11 | (Ada) change tagged types base_address computation | Xavier Roirand | 2 | -2/+37 |
2017-12-11 | Adapt gdb.ada/pkd_arr_elem.exp to accept reordered components | Joel Brobecker | 2 | -2/+17 |
2017-12-08 | dwarf2read.c: Rewrite/simplify mock_mapped_index | Pedro Alves | 2 | -45/+37 |
2017-12-08 | Support wildmatching in .debug_names too. | Pedro Alves | 2 | -41/+96 |
2017-12-08 | dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol table | Pedro Alves | 2 | -39/+54 |
2017-12-08 | DWARF-5: .debug_names index consumer | Jan Kratochvil | 13 | -29/+1257 |
2017-12-08 | Add gdb::hash_enum | Pedro Alves | 2 | -0/+49 |
2017-12-08 | Refactor: Move some generic code out of .gdb_index code | Jan Kratochvil | 2 | -89/+139 |
2017-12-08 | Change dwarf2_initialize_objfile's return value | Jan Kratochvil | 5 | -13/+23 |
2017-12-08 | DWARF-5: .debug_names index producer | Jan Kratochvil | 5 | -60/+964 |
2017-12-08 | cc-with-tweaks.sh: Use gdb-add-index.sh | Jan Kratochvil | 2 | -17/+31 |
2017-12-08 | Fix thinko on dtrace-probe.c:dtrace_process_dof_probe | Sergio Durigan Junior | 2 | -5/+9 |
2017-12-08 | Clear non-significant bits of address in watchpoint | Yao Qi | 5 | -1/+26 |
2017-12-08 | Adjust breakpoint address by clearing non-significant bits | Yao Qi | 5 | -14/+56 |
2017-12-08 | Clear non-significant bits of address on memory access | Yao Qi | 11 | -0/+193 |
2017-12-08 | C++-ify parse_format_string | Tom Tromey | 9 | -136/+89 |
2017-12-08 | Adjust gdb.arch/i386-sse-stack-align.exp print statement | Sergio Durigan Junior | 2 | -1/+6 |
2017-12-08 | Fix PR 22567: set SAL .section in minsym_found | Yao Qi | 2 | -1/+7 |
2017-12-08 | S390: Add symfile-mem | Andreas Arnez | 2 | -1/+5 |
2017-12-07 | Validate explicit locations with early termination | Keith Seitz | 4 | -2/+17 |
2017-12-07 | Record nested types | Keith Seitz | 14 | -86/+1684 |
2017-12-07 | Fix wrong prefix in py-breakpoint.exp | Simon Marchi | 2 | -73/+76 |
2017-12-07 | Fix regression in "commands" | Tom Tromey | 4 | -3/+22 |
2017-12-07 | Fix build with g++ 6.3.1 | Adam Stylinski | 2 | -1/+7 |
2017-12-07 | Initialize target description early in IPA | Yao Qi | 6 | -26/+81 |
2017-12-07 | Add virtual destructor to selftest | Simon Marchi | 2 | -0/+5 |
2017-12-07 | Implement explicit locations for Python breakpoints. | Phil Muldoon | 8 | -33/+245 |
2017-12-07 | gdb/MAINTAINERS: restore m68hc11, score and xstormy16 entries | Joel Brobecker | 2 | -0/+9 |
2017-12-06 | target_set_syscall_catchpoint, use gdb::array_view and bool | Pedro Alves | 8 | -44/+56 |
2017-12-06 | Fix syscall group completion | Simon Marchi | 2 | -8/+9 |
2017-12-06 | remote: Make qXfer packets respect corresponding "set remote foo-packet" | Pedro Alves | 4 | -7/+46 |
2017-12-05 | Address review comments for the previous series | Simon Marchi | 2 | -2/+10 |
2017-12-05 | Split tdesc_type into multiple classes | Simon Marchi | 42 | -1074/+1187 |
2017-12-05 | Make tdesc_arch_data::arch_regs an std::vector | Simon Marchi | 2 | -42/+54 |
2017-12-05 | Make tdesc_type::u::u::fields an std::vector | Simon Marchi | 2 | -119/+95 |
2017-12-05 | Make tdesc_type::name an std::string | Simon Marchi | 2 | -27/+35 |