aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Add generated filesbinutils-2_28Tristan Gingold2-0/+1136
2016-12-22infrun.c (set_step_over_info): Add comment.Doug Evans2-1/+7
2016-12-22New syntax for mt print symbols,msymbols,psymbols.Doug Evans8-195/+422
2016-12-22Class-ify ui_outSimon Marchi64-2377/+2341
2016-12-20gdb: Constify solib_findPedro Alves5-9/+22
2016-12-20Fix longjmp across readline w/ --enable-sjlj-exceptions toolchainsPedro Alves2-5/+27
2016-12-20Set emacs default mode for the GDB directory to C++Antoine Tremblay3-1/+18
2016-12-19Clean up gdb.gdb/selftest.expYao Qi2-293/+6
2016-12-16Darwin: Fix gdb compilation.Bernhard Heckel2-3/+6
2016-12-12Remove assert on exec_bfd in cris_delayed_get_disassemblerYao Qi2-4/+7
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves44-979/+193
2016-12-09Add ChangeLog entriesYao Qi2-0/+24
2016-12-09Create tdep->rx_psw_type and tdep->rx_fpsw_type lazilyYao Qi2-48/+62
2016-12-09Create tdep->rl78_psw_type lazilyYao Qi2-17/+25
2016-12-09Add test that exercises all bfd architecture, osabi, endian, etc. combinationsPedro Alves10-0/+497
2016-12-09Use code cache in aarch64 prologue analyzerYao Qi2-1/+7
2016-12-09Use code cache in arm prologue analyzerYao Qi2-19/+32
2016-12-09Compile gdb.perf/skip-prologue.c with and without debug infoYao Qi2-1/+12
2016-12-09Hurd: Adjust to changes to "push pruning old threads down to the target"Thomas Schwinge2-0/+5
2016-12-09Avoid PATH_MAX usageThomas Schwinge2-10/+9
2016-12-08Hurd: In the CLI, use parse_thread_id instead of global_thread_id_to_ptidSimon Marchi2-8/+10
2016-12-08Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++Thomas Schwinge4-18/+40
2016-12-08Hurd, C++: kern_return_t vs. error_tThomas Schwinge3-37/+51
2016-12-08Hurd, C++: Avoid "const char *" to "char *" castsThomas Schwinge2-11/+33
2016-12-08Hurd, C++: Avoid GNU C nested functionsThomas Schwinge2-9/+15
2016-12-08Hurd, C++: Explicitly cast "void *"Thomas Schwinge2-2/+7
2016-12-07Hurd: Adjust to "Per-inferior/Inferior-qualified thread IDs" changesThomas Schwinge2-1/+6
2016-12-06Remove unnecessary inferior lookup in inferior_commandSimon Marchi2-3/+5
2016-12-06Assert on lval_registerYao Qi3-1/+14
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi6-12/+27
2016-12-02Remove unneeded pattern matching in gdb.base/maint.expLuis Machado2-16/+10
2016-12-02Support an "unlimited" number of user-defined argumentsPedro Alves7-84/+181
2016-12-02Test user-defined gdb commands and arguments stackPedro Alves2-0/+65
2016-12-02Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves9-11/+102
2016-12-02Revert change to gdb.cp/ovldbreak.expLuis Machado2-0/+9
2016-12-02PR symtab/16264 - support DW_AT_main_subprogramTom Tromey5-12/+138
2016-12-02Rename some trace functionsSimon Marchi5-48/+86
2016-12-02Remove mi_out_data::suppress_outputSimon Marchi2-23/+13
2016-12-02[AArch64] Recognize STR instruction in prologueYao Qi2-0/+82
2016-12-02Add unit test to aarch64 prologue analyzerYao Qi4-9/+150
2016-12-01Don't handle timeout inside gdb_test_multipleLuis Machado4-21/+9
2016-12-01Class-ify ui_out_tableSimon Marchi2-158/+223
2016-12-01ui_out_table: Replace boolean flag with enumSimon Marchi2-16/+38
2016-12-01Simplify ui-out level codeSimon Marchi5-55/+60
2016-12-01Class-ify ui_out_levelSimon Marchi2-21/+54
2016-12-01Class-ify ui_out_hdrSimon Marchi2-27/+77
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi6-53/+62
2016-12-01Replace hand-made linked list of ui_out_hdr by vector and iteratorSimon Marchi2-56/+57
2016-12-01Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado193-238/+434
2016-12-01Fix test names starting with uppercase using multi-line gdb_test_multipleLuis Machado2-5/+7