summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* NEWS and manual changes for command options changesusers/palves/cli-options-v1Pedro Alves2019-05-222-34/+389
* Delete parse_flags/parse_flags_qcsPedro Alves2019-05-223-219/+0
* Make "thread apply" use the gdb::option frameworkPedro Alves2019-05-224-61/+301
* "thread apply 1 -- -" vs "frame apply level 0 -- -"Pedro Alves2019-05-221-1/+1
* Make "frame apply" support -OPT optionsPedro Alves2019-05-226-44/+320
* Introduce complete_commandPedro Alves2019-05-222-0/+47
* lib/completion-support.exp: Add test_gdb_completion_offers_commandsPedro Alves2019-05-221-9/+57
* "backtrace full/no-filters/hide" completerPedro Alves2019-05-222-22/+73
* Make "backtrace" support -OPT optionsPedro Alves2019-05-226-141/+421
* Introduce rename_cmdPedro Alves2019-05-222-32/+77
* Migrate rest of compile commands to new options frameworkPedro Alves2019-05-224-70/+155
* Make "print" and "compile print" support -OPT optionsPedro Alves2019-05-226-182/+416
* Introduce generic command options frameworkPedro Alves2019-05-2212-118/+2381
* number_or_range_parser::get_number, don't treat "1 -" as a rangePedro Alves2019-05-221-4/+12
* boolean/auto-boolean commands, make "o" ambiguousPedro Alves2019-05-222-7/+18
* New set/show testing framework (gdb.base/settings.exp)Pedro Alves2019-05-226-0/+821
* gdb.base/settings.exp: Fix comment typoPedro Alves2019-05-221-1/+1
* Remove "show" command completersPedro Alves2019-05-221-22/+52
* Fix "set enum-command value garbage"Pedro Alves2019-05-221-0/+4
* Allow "unlimited" abbreviationsPedro Alves2019-05-221-4/+8
* Make check_for_argument skip whitespace after arg itselfPedro Alves2019-05-224-9/+5
* Fix TID parser bugPedro Alves2019-05-223-12/+29
* Fix latent bug with custom word point completersPedro Alves2019-05-222-2/+5
* Fix latent bug in custom word point completion handlingPedro Alves2019-05-221-1/+8
* [gdb/testsuite] Require c++11 for gdb.base/align.expTom de Vries2019-05-222-1/+9
* [gdb/testsuite] Add missing mi_skip_python_tests to py-mi-var-info-path-expre...Tom de Vries2019-05-222-0/+9
* AArch64: Treat pauth ops as nops on non-pauth systemsAlan Hayward2019-05-225-1/+94
* Document gdb.in/gdb.cmd files and debugredirect cli commandAlan Hayward2019-05-226-0/+47
* gdb/riscv: Improve flen length determinationSimon Cook2019-05-222-1/+21
* gdb/doc: Minor formatting fixes in documentation of -completeJan Vrany2019-05-222-2/+6
* gdb/fortran: Handle gdbarch_floatformat_for_type returning nullptrAndrew Burgess2019-05-212-2/+16
* [gdb/cli] Fix use of uninitialized variable in complete_commandTom de Vries2019-05-212-2/+7
* [gdb/testsuite] Require c++11 where necessaryTom de Vries2019-05-217-5/+20
* testsuite: Mark the kill in gdbserver_run as optionalAlan Hayward2019-05-212-1/+5
* gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floatsAndrew Burgess2019-05-188-11/+27
* gdb: Add constructor to struct cu_partial_die_infoAndrew Burgess2019-05-182-11/+26
* Don't cast away const in find_and_open_sourceTom Tromey2019-05-172-3/+5
* Constify annotate_sourceTom Tromey2019-05-173-2/+7
* testsuite: Remove TRANSCRIPT supportAlan Hayward2019-05-173-68/+8
* testsuite: Add replay logging to GDBSERVER_DEBUGAlan Hayward2019-05-173-21/+68
* testsuite: Create .cmd files for gdb and gdbserverAlan Hayward2019-05-173-0/+29
* testsuite: Record all gdb input to gdb.inAlan Hayward2019-05-172-18/+106
* testsuite: Disable some tests when loggingAlan Hayward2019-05-1722-14/+165
* testsuite: Add option to capture GDB debugAlan Hayward2019-05-174-1/+92
* Add debug redirect optionAlan Hayward2019-05-1710-33/+140
* Change file close behavior for tee_fileAlan Hayward2019-05-179-75/+86
* MI: Add new command -completeJan Vrany2019-05-1710-0/+248
* MI: extract command completion logic from complete_command()Jan Vrany2019-05-174-28/+50
* Add myself to gdb/MAINTAINERSJan Vrany2019-05-172-0/+5
* [gdb] Fix heap-use-after-free in typename_concatTom de Vries2019-05-172-10/+40