aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-12-22infrun.c (set_step_over_info): Add comment.Doug Evans1-0/+4
2016-12-22New syntax for mt print symbols,msymbols,psymbols.Doug Evans1-0/+18
2016-12-22Class-ify ui_outSimon Marchi1-0/+414
2016-12-20gdb: Constify solib_findPedro Alves1-0/+12
2016-12-20Fix longjmp across readline w/ --enable-sjlj-exceptions toolchainsPedro Alves1-0/+9
2016-12-20Set emacs default mode for the GDB directory to C++Antoine Tremblay1-0/+7
2016-12-16Darwin: Fix gdb compilation.Bernhard Heckel1-0/+4
2016-12-12Remove assert on exec_bfd in cris_delayed_get_disassemblerYao Qi1-0/+6
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-0/+111
2016-12-09Add ChangeLog entriesYao Qi1-0/+16
2016-12-09Use code cache in aarch64 prologue analyzerYao Qi1-0/+6
2016-12-09Use code cache in arm prologue analyzerYao Qi1-0/+13
2016-12-09Hurd: Adjust to changes to "push pruning old threads down to the target"Thomas Schwinge1-0/+3
2016-12-09Avoid PATH_MAX usageThomas Schwinge1-0/+4
2016-12-08Hurd: In the CLI, use parse_thread_id instead of global_thread_id_to_ptidSimon Marchi1-0/+6
2016-12-08Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++Thomas Schwinge1-0/+6
2016-12-08Hurd, C++: kern_return_t vs. error_tThomas Schwinge1-0/+14
2016-12-08Hurd, C++: Avoid "const char *" to "char *" castsThomas Schwinge1-0/+5
2016-12-08Hurd, C++: Avoid GNU C nested functionsThomas Schwinge1-0/+4
2016-12-08Hurd, C++: Explicitly cast "void *"Thomas Schwinge1-0/+5
2016-12-07Hurd: Adjust to "Per-inferior/Inferior-qualified thread IDs" changesThomas Schwinge1-0/+5
2016-12-06Remove unnecessary inferior lookup in inferior_commandSimon Marchi1-0/+5
2016-12-06Assert on lval_registerYao Qi1-0/+8
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi1-0/+14
2016-12-02Support an "unlimited" number of user-defined argumentsPedro Alves1-0/+20
2016-12-02Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves1-0/+12
2016-12-02PR symtab/16264 - support DW_AT_main_subprogramTom Tromey1-0/+10
2016-12-02Rename some trace functionsSimon Marchi1-0/+38
2016-12-02Remove mi_out_data::suppress_outputSimon Marchi1-0/+13
2016-12-02[AArch64] Recognize STR instruction in prologueYao Qi1-0/+7
2016-12-02Add unit test to aarch64 prologue analyzerYao Qi1-0/+16
2016-12-01Class-ify ui_out_tableSimon Marchi1-0/+38
2016-12-01ui_out_table: Replace boolean flag with enumSimon Marchi1-0/+13
2016-12-01Simplify ui-out level codeSimon Marchi1-0/+26
2016-12-01Class-ify ui_out_levelSimon Marchi1-0/+10
2016-12-01Class-ify ui_out_hdrSimon Marchi1-0/+8
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi1-0/+20
2016-12-01Replace hand-made linked list of ui_out_hdr by vector and iteratorSimon Marchi1-0/+13
2016-11-30Use std::string in ui_out_tableSimon Marchi1-0/+10
2016-11-30Use std::vector for cli_ui_out_data::streamsSimon Marchi1-0/+18
2016-11-30Use std::vector for mi_ui_out_data::streamsSimon Marchi1-0/+17
2016-11-30Use std::vector for ui_out::levelsSimon Marchi1-0/+12
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi1-0/+13
2016-11-30Makefiles: Disable suffix rules and implicit rulesSimon Marchi1-0/+7
2016-11-30[ARM] Read memory as unsigned integerYao Qi1-0/+5
2016-11-28Fix debug output in record_full_open_1Simon Marchi1-0/+4
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-0/+22
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi1-0/+10
2016-11-26Fix return value of uo_redirectSimon Marchi1-0/+5
2016-11-26Remove ui_out_destroySimon Marchi1-0/+5