Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / utils.c
2016-08-09  Pedro AlvesFix PR gdb/20418 - Problems with synchronous commands...
2016-06-21  Pedro AlvesMake stdin be per UI
2016-06-21  Pedro AlvesMake instream be per UI
2016-04-12  Pedro AlvesEliminate immediate_quit
2016-04-12  Pedro Alvestarget remote: Don't rely on immediate_quit (introduce...
2016-04-12  Pedro AlvesDo target_terminal_ours in query & friends instead...
2016-04-12  Pedro AlvesAdd missing cleanups to defaulted_query and prompt_for_...
2016-04-12  Pedro AlvesUse target_terminal_ours_for_output in warning/internal...
2016-04-12  Pedro AlvesDon't set immediate_quit in prompt_for_continue
2016-03-31  Catalin Udmapython: Use console format for output of gdb.execute...
2016-03-09  Pedro AlvesUpdate prompt_for_continue comments
2016-02-23  Doug EvansExtend "skip" command to support -file, -gfile, -functi...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-19  Sandra LoosemoreMake prompt_for_continue call throw_quit directly.
2015-11-17  Pedro Alves[C++/mingw] Misc alloca casts
2015-10-29  Eli ZaretskiiDisable paging when run by Emacs 25.1 and later.
2015-10-27  Pedro AlvesMake host_address_to_string/gdb_print_host_address...
2015-10-09  Eli ZaretskiiFix typos in comments
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-27  Pedro Alvesgdb: Use sighandler_t everywhere
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Pedro Alvesremote: allow aborting long operations (e.g., file...
2015-08-24  Pedro AlvesPrepare for gnulib update
2015-08-06  Simon MarchiAdd casts for legitimate integer to enum conversions
2015-07-15  Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
2015-07-15  Jan KratochvilMove gdb_regex* to common/
2015-06-15  Jan KratochvilMove utility functions to common/
2015-06-10  Gary BensonMove make_cleanup_close to common code
2015-04-28  Patrick PalkaDisable readline's SIGWINCH handler
2015-04-28  Patrick PalkaIntroduce function for directly updating GDB's screen...
2015-04-11  Jan KratochvilRemove --xdb
2015-03-06  Gary BensonNew common function "startswith"
2015-03-02  Joel BrobeckerRemove use of stdbool.h in GDB sources.
2015-02-10  Mark Wielaardgdb producer_is_gcc fix bool return value.
2015-02-10  Mark WielaardChange producer_is_gcc function return type to bool.
2015-01-29  Mark WielaardMerge GCC producer parsers. Allow digits in identifiers.
2015-01-09  Patrick PalkaConsolidate the custom TUI query hook with the default...
2015-01-08  Yao Qialways read synthetic pointers as signed integers
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-13  Doug Evansutils.c (make_hex_string): Fix off-by-one error.
2014-12-13  Joel BrobeckerAvoid use of sprintf in gdb/utils.c:make_hex_string
2014-12-04  Doug EvansNew python attribute gdb.Objfile.build_id.
2014-11-28  Joel Brobeckergdb_realpath: Rework comment about handling on Windows.
2014-11-28  Yao QiUse canonicalize_file_name unconditionally
2014-11-21  Yao QiInclude alloca.h unconditionally
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-29  Gary BensonMove internal_{,v}warning to common/errors.[ch]
2014-08-29  Gary BensonMake warning usable earlier
2014-08-29  Gary BensonMake internal_vproblem always work
2014-08-19  Gary BensonIntroduce common/errors.h
2014-08-19  Gary BensonEnsure internal_vproblem always prints the message
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-05  Gary BensonRemove spurious va_end in vwarning
2014-08-05  Alan ModraPrepare gdb for 64-bit obstacks
2014-07-24  Gary BensonRationalize "fatal" error handling outside of gdbserver
2014-07-18  Tom Tromeyfix PR gdb/17130
2014-07-14  Pedro AlvesPut GDB's terminal settings into effect when paginating
2014-06-19  Gary BensonRefactor and expose core-dumping functionality
2014-06-19  Gary BensonAdd new internal problem for demangler warnings
2014-06-05  Simon MarchiPR mi/15806: Fix quoting of async events
2014-06-04  Tom Tromeyconstify to_attach
2014-05-27  Gary BensonPrompt the user to file bug reports for internal errors...
2014-03-27  Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-03-18  Jan KratochvilFix SIGTERM signal safety (PR gdb/15358).
2014-02-12  Tom Tromeyshare "cell" code
2014-02-06  Doug EvansExtension Language API
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-02  Jan KratochvilRecord objfile->original_name as an absolute path
2013-11-18  Tom Tromeyremove gdb_string.h
2013-10-29  Tom Tromeyundef reg in gdb_curses.h
2013-10-13  Jan KratochvilImprove Executable displayed path (PR 15415 regression...
2013-10-11  Joel Brobeckerwarn if "source" fails to open the file when from_tty...
2013-10-11  Joel Brobeckernew function perror_string extracted out of throw_perro...
2013-10-02  Keith SeitzConstification of parse_linespec and fallout:
2013-08-13  Pierre Muller * src/gdb/utils.c (init_page_info): Only call tgetnum...
2013-08-01  Andrew BurgessRemove error_pre_print and quit_pre_print.
2013-07-31  Andrew BurgessRemove deprecated_throw_reason from internal_verror.
2013-07-01  Pedro AlvesNormalize on PATH_MAX instead of MAXPATHLEN throughout.
2013-07-01  Pedro Alvesutils.c: pathconf call, check for _PC_PATH_MAX instead...
2013-06-18  Tom TromeyFix PR symtab/15391
2013-05-30  Tom Tromeyfix compile_rx_or_error
2013-05-30  Tom Tromeyfix up cleanup handling in internal_vproblem
2013-04-15  Tom Tromey PR c++/13588:
2013-04-10  Pedro AlvesAccept "set foo unlimited" in integer/uinteger/zuintege...
2013-03-22  Jan Kratochvilgdb/
2013-03-21  Doug Evans New commands "mt set per-command {space,time,symtab...
2013-03-07  Pedro AlvesFix -Wpointer-sign around strings/encoding conversions.
2013-03-07  Eli Zaretskii * utils.c (initialize_utils): Improve doc strings...
2013-02-14  Pedro AlvesMove savestring to common/common-utils.c, make gdbserve...
2013-02-14  Pedro Alvessavestring: Rename parameter 'size' to 'len'.
2013-02-03  Jan Kratochvilgdb/
2013-01-30  Tom Tromey * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink...
2013-01-13  Jan Kratochvilgdb/
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-08-22  Tom Tromey * defs.h (quit_flag): Don't declare.
2012-08-22  Tom Tromey * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2012-08-08  Doug Evans * utils.c (prompt_for_continue_wait_time): New static...
2012-07-18  Doug Evans * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
next
This page took 0.998364 seconds and 107 git commands to generate.