aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-04libctf: look for BSD versus GNU qsort_r signaturesNick Alcock10-85/+236
2019-06-04libctf: fix use-after-free in function dumpingNick Alcock2-1/+5
2019-06-04libctf: fix the type of ctf_enum.cte_valueNick Alcock2-1/+5
2019-06-04Enable Intel AVX512_VP2INTERSECT insnH.J. Lu26-4143/+4665
2019-06-04Add support for Intel ENQCMD[S] instructionsH.J. Lu20-4065/+4373
2019-06-04Add an objfile getter to gdb.TypeChristian Biesinger via gdb-patches7-0/+41
2019-06-04Remove an unnecessary set of parentheses in the arm-dis.c source file.Alan Hayward2-1/+5
2019-06-04Automatic date update in version.inGDB Administrator1-1/+1
2019-06-03Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes.Philippe Waroquiers4-4/+95
2019-06-03Update tests following changes to "help" and "apropos"Philippe Waroquiers8-29/+102
2019-06-03Improve usability and/or readibility of help and apropos output.Philippe Waroquiers4-22/+69
2019-06-03Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers5-34/+161
2019-06-03Revert patch that disables building libctf for non-ELF based targets.Nick Clifton12-182/+37
2019-06-03Don't waste space in prefix_opcd_indicesAlan Modra2-1/+5
2019-06-03Automatic date update in version.inGDB Administrator1-1/+1
2019-06-02Remove fromhex implementation from gdbreplayTom Tromey3-20/+7
2019-06-02Automatic date update in version.inGDB Administrator1-1/+1
2019-06-01Automatic date update in version.inGDB Administrator1-1/+1
2019-05-31NEWS and documentation for | (pipe) command.Philippe Waroquiers4-0/+102
2019-05-31Test the | (pipe) command.Philippe Waroquiers3-1/+97
2019-05-31Implement | (pipe) command.Philippe Waroquiers3-2/+116
2019-05-31Add function execute_command_to_ui_filePhilippe Waroquiers3-13/+32
2019-05-31Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers6-24/+125
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi26-115/+883
2019-05-31Automatic date update in version.inGDB Administrator1-1/+1
2019-05-30RISC-V: Fix lui argument parsing.Jim Wilson4-5/+16
2019-05-30Two comment fixes in gdbtypes.hTom Tromey2-2/+9
2019-05-30Initialize variable word in completeJan Vrany2-0/+12
2019-05-30Revert "Sync top level files with versions from gcc."Nick Clifton6-10293/+575
2019-05-30Harmonize readelf's output for version sections.Nick Clifton4-3/+14
2019-05-30Automatic date update in version.inGDB Administrator1-1/+1
2019-05-29Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define'Sergio Durigan Junior2-17/+22
2019-05-29Fix failure in gdb.ada/complete.expTom Tromey2-2/+8
2019-05-29Make some DWARF complaints clearerTom Tromey2-6/+26
2019-05-29Fix crash in cp_print_value_fieldsTom Tromey5-7/+90
2019-05-30s12z genelf.emAlan Modra5-4/+19
2019-05-30Support tcl procedure calls in run_dump_test xfailAlan Modra56-98/+161
2019-05-29Add new GCC 9 warnings to warnings.m4Tom Tromey6-3/+25
2019-05-29Add "set print finish"Tom Tromey9-5/+87
2019-05-29Update release tools with libctf support.Nick Clifton4-3/+13
2019-05-29Sync top level files with versions from gcc.Nick Clifton6-575/+10293
2019-05-29Do not build libctf for targets that do not use the ELF file format.Nick Clifton12-13/+202
2019-05-29Fix libctf build on non-ELF targets.Nick Alcock8-1/+195
2019-05-29Automatic date update in version.inGDB Administrator1-1/+1
2019-05-28MIPS/LD: Skip overflow check for %pcrel_hi relocationsFaraz Shahbazker9-13/+78
2019-05-28x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVLH.J. Lu8-4/+38
2019-05-28Remove find_old_style_renaming_symbolTom Tromey4-187/+22
2019-05-28Add libctf to top-level MAINTAINERS; add myself as CTF maintainer.Nick Alcock4-1/+10
2019-05-28binutils: CTF support for objdump and readelfNick Alcock10-27/+480
2019-05-28libctf: build systemNick Alcock12-7/+10680