]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/utils.h
gas: introduce .errif and .warnif
[thirdparty/binutils-gdb.git] / gdb / utils.h
2025-05-15  Andreas Schwabgdb: rename ldirname to gdb_ldirname
2025-05-08  Tom TromeyMove substitute_path_component
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2024-12-18  Tom TromeyRun check-include-guards.py
2024-09-07  Andrew Burgessgdb: new extract_single_filename_arg helper function
2024-05-31  Simon Marchigdb: remove unused includes in utils.h
2024-05-17  Tom TromeyRemove gdb_stdtargerr
2024-04-19  Simon Marchigdb: make target debug functions return std::string
2024-04-15  Tom TromeyAvoid complaint warning on mingw
2024-03-27  Tom TromeyFix clang build
2024-03-26  Tom TromeyCapture warnings when writing to the index cache
2024-02-07  Ciaran WoodwardRemove use of scoped_restore_tmpl from scoped_restore_w...
2024-02-01  Aditya Vidyadhar... Fix AIX build break.
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-09  Tom TromeyAdd deferred_warnings parameter to read_addrmap_from_ar...
2023-10-05  Andrew Burgessgdb: remove print_sys_errmsg
2023-07-15  Andrew Burgessgdb: style filenames in separate debug file warnings
2023-07-14  Tom TromeyRevert "Simplify auto_load_expand_dir_vars and remove...
2023-06-19  Tom de Vries[gdb] Add template functions assign_return/set_if_changed
2023-05-05  Tom TromeySimplify auto_load_expand_dir_vars and remove substitut...
2023-05-02  Tom TromeyRemove error_stream
2023-04-30  Tom de Vries[gdb/tui] Fix TUI resizing for TERM=ansi
2023-03-27  Tom TromeyUse gdb_gmp for scalar arithmetic
2023-02-27  Tom TromeyRemove old GNU indent directives
2023-01-05  Simon Marchigdbsupport: move fast_hash to gdbsupport/common-utils.h
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16  Luis Machado[aarch64] Fix removal of non-address bits for PAuth
2022-12-15  Tom TromeyMove streq and compare_cstrings to gdbsupport
2022-12-15  Tom TromeyRemove subset_compare
2022-06-08  Andrew Burgessgdb: make throw_perror_with_name static
2022-04-15  Tom TromeyReturn void from gdb_putc
2022-03-29  Tom TromeyMinor comment updates in utils.h
2022-03-29  Tom TromeyRemove vfprintf_styled
2022-03-29  Tom TromeyRename fprintf_symbol_filtered
2022-03-29  Tom TromeyRename puts_filtered_tabular
2022-03-29  Tom TromeyRename print_spaces_filtered
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb putc functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-03-29  Tom TromeyUnify vprintf functions
2022-03-29  Tom TromeyRemove fputs_styled_unfiltered
2022-03-29  Tom TromeyChange the pager to a ui_file
2022-03-29  Tom TromeyRemove vfprintf_styled_no_gdbfmt
2022-03-29  Tom TromeyOnly have one API for unfiltered output
2022-03-28  Tom TromeyAdd new timestamped_file class
2022-02-25  Keith SeitzSupport template lookups in strncmp_iw_with_mode
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-18  Tom TromeyIntroduce gdb-hashtab module in gdbsupport
2022-01-18  Tom TromeyMove gdb_argv to gdbsupport
2022-01-05  Tom TromeyImplement putstr and putstrn in ui_file
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-29  Tom TromeyRemove unusual use of core_addr_eq and core_addr_hash
2021-12-24  Tom TromeyRemove gdb_print_host_address
2021-12-24  Tom TromeyMove gdb_bfd_errmsg to gdb_bfd.c
2021-12-20  Tom TromeyRemove print_spaces
2021-12-20  Tom TromeyRemove puts_debug
2021-12-20  Tom TromeyMake n_spaces return a const char *
2021-11-08  Lancelot SIXAdd a const version of gdb_argv:as_array_view
2021-05-26  Tom TromeyIntroduce htab_delete_entry
2021-05-07  Tom TromeyRemove streq_hash in favor of htab_eq_string
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-17  Tom TromeyRemove printfi_filtered and fprintfi_filtered
2020-12-16  Tom Tromey[gdb/cli] Add a progress meter
2020-11-15  Joel BrobeckerMove uinteger_pow gdb/valarith.c to gdb/utils.c and...
2020-09-23  Tom TromeyAvoid manual memory management of argv arrays in gdb...
2020-08-14  Simon Marchigdb: add gdb_argv::as_array_view method
2020-02-07  Iain BuclawMake gdb_flush also flush the wrap buffer
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-12  Tom TromeyRemove some calls to malloc_failure
2019-12-03  Christian BiesingerReplace hash function from bcache with fast_hash
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-22  Christian BiesingerAdd a fast_hash function in common-utils
2019-10-19  Christian BiesingerReplace some more qsort calls with std::sort
2019-10-01  Pedro AlvesIntroduce gdb-specific %p format suffixes
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-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-03  Philippe WaroquiersAdd highlight style, title style, fputs_highlighted...
2019-04-27  Philippe WaroquiersHave 'thread|frame apply' style their output.
2019-03-06  Tom TromeyRemove free_current_contents
2019-03-05  Tom TromeyIntroduce ATTRIBUTE_UNUSED_RESULT and use it
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-11-14  Joel Brobeckerdelete ada-lang.c::move_bits, sharing and re-using...
2018-09-13  Tom TromeyReturn std::string from gdb_bfd_errmsg
2018-07-19  Tom TromeyRemove make_cleanup_value_free_to_mark
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-16  Tom TromeyRemove make_cleanup_free_section_addr_info
2018-02-28  Sergio Durigan JuniorCreate new common/pathstuff.[ch]
next