Age | Commit message (Expand) | Author | Files | Lines |
2017-09-26 | Use "switch_to_thread" more thoroughly on gdbserver | Sergio Durigan Junior | 5 | -4/+15 |
2017-09-26 | Allow linking GDB with ncursesw | Matthias Klose | 5 | -7/+19 |
2017-09-26 | Fix an assertion failure when parsing a fuzzed x86_64 ELF binary. | Nick Clifton | 2 | -1/+9 |
2017-09-26 | Fix incorrect register mask. | Cary Coutant | 2 | -1/+6 |
2017-09-26 | Tidy reading data in read_formatted_entries | Alan Modra | 2 | -30/+13 |
2017-09-26 | Avoid needless resource usage when processing a corrupt DWARF directory or fi... | Nick Clifton | 2 | -0/+17 |
2017-09-26 | Remove support for Solaris < 10 (PR gdb/22185) | Rainer Orth | 10 | -364/+83 |
2017-09-26 | Fix gdb 8.1 Solaris/SPARC compilation (PR build/22206) | Rainer Orth | 2 | -2/+14 |
2017-09-26 | PR22209, invalid memory read in find_abstract_instance_name | Alan Modra | 2 | -15/+52 |
2017-09-26 | Fix address violations when parsing a corrupt DWARF linenumber table. | Nick Clifton | 2 | -5/+22 |
2017-09-26 | LD/testsuite: Fix undefined symbol tests for MIPS and S+core targets | Maciej W. Rozycki | 2 | -3/+28 |
2017-09-26 | Allow the macw and macl instructions to be used on CPUs that have emacs support. | Nick Clifton | 2 | -0/+20 |
2017-09-26 | Add README file for creating binutils releases | Nick Clifton | 2 | -0/+139 |
2017-09-26 | Fix FAILs in compare-sections.exp | Thomas Preud'homme | 2 | -2/+13 |
2017-09-26 | PR21732, String-concatenated message can not be translated | Alan Modra | 3 | -30/+60 |
2017-09-25 | Remove the last cleanup from regcache.c | Tom Tromey | 2 | -7/+8 |
2017-09-25 | Remove make_cleanup_regcache_invalidate | Tom Tromey | 2 | -26/+37 |
2017-09-25 | Remove make_cleanup_regcache_xfree | Tom Tromey | 8 | -42/+34 |
2017-09-25 | Remove regcache_xfree | Tom Tromey | 8 | -17/+19 |
2017-09-25 | Remove regcache_xmalloc | Tom Tromey | 6 | -13/+14 |
2017-09-26 | PR22205, .debug_line file table NULL filename | Alan Modra | 2 | -22/+20 |
2017-09-26 | PR22204, Lack of DW_LNE_end_sequence causes "infinite" loop | Alan Modra | 2 | -1/+7 |
2017-09-26 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2017-09-25 | Free memory returned from bfd_get_synthetic_symtab | H.J. Lu | 2 | -1/+9 |
2017-09-25 | S390: Document guarded-storage register support | Andreas Arnez | 4 | -0/+20 |
2017-09-25 | S390: Add guarded-storage register support to gdbserver | Andreas Arnez | 4 | -2/+103 |
2017-09-25 | S390: Add guarded-storage register support to GDB | Andreas Arnez | 4 | -6/+153 |
2017-09-25 | S390: Add guarded-storage register definitions and tdescs | Andreas Arnez | 10 | -0/+731 |
2017-09-25 | PR22202, buffer overflow in parse_die | Alan Modra | 2 | -18/+45 |
2017-09-25 | PR22201, DW_AT_name with out of bounds reference | Alan Modra | 2 | -2/+11 |
2017-09-25 | PR22200, DWARF5 .debug_line sanity check | Alan Modra | 2 | -0/+12 |
2017-09-25 | Initialize 'imm' on opcodes/aarch64-opc.c:expand_fp_imm (and fix breakage on ... | Sergio Durigan Junior | 2 | -1/+5 |
2017-09-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2017-09-24 | PR22197, buffer overflow in bfd_get_debug_link_info_1 | Alan Modra | 2 | -1/+7 |
2017-09-24 | PR22191, memory leak in dwarf2.c | Alan Modra | 2 | -2/+11 |
2017-09-24 | PR22187, infinite loop in find_abstract_instance_name | Alan Modra | 2 | -25/+61 |
2017-09-24 | PR22186, divide-by-zero in decode_line_info | Alan Modra | 2 | -0/+8 |
2017-09-24 | PR22169, heap-based buffer overflow in read_1_byte | Alan Modra | 2 | -3/+9 |
2017-09-24 | PR22167, NULL pointer dereference in scan_unit_for_symbols | Alan Modra | 2 | -1/+7 |
2017-09-24 | PR22166, SHT_GNU_verneed memory allocation | Alan Modra | 2 | -2/+10 |
2017-09-24 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2017-09-23 | Removed unused declaration | Tom Tromey | 2 | -6/+4 |
2017-09-23 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2017-09-22 | Change type of scoped_input_handler::m_quit_handler | Tom Tromey | 2 | -3/+8 |
2017-09-22 | x86: Guard against corrupted PLT | H.J. Lu | 2 | -0/+10 |
2017-09-22 | Update ChangeLog entry for PR 22163 | H.J. Lu | 1 | -1/+1 |
2017-09-22 | LVU: dump loclists with locviews | Alexandre Oliva | 11 | -35/+1065 |
2017-09-22 | Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)" | Sergio Durigan Junior | 6 | -15/+28 |
2017-09-22 | Import "glob" and "getcwd" modules from gnulib | Sergio Durigan Junior | 111 | -446/+17430 |
2017-09-22 | [GOLD] Set non-exec stack for aarch64 | Jim Wilson | 2 | -4/+9 |