Remove cleanups from prompt_for_continue
[external/binutils.git] / gdb / utils.c
2018-03-27 Tom TromeyRemove cleanups from prompt_for_continue
2018-03-16 Tom TromeyRemove make_cleanup_free_section_addr_info
2018-03-03 Simon MarchiMake delim_string_to_char_ptr_vec return an std::vector
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-08 Yao QiClear non-significant bits of address on memory access
2017-12-05 Simon MarchiRemove some unused variables
2017-11-29 Pedro AlvesBreakpoints in symbols with ABI tags (PR c++/19436)
2017-11-24 Pedro AlvesMake strcmp_iw NOT ignore whitespace in the middle...
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-07 Tom TromeyConstify add_setshow_*
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-09 Tom TromeyRemove make_cleanup_value_free
2017-10-03 Tom TromeyFix incorrect string_printf use in utils.c
2017-10-03 Tom TromeyUse std::string in utils.c
2017-10-03 Tom TromeyRemove set_batch_flag_and_make_cleanup_restore_page_info
2017-09-30 Tom TromeyRemove cleanups from utils.c
2017-09-26 Walfred TedeschiMove GDB producer parsing routines to a separate file
2017-09-22 Tom TromeyChange type of scoped_input_handler::m_quit_handler
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-16 Simon MarchiAdd selftests run filtering
2017-09-10 Andrew Burgessgdb: Remove check for gdb_stderr == NULL
2017-09-09 Tom TromeyRemove make_cleanup_ui_out_redirect_pop
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-06 Tom TromeyRemove make_cleanup_clear_parser_state
2017-09-03 Tom TromeyReturn std::string from perror_string
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-22 Tom TromeyChange gdb_realpath_keepfile to return a unique_xmalloc_ptr
2017-08-22 Tom TromeyChange gdb_abspath to return a unique_xmalloc_ptr
2017-08-03 Tom TromeyRemove make_cleanup_freeargv and gdb_buildargv
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyRemove make_cleanup_free_so
2017-08-03 Tom TromeyRemove make_cleanup_restore_current_language
2017-08-03 Tom TromeyRemove make_cleanup_fclose
2017-07-17 Pedro AlvesIntroduce strncmp_iw
2017-06-27 Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-06-07 Sergio Durigan JuniorMove parts of inferior job control to common/
2017-06-07 Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Constify warning_pre_print
2017-03-27 Pedro Alvesgdb: Make ldirname return a std::string
2017-02-10 Simon MarchiDo not send queries on secondary UIs
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-26 Yao QiNew function null_stream
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-11 Tom TromeyRemove make_cleanup_htab_delete
2017-01-10 Simon MarchiChange return type of ui_out redirect to void
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-27 Simon MarchiConstify wrap_here/wrap_hint code path
2016-11-23 Pedro Alvesgdb: Use C++11 std::chrono
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/utils.c
2016-11-05 Simon MarchiFix a few typos
2016-10-21 Tom TromeyUse scoped_restore for ui_file
2016-10-06 Tom TromeyRemove Java support
2016-09-23 Tom TromeyUse std::string rather than dyn-string
2016-09-23 Tom TromeyRemove some unnecessary code
2016-09-16 Simon MarchiIntroduce cleanup to restore current_uiout
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
next