Age | Commit message (Expand) | Author | Files | Lines |
2019-10-30 | x86: add tests to cover defaulting of operand sizes for ambiguous insns | Jan Beulich | 8 | -0/+392 |
2019-10-30 | x86: re-do "shorthand" handling | Jan Beulich | 4 | -219/+214 |
2019-10-30 | x86: slightly rearrange struct insn_template | Jan Beulich | 4 | -3918/+3925 |
2019-10-30 | x86: drop stray W | Jan Beulich | 7 | -24/+65 |
2019-10-30 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-29 | Remove unused includes in infcmd.c and infrun.c | Simon Marchi | 3 | -12/+5 |
2019-10-29 | Clean up ada-lang.h | Simon Marchi | 3 | -483/+491 |
2019-10-29 | Remove unused includes in ada-*.c files | Simon Marchi | 4 | -21/+7 |
2019-10-29 | addrmap: use gdb_static_assert for type size assertions | Simon Marchi | 2 | -11/+11 |
2019-10-29 | Change some arguments to gdb::string_view instead of name+len | Christian Biesinger | 15 | -147/+188 |
2019-10-29 | Only make a nullterminated string if we need to | Christian Biesinger | 3 | -19/+28 |
2019-10-29 | Replace bsearch with a std::lower_bound-based search | Christian Biesinger | 4 | -14/+77 |
2019-10-29 | Load system gdbinit files from a directory | Christian Biesinger | 11 | -22/+235 |
2019-10-29 | When copying pe format files, copy the dos_message array, rather than re-init... | Andrew Eikum | 5 | -16/+43 |
2019-10-29 | Fix array overrun when disassembling corrupt TIC30 binaries. | Nick Clifton | 2 | -1/+5 |
2019-10-29 | Fix a potential illegal array access in the D30V disassembler. | Nick Clifton | 2 | -1/+9 |
2019-10-29 | Prevent a left shift by a negative value when disassembling IA64 binaries. | Nick Clifton | 2 | -3/+11 |
2019-10-29 | Fix array overruns in the S12Z disassembler. | Nick Clifton | 3 | -16/+56 |
2019-10-29 | Fix the size of the dos_message field in the internal_extra_pe_filehdr struct... | Andrew Eikum | 2 | -1/+6 |
2019-10-29 | Re: Optimise away eh_frame advance_loc 0 | Alan Modra | 2 | -1/+12 |
2019-10-29 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-28 | Add a string_view version of startswith | Christian Biesinger | 2 | -0/+17 |
2019-10-28 | Fix potentially illegal shift and assign operation in CSKY disassembler. | Nick Clifton | 2 | -2/+7 |
2019-10-28 | Fix buffer overrun in TIC30 disassembler. | Nick Clifton | 2 | -7/+27 |
2019-10-28 | Stop potential illegal memory access in the NS32K disassembler. | Nick Clifton | 2 | -1/+17 |
2019-10-28 | Prevent an illegal memory access in the xgate disassembler. | Nick Clifton | 2 | -3/+8 |
2019-10-28 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-26 | Add some missing casts to suppress implicit cast warnings | John David Anglin | 2 | -5/+12 |
2019-10-26 | Optimise away eh_frame advance_loc 0 | Alan Modra | 3 | -4/+28 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 108 | -124/+240 |
2019-10-26 | sort_gnu_build_notes fix | Alan Modra | 2 | -1/+6 |
2019-10-26 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-25 | elfedit: Report unknown x86 feature | H.J. Lu | 2 | -1/+8 |
2019-10-25 | elfedit.c: Replace BYTE_PUT with byte_put | H.J. Lu | 2 | -1/+5 |
2019-10-25 | Fix find_charset_names. | Ali Tamur | 2 | -4/+7 |
2019-10-25 | Revert unintentional change in symtab.c | Christian Biesinger | 1 | -1/+1 |
2019-10-25 | Don't make an extra copy + allocation of the demangled name | Christian Biesinger | 2 | -25/+21 |
2019-10-25 | Improve objcopy's note mergeing capabilities. | Nick Clifton | 19 | -425/+985 |
2019-10-25 | Fix potential undefined behaviour in the RX disassembler. | Nick Clifton | 2 | -1/+6 |
2019-10-25 | Allow out-of-order reads of CIEs | Tom Tromey | 2 | -75/+25 |
2019-10-25 | gdbserver does not need xstrdup | Tom Tromey | 2 | -12/+4 |
2019-10-25 | PR25125, relaxation chooses wrong branch size | Alan Modra | 2 | -4/+13 |
2019-10-25 | [gdb/testsuite] Use -wrap and $gdb_test_name in gdb_test_multiple calls (2) | Tom de Vries | 7 | -51/+47 |
2019-10-25 | PR4499, assign file positions assumes segment offsets increasing | Alan Modra | 6 | -238/+298 |
2019-10-25 | readelf PT_PHDR check | Alan Modra | 2 | -5/+16 |
2019-10-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-10-24 | Call forget_cached_source_info to clear the stale source cache | H.J. Lu | 2 | -0/+9 |
2019-10-24 | Remove python_has_threads check in configure.ac | Christian Biesinger | 3 | -45/+5 |
2019-10-24 | Simplify Python checks in configure.ac | Christian Biesinger | 4 | -95/+29 |