]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/utils.c
Make "msg" const in internal_vproblem
[thirdparty/binutils-gdb.git] / gdb / utils.c
2019-04-11  Tom TromeyMake "msg" const in internal_vproblem
2019-03-09  Eli ZaretskiiSupport styling on native MS-Windows console
2019-03-06  Tom TromeyRemove free_current_contents
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-02-27  Pedro AlvesMake 'show width/height' display "unlimited" when cappe...
2019-02-27  Saagar JhaPrevent overflow in rl_set_screen_size
2019-02-17  Tom TromeyFix pager bugs with style output
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyRemove make_bpstat_clear_actions_cleanup
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28  Tom TromeyHighlight source code using GNU Source Highlight
2018-12-28  Tom TromeyReset terminal styles
2018-12-28  Tom TromeyAdd output styles to gdb
2018-12-28  Tom TromeyChange wrap buffering to use a std::string
2018-11-15  Joel BrobeckerMove copy_bitwise unittests to own unittest file
2018-11-14  Joel Brobeckerdelete ada-lang.c::move_bits, sharing and re-using...
2018-09-18  Rainer OrthCast RLIM_INFINITY to rlim_t to fix 64-bit Solaris...
2018-09-13  Tom TromeyReturn std::string from gdb_bfd_errmsg
2018-07-24  Tom TromeyRemove some unnecessary declarations and configury
2018-07-19  Tom TromeyRemove make_cleanup_value_free_to_mark
2018-06-05  Tom TromeyAdd "continue" response to pager
2018-05-31  Omair JavaidUnset gdbarch significant_addr_bit by default
2018-05-25  Tom TromeyRemove interp_ui_out
2018-05-10  Omair JavaidFix tagged pointer support
2018-05-05  Tom TromeyFix "obvious" fall-through warnings
2018-05-04  Jan Kratochvilaarch64: PR 19806: watchpoints: false negatives + PR...
2018-04-07  Simon MarchiImplement write_async_safe for mi_console_file (PR...
2018-04-05  Tom TromeyMore use of std::vector in linespec.c
2018-04-05  Tom TromeyChange streq to return bool
2018-03-30  Tom TromeyRemove make_cleanup_unpush_target
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...
next