Age | Commit message (Expand) | Author | Files | Lines |
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-08 | Fix stripping relocs in a file with mergeable notes. | Nick Clifton | 5 | -8/+39 |
2017-12-08 | Add aix 64-bit check to bfd_get_sign_extend_vma | Sangamesh Mallayya | 2 | -1/+6 |
2017-12-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
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-07 | Objcopy interleave test | Alan Modra | 3 | -4/+13 |
2017-12-07 | mcore-elf lacks shared lib support | Alan Modra | 2 | -1/+4 |
2017-12-07 | Rewrite check_shared_lib_support | Alan Modra | 2 | -52/+16 |
2017-12-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
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 | Objcopy interleave fails if section address not multiple of interleave. | Jim Wilson | 7 | -0/+69 |
2017-12-06 | remote: Make qXfer packets respect corresponding "set remote foo-packet" | Pedro Alves | 4 | -7/+46 |
2017-12-06 | Tell the linker testsuite that lm32-rtems toolchains do not support the gener... | Nick Clifton | 2 | -0/+6 |
2017-12-06 | PR22552, readelf heap buffer overflow in load_debug_section | Alan Modra | 2 | -6/+17 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 297 | -26166/+26251 |
2017-12-06 | Fix Common symbol override test fails | Alan Modra | 6 | -0/+53 |
2017-12-06 | Enable shared lib tests for frv, lm32, m32r, microblaze, nds32 and or1k | Alan Modra | 2 | -6/+11 |
2017-12-06 | dyn_relocs tidy | Alan Modra | 16 | -627/+295 |
2017-12-06 | Comment tidy | Alan Modra | 4 | -3/+9 |
2017-12-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2017-12-05 | Really fix riscv shared library __global_pointer$ problem. | Jim Wilson | 14 | -68/+43 |
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 |
2017-12-05 | Make tdesc_feature::types an std::vector | Simon Marchi | 2 | -40/+34 |
2017-12-05 | Make tdesc_reg string fields std::string | Simon Marchi | 4 | -41/+51 |
2017-12-05 | Make tdesc_feature::registers an std::vector | Simon Marchi | 2 | -47/+35 |
2017-12-05 | Make tdesc_feature::name an std::string | Simon Marchi | 2 | -10/+19 |
2017-12-05 | Make target_desc::features an std::vector | Simon Marchi | 2 | -52/+33 |
2017-12-05 | Make target_desc::compatible an std::vector | Simon Marchi | 2 | -30/+19 |
2017-12-05 | Make target_desc::properties an std::vector | Simon Marchi | 2 | -40/+30 |
2017-12-05 | Redefine gdb_static_assert as static_assert | Simon Marchi | 2 | -2/+6 |
2017-12-05 | Remove some unused variables | Simon Marchi | 85 | -224/+179 |
2017-12-04 | Riscv shared libraries should not export __global_pointer$. | Jim Wilson | 13 | -2/+106 |
2017-12-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2017-12-04 | Extend gdb.core/coredump-filter.exp to test dump-excluded-mappings. | Sergio Lopez | 1 | -12/+34 |
2017-12-04 | Document the new "-a" command line option for gcore | Sergio Lopez | 2 | -1/+13 |