Age | Commit message (Expand) | Author | Files | Lines |
2019-03-15 | PR24336, buffer overflow in swap_reloca_in | Alan Modra | 2 | -2/+10 |
2019-03-15 | x86-64: Check for corrupt input with bad relocation | H.J. Lu | 2 | -38/+138 |
2019-03-15 | Re-indent elf_x86_64_relocate_section | H.J. Lu | 2 | -2/+6 |
2019-03-15 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-03-14 | Fix gdb.texinfo build | Simon Marchi | 2 | -1/+6 |
2019-03-14 | Fix a buffer overrun error when attempting to parse corrupt DWARF information. | Nick Clifton | 2 | -0/+18 |
2019-03-14 | Fix an illegal memory access when parsing a corrupt ELF file. | Nick Clifton | 2 | -0/+7 |
2019-03-14 | Fix colors in TUI mode in MS-Windows build with ncurses | Eli Zaretskii | 2 | -0/+46 |
2019-03-14 | Fix illegal memory access parsing a corrupt ELF file. | Nick Clifton | 2 | -3/+34 |
2019-03-14 | Avoid a crash in source_cache::extract_lines | Tom Tromey | 3 | -11/+25 |
2019-03-14 | Add the "set style source" command | Tom Tromey | 9 | -1/+74 |
2019-03-14 | Make TUI react to "set style enabled" | Tom Tromey | 7 | -19/+61 |
2019-03-14 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 53 | -408/+499 |
2019-03-13 | Fix MI output for multi-location breakpoints | Simon Marchi | 13 | -78/+331 |
2019-03-13 | Factor out mi_ui_out instantiation logic | Simon Marchi | 5 | -31/+35 |
2019-03-13 | [BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC. | Sudakshina Das | 15 | -6/+314 |
2019-03-13 | [BFD, LD, AArch64, 2/3] Add --force-bti to enable BTI and to select BTI enabl... | Sudakshina Das | 23 | -21/+687 |
2019-03-13 | [BFD, LD, AArch64, 1/3] Add support for GNU PROPERTIES in AArch64 for BTI and... | Sudakshina Das | 17 | -1/+453 |
2019-03-13 | x86: Properly set IBT and SHSTK properties for -z ibt/shstk | H.J. Lu | 14 | -6/+163 |
2019-03-13 | dwarf2: Align relocation within .debug_line section | Christian Eggers | 2 | -3/+19 |
2019-03-13 | dwarf2: Pad size of .debug_line section. | Christian Eggers | 2 | -0/+15 |
2019-03-13 | dwarf2: Use octets for .debug_string offsets | Christian Eggers | 2 | -3/+7 |
2019-03-13 | dwarf2: Use octets for .debug_line prologue | Christian Eggers | 2 | -2/+6 |
2019-03-13 | dwarf2: Use octets for dwarf2 headers | Christian Eggers | 2 | -4/+9 |
2019-03-13 | Symbols with octets value | Christian Eggers | 3 | -1/+49 |
2019-03-13 | dwarf2: Fix calculation of line info offset | Christian Eggers | 2 | -1/+5 |
2019-03-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-03-12 | The NEWS file had two "New targets" sections for 8.3. | John Baldwin | 2 | -5/+6 |
2019-03-12 | Support TLS variables on FreeBSD/powerpc. | John Baldwin | 2 | -0/+42 |
2019-03-12 | Support TLS variables on FreeBSD/riscv. | John Baldwin | 2 | -0/+34 |
2019-03-12 | Support TLS variables on FreeBSD/i386. | John Baldwin | 2 | -0/+36 |
2019-03-12 | Support TLS variables on FreeBSD/amd64. | John Baldwin | 2 | -0/+32 |
2019-03-12 | Add a helper function to resolve TLS variable addresses for FreeBSD. | John Baldwin | 3 | -0/+174 |
2019-03-12 | Add a more general version of lookup_struct_elt_type. | John Baldwin | 3 | -28/+72 |
2019-03-12 | Remove code disabled since at least 1999 from lookup_struct_elt_type. | John Baldwin | 2 | -18/+8 |
2019-03-12 | Add a new gdbarch method to resolve the address of TLS variables. | John Baldwin | 5 | -5/+68 |
2019-03-12 | Update comment for target::get_thread_local_address. | John Baldwin | 2 | -2/+6 |
2019-03-12 | Handle an edge case for minisym TLS variable lookups. | John Baldwin | 2 | -0/+10 |
2019-03-12 | Support fs_base and gs_base on FreeBSD/i386. | John Baldwin | 6 | -12/+91 |
2019-03-12 | Support the fs_base and gs_base registers on i386. | John Baldwin | 18 | -31/+119 |
2019-03-12 | gdb/testsuite: Prepare for DejaGnu 1.6.2 | Andrew Burgess | 8 | -13/+12 |
2019-03-12 | Fix MinGW build with source-highlight | Eli Zaretskii | 2 | -0/+12 |
2019-03-12 | Make remote.c ptid constants "const" | Tom Tromey | 2 | -9/+11 |
2019-03-12 | Fix test-cp-name-parser build, parser_fprintf undefined | Pedro Alves | 2 | -1/+7 |
2019-03-12 | Fix test-cp-name-parser build, unused variable | Pedro Alves | 2 | -1/+4 |
2019-03-12 | Make null_ptid and minus_one_ptid "const" | Tom Tromey | 3 | -4/+9 |
2019-03-12 | Change iterate_over_lwps to take a gdb::function_view | Tom Tromey | 9 | -109/+143 |
2019-03-12 | Don't use bfd_get_file_size in objdump | Alan Modra | 10 | -107/+180 |
2019-03-12 | Add missing changelogs for previous commits. | Andreas Krebbel | 2 | -0/+14 |