aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-01Fix test names starting with uppercase using multi-line gdb_test_no_outputLuis Machado10-18/+32
2016-12-01Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_testLuis Machado52-102/+158
2016-12-01Fix test names starting with uppercase using gdb_test_multipleLuis Machado13-14/+31
2016-12-01Fix test names starting with uppercase using gdb_test_no_outputLuis Machado45-49/+98
2016-12-01Fix test names starting with uppercase using gdb_test on a single line.Luis Machado74-414/+502
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado356-648/+1008
2016-11-30Use std::string in ui_out_tableSimon Marchi2-11/+17
2016-11-30Use std::vector for cli_ui_out_data::streamsSimon Marchi3-24/+34
2016-11-30Use std::vector for mi_ui_out_data::streamsSimon Marchi2-18/+30
2016-11-30Use std::vector for ui_out::levelsSimon Marchi2-16/+27
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi5-11/+25
2016-11-30Makefiles: Disable suffix rules and implicit rulesSimon Marchi11-0/+64
2016-11-30[ARM] Read memory as unsigned integerYao Qi2-8/+14
2016-11-28Fix debug output in record_full_open_1Simon Marchi2-1/+5
2016-11-28Restrict checking value.lval on using addressYao Qi3-12/+9
2016-11-28Adjust Value.location for lval_registerYao Qi3-29/+18
2016-11-28Move computed value's frame id to piece_closureYao Qi1-13/+11
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi15-68/+69