Automatic date update in version.in
[external/binutils.git] / gdb / main.c
2019-02-21 Alan HaywardDisable styling when running in batch mode
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-30 Tom TromeyCheck return value of bfd_init
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-24 Tom TromeyAdd "const" to a few locals in gdb
2018-08-29 Gary BensonIndicate batch mode failures by exiting with nonzero...
2018-07-04 Simon Marchidarwin: Don't use sbrk
2018-06-05 Tom TromeyRemove some text from --version output
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-01-05 Pedro AlvesFix regression: cannot start with LD_PRELOAD=libSegFaul...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-02 Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01 Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01 Sergio Durigan JuniorAdd support for the readnever concept
2017-11-07 Tom TromeyConstify execute_command
2017-10-20 Pedro AlvesFix gdb.gdb/ selftest tests when testing optimized...
2017-10-10 Pedro AlvesEliminate catch_errors
2017-10-03 Tom TromeyRemove make_delete_ui_cleanup
2017-09-30 Tom TromeyRemove some unused declarations
2017-09-22 Sergio Durigan JuniorGet rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
2017-09-20 Tom TromeyOverload catch_command_errors
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-22 Tom TromeyChange gdb_abspath to return a unique_xmalloc_ptr
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...
next