]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/main.c
Fix buffer overrun parsing a corrupt tekhex binary.
[thirdparty/binutils-gdb.git] / gdb / main.c
2017-06-25  Simon Marchimain: Don't add int to string
2017-04-05  Pedro Alves-Wwrite-strings: Constify warning_pre_print
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-09  Pedro Alvesgdb: Use vector::emplace_back
2016-10-26  Sandra LoosemorePR 20569, segv in follow_exec
2016-10-21  Tom TromeyRemove last cleanup from captured_main_1
2016-10-21  Tom TromeyChange command stats reporting to use class
2016-09-19  Pedro Alvesgdb: Fix build breakage with GCC 4.1 and --disable-nls
2016-08-09  Pedro AlvesFix PR gdb/18653: gdb disturbs inferior's inherited...
2016-06-21  Pedro AlvesAdd new command to create extra console/mi UIs
2016-06-21  Pedro AlvesMake stdin be per UI
2016-06-21  Pedro AlvesMake main_ui be heap allocated
2016-06-21  Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21  Pedro AlvesSimplify starting the command event loop
2016-06-21  Pedro AlvesMake out and error streams be per UI
2016-06-21  Pedro AlvesMake input_fd be per UI
2016-06-21  Pedro AlvesMake instream be per UI
2016-06-21  Pedro AlvesIntroduce interpreter factories
2016-06-21  Pedro AlvesMake the interpreters be per UI
2016-06-21  Pedro AlvesMake gdb_stdout&co be per UI
2016-04-21  Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-04-19  John BaldwinCast the pointer assigned to ss_sp to char *.
2016-04-12  Pedro AlvesDon't call clear_quit_flag in captured_main
2016-03-09  Pedro AlvesSimplify saved_command_line handling
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-05-06  Joel BrobeckerGet rid of deprecated_init_ui_hook
2015-04-11  Jan KratochvilRemove --xdb
2015-04-02  Gary BensonMake the default sysroot be "target:"
2015-03-07  Pedro Alveskill volatile struct gdb_exception
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27  Pedro Alvescatch_command_errors: Remove 'mask' parameter
2015-02-27  Tom TromeyFix struct, union, and enum nesting in C++
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-11  Pedro Alvesgdb/17347 - Regression: GDB stopped on run with attache...
2014-08-29  Gary BensonUnify startup and option-parsing warnings
2014-08-29  Gary BensonReplace all usage errors with calls to error
2014-08-29  Gary BensonReplace hardwired error handler in captured_main
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-07-30  Tom Tromeyconstify exec_file_attach
2014-07-14  Pedro AlvesCanceling pagination caused by execution command from...
2014-07-14  Pedro AlvesMove catch_command_errors and catch_command_errors_cons...
2014-06-19  Gary BensonDemangler crash handler
2014-06-06  xmjadd -q in help info and doc
2014-05-16  Doug EvansNew command line option -D.
2014-02-06  Doug EvansExtension Language API
2014-01-13  Tom Tromeyremove use_windows
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-09-19  Jan KratochvilMostly code cleanup: Constification.
2013-09-18  Andrew BurgessAdd new function to access gdb_program_name.
2013-08-28  Yao Qigdb/
2013-08-01  Andrew BurgessRemove error_pre_print and quit_pre_print.
2013-07-29  Doug Evans * main.c (captured_command_loop): Tweak comment.
2013-07-06  Eli ZaretskiiRearrange --help output.
2013-07-01  Pedro AlvesConstify main.c:get_init_files.
2013-04-22  Tom Tromey PR gdb/7912:
2013-04-12  Eli ZaretskiiImplement a new command to show GDB build-time configur...
2013-04-06  Eli ZaretskiiUnbreak Windows-hosted cross debugger builds.
2013-03-23  Eli ZaretskiiFix relocation of directories in the MinGW build.
2013-03-21  Doug Evans New commands "mt set per-command {space,time,symtab...
2013-01-25  Yao Qigdb/
2013-01-21  Tom Tromey * main.c (captured_main): Call bfd_init.
2013-01-07  Tom Tromey PR cli/7719:
2013-01-03  Pierre Muller * main.c (relocate_gdb_directory): Avoid calling stat...
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-16  Doug Evans * main.c (gdb_datadir_provided): New static global.
2012-10-15  Doug Evans New option -nh: inhibit loading of ~/.gdbinit.
2012-08-29  Doug Evans * main.c (print_gdb_help): Remove reference to
2012-08-22  Tom Tromey * defs.h (quit_flag): Don't declare.
2012-07-20  Doug Evans * NEWS: Document new options "set/show use-deprecated...
2012-07-02  Jan Kratochvilgdb/
2012-04-19  Tom Tromey * top.c (quit_target): Use all_cleanups.
2012-04-17  Jan Kratochvilgdb/
2012-04-17  Jan Kratochvilgdb/
2012-04-17  Jan Kratochvilgdb/
2012-04-17  Jan Kratochvilgdb/
2012-03-19  Jan Kratochvilgdb/
2012-03-19  Jan Kratochvilgdb/
2012-03-16  Gary Bensongdb:
2012-02-20  Jan Kratochvilgdb/
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2012-01-02  Jan Kratochvilgdb/
2012-01-02  Jan Kratochvilgdb/
2011-11-05  Doug Evans * main.c (captured_main): Set lim_at_start before...
2011-09-02  Pedro Alves2011-09-02 Pedro Alves <pedro@codesourcery.com>
2011-06-13  Pedro Alves2011-06-13 Pedro Alves <pedro@codesourcery.com>
2011-05-09  Doug Evans * NEWS: Mention --with-iconv-bin.
2011-03-07  Michael Snyder2011-03-06 Michael Snyder <msnyder@vmware.com>
2011-01-09  Michael Snyder2011-01-08 Michael Snyder <msnyder@vmware.com>
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-12-29  Michael Snyder2010-12-28 Michael Snyder <msnyder@vmware.com>
2010-12-07  Doug Evans PR python/12227
2010-09-22  Jan Kratochvilgdb/
2010-06-26  Paul N. HilfingerRefactor 'maint time' command statistics.
2010-05-27  Doug Evans Allow python to find its files if moved from original...
next