Remove some calls to malloc_failure
[deliverable/binutils-gdb.git] / gdb / utils.c
2019-12-12  Tom TromeyRemove some calls to malloc_failure
2019-11-01  Tom TromeySimplify print_sys_errmsg
2019-10-31  Christian BiesingerUse strerror_r in safe_strerror if available
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-22  Christian BiesingerFix compile error & incorrect push
2019-10-22  Christian BiesingerUse libxxhash for hashing, if present
2019-10-19  Christian BiesingerReplace some more qsort calls with std::sort
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-01  Pedro AlvesIntroduce gdb-specific %p format suffixes
2019-09-26  Tom TromeyRemove gdb_usleep.c
2019-09-26  Tom TromeyRemove initialize_utils
2019-09-25  Tom TromeyRemove make_hex_string
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-06  Tom TromeyAdd more styling to "disassemble"
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-18  Andrew Burgessgdb: Remove use of deprecated_interactive_hook
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-06-03  Philippe WaroquiersAdd highlight style, title style, fputs_highlighted...
2019-05-08  Tom TromeyFix build problem in fputs_maybe_filtered
2019-05-08  Tom TromeyFix style bug when paging
2019-04-27  Philippe WaroquiersHave 'thread|frame apply' style their output.
2019-04-12  Eli ZaretskiiAnother fix for GDB styling
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
next
This page took 0.60451 seconds and 107 git commands to generate.