Re: Allow new just-symbols test to run on XCOFF and PE
[binutils-gdb.git] / gdb / main.c
2020-06-27 Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-06-11 Jonny Grantgdb: add mailing list and IRC information to --help
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13 Tom TromeyMove start_event_loop out of event-loop.c
2020-02-20 Andrew Burgessgdb: Allow more control over where to find python libraries
2020-01-03 Philippe WaroquiersEnsure GDB warnings are styled.
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26 Tom TromeyIntroduce alternate_signal_stack RAII class
2019-10-29 Christian BiesingerLoad system gdbinit files from a directory
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-10-10 Christian BiesingerInclude gdbtk.h to avoid declarations
2019-10-01 Philippe WaroquiersFix leak due to assigning a xstrdup-ed string to the...
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-09-11 Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-09-11 Christian BiesingerFactor out the code to do the datadir-relocation for...
2019-09-11 Christian BiesingerRefactor get_init_files to use std::string
2019-09-06 Christian BiesingerChange int to bool for the relocate_* functions
2019-07-11 Tom TromeyRemove init_cli_cmds
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-31 Philippe WaroquiersAdd previous_saved_command_line to allow a command...
2019-04-25 Tom TromeyMake exception handling more efficient
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-03-06 Tom TromeyRemove basic cleanup code
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...
next