summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* update copyright year range in GDB filesJoel Brobecker2017-01-014359-4366/+4370
* Rotate GDB main ChangeLog for 2017Joel Brobecker2017-01-013-10284/+10298
* Fix more cases of improper test namesLuis Machado2016-12-23746-942/+1597
* Fix incorrect reference to source filesLuis Machado2016-12-233-3/+8
* Updated email address.Bernhard Heckel2016-12-231-1/+1
* infrun.c (set_step_over_info): Add comment.Doug Evans2016-12-222-1/+7
* New syntax for mt print symbols,msymbols,psymbols.Doug Evans2016-12-228-195/+422
* Class-ify ui_outSimon Marchi2016-12-2264-2377/+2341
* gdb: Constify solib_findPedro Alves2016-12-205-9/+22
* Fix longjmp across readline w/ --enable-sjlj-exceptions toolchainsPedro Alves2016-12-202-5/+27
* Set emacs default mode for the GDB directory to C++Antoine Tremblay2016-12-203-1/+18
* Clean up gdb.gdb/selftest.expYao Qi2016-12-192-293/+6
* Darwin: Fix gdb compilation.Bernhard Heckel2016-12-162-3/+6
* Remove assert on exec_bfd in cris_delayed_get_disassemblerYao Qi2016-12-122-4/+7
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-0944-979/+193
* Add ChangeLog entriesYao Qi2016-12-092-0/+24
* Create tdep->rx_psw_type and tdep->rx_fpsw_type lazilyYao Qi2016-12-092-48/+62
* Create tdep->rl78_psw_type lazilyYao Qi2016-12-092-17/+25
* Add test that exercises all bfd architecture, osabi, endian, etc. combinationsPedro Alves2016-12-0910-0/+497
* Use code cache in aarch64 prologue analyzerYao Qi2016-12-092-1/+7
* Use code cache in arm prologue analyzerYao Qi2016-12-092-19/+32
* Compile gdb.perf/skip-prologue.c with and without debug infoYao Qi2016-12-092-1/+12
* Hurd: Adjust to changes to "push pruning old threads down to the target"Thomas Schwinge2016-12-092-0/+5
* Avoid PATH_MAX usageThomas Schwinge2016-12-092-10/+9
* Hurd: In the CLI, use parse_thread_id instead of global_thread_id_to_ptidSimon Marchi2016-12-082-8/+10
* Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++Thomas Schwinge2016-12-084-18/+40
* Hurd, C++: kern_return_t vs. error_tThomas Schwinge2016-12-083-37/+51
* Hurd, C++: Avoid "const char *" to "char *" castsThomas Schwinge2016-12-082-11/+33
* Hurd, C++: Avoid GNU C nested functionsThomas Schwinge2016-12-082-9/+15
* Hurd, C++: Explicitly cast "void *"Thomas Schwinge2016-12-082-2/+7
* Hurd: Adjust to "Per-inferior/Inferior-qualified thread IDs" changesThomas Schwinge2016-12-072-1/+6
* Remove unnecessary inferior lookup in inferior_commandSimon Marchi2016-12-062-3/+5
* Assert on lval_registerYao Qi2016-12-063-1/+14
* Introduce enum_flag type for ui_out flagsSimon Marchi2016-12-026-12/+27
* Remove unneeded pattern matching in gdb.base/maint.expLuis Machado2016-12-022-16/+10
* Support an "unlimited" number of user-defined argumentsPedro Alves2016-12-027-84/+181
* Test user-defined gdb commands and arguments stackPedro Alves2016-12-022-0/+65
* Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves2016-12-029-11/+102
* Revert change to gdb.cp/ovldbreak.expLuis Machado2016-12-022-0/+9
* PR symtab/16264 - support DW_AT_main_subprogramTom Tromey2016-12-025-12/+138
* Rename some trace functionsSimon Marchi2016-12-025-48/+86
* Remove mi_out_data::suppress_outputSimon Marchi2016-12-022-23/+13
* [AArch64] Recognize STR instruction in prologueYao Qi2016-12-022-0/+82
* Add unit test to aarch64 prologue analyzerYao Qi2016-12-024-9/+150
* Don't handle timeout inside gdb_test_multipleLuis Machado2016-12-014-21/+9
* Class-ify ui_out_tableSimon Marchi2016-12-012-158/+223
* ui_out_table: Replace boolean flag with enumSimon Marchi2016-12-012-16/+38
* Simplify ui-out level codeSimon Marchi2016-12-015-55/+60
* Class-ify ui_out_levelSimon Marchi2016-12-012-21/+54
* Class-ify ui_out_hdrSimon Marchi2016-12-012-27/+77