summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS and manual changes for command options changesusers/palves/cli-options-v3Pedro Alves2019-06-042-34/+389
* Delete parse_flags/parse_flags_qcsPedro Alves2019-06-043-219/+0
* Make "thread apply" use the gdb::option frameworkPedro Alves2019-06-044-61/+301
* "thread apply 1 -- -" vs "frame apply level 0 -- -"Pedro Alves2019-06-041-1/+1
* Make "frame apply" support -OPT optionsPedro Alves2019-06-046-44/+320
* Introduce complete_nested_command_linePedro Alves2019-06-042-0/+48
* lib/completion-support.exp: Add test_gdb_completion_offers_commandsPedro Alves2019-06-041-9/+57
* "backtrace full/no-filters/hide" completerPedro Alves2019-06-042-22/+73
* Make "backtrace" support -OPT optionsPedro Alves2019-06-046-145/+416
* "set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves2019-06-048-26/+57
* Migrate rest of compile commands to new options frameworkPedro Alves2019-06-044-70/+155
* Make "print" and "compile print" support -OPT optionsPedro Alves2019-06-046-182/+416
* Introduce generic command options frameworkPedro Alves2019-06-0412-118/+2376
* number_or_range_parser::get_number, don't treat "1 -" as a rangePedro Alves2019-06-041-4/+12
* boolean/auto-boolean commands, make "o" ambiguousPedro Alves2019-06-042-7/+18
* New set/show testing framework (gdb.base/settings.exp)Pedro Alves2019-06-046-0/+830
* gdb.base/completion.exp: Fix comment typoPedro Alves2019-06-041-1/+1
* Remove "show" command completers, "set" command completers for string commandsPedro Alves2019-06-041-1/+13
* Fix "set enum-command value junk"Pedro Alves2019-06-041-0/+4
* Allow "unlimited" abbreviationsPedro Alves2019-06-041-4/+8
* Make check_for_argument skip whitespace after arg itselfPedro Alves2019-06-045-12/+5
* Fix TID parser bugPedro Alves2019-06-043-12/+29
* Fix latent bug with custom word point completersPedro Alves2019-06-042-2/+5
* Fix latent bug in custom word point completion handlingPedro Alves2019-06-041-1/+8
* Introduce and use make_unique_xstrdupPedro Alves2019-06-0423-45/+65
* Fix paths to ChangeLog filesPedro Alves2019-06-043-5/+4
* Use CHAR_BIT instead of NBBY in libctfTom Tromey2019-06-042-6/+13
* i386: Check for reserved VEX.vvvv and EVEX.vvvvH.J. Lu2019-06-047-10/+49
* libctf: work on platforms without O_CLOEXEC.Nick Alcock2019-06-045-0/+67
* libctf: look for BSD versus GNU qsort_r signaturesNick Alcock2019-06-0410-85/+236
* libctf: fix use-after-free in function dumpingNick Alcock2019-06-042-1/+5
* libctf: fix the type of ctf_enum.cte_valueNick Alcock2019-06-042-1/+5
* Enable Intel AVX512_VP2INTERSECT insnH.J. Lu2019-06-0426-4143/+4665
* Add support for Intel ENQCMD[S] instructionsH.J. Lu2019-06-0420-4065/+4373
* Add an objfile getter to gdb.TypeChristian Biesinger via gdb-patches2019-06-047-0/+41
* Remove an unnecessary set of parentheses in the arm-dis.c source file.Alan Hayward2019-06-042-1/+5
* Automatic date update in version.inGDB Administrator2019-06-041-1/+1
* Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes.Philippe Waroquiers2019-06-034-4/+95
* Update tests following changes to "help" and "apropos"Philippe Waroquiers2019-06-038-29/+102
* Improve usability and/or readibility of help and apropos output.Philippe Waroquiers2019-06-034-22/+69
* Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers2019-06-035-34/+161
* Revert patch that disables building libctf for non-ELF based targets.Nick Clifton2019-06-0312-182/+37
* Don't waste space in prefix_opcd_indicesAlan Modra2019-06-032-1/+5
* Automatic date update in version.inGDB Administrator2019-06-031-1/+1
* Remove fromhex implementation from gdbreplayTom Tromey2019-06-023-20/+7
* Automatic date update in version.inGDB Administrator2019-06-021-1/+1
* Automatic date update in version.inGDB Administrator2019-06-011-1/+1
* NEWS and documentation for | (pipe) command.Philippe Waroquiers2019-05-314-0/+102
* Test the | (pipe) command.Philippe Waroquiers2019-05-313-1/+97
* Implement | (pipe) command.Philippe Waroquiers2019-05-313-2/+116