aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi7-11/+21
2016-11-26Fix return value of uo_redirectSimon Marchi2-2/+6
2016-11-26Remove ui_out_destroySimon Marchi3-36/+5
2016-11-26Rename ui_out_data to mi_ui_out_dataSimon Marchi2-2/+7
2016-11-26Remove unused functions and declarationsSimon Marchi5-50/+13
2016-11-26Remove stale commentsSimon Marchi3-5/+5
2016-11-25Remove check requiring void argument to functions with no parameters.John Baldwin2-10/+4
2016-11-25Fix typo in MakefileSimon Marchi2-1/+5
2016-11-25Fix typos in commentSimon Marchi2-1/+5
2016-11-25Fix typo in commentSimon Marchi2-1/+5
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin6-14/+23