Remove path name from test case
[binutils-gdb.git] / gdb / utils.h
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 BrobeckerCopyright Year update after running gdb/copyright.py
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]
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-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-10-11 Egeyar BagciogluRemove unnecessary parentheses in declarations
2017-10-09 Tom TromeyRemove make_cleanup_value_free
2017-10-03 Tom TromeyRemove set_batch_flag_and_make_cleanup_restore_page_info
2017-09-26 Walfred TedeschiMove GDB producer parsing routines to a separate file
2017-09-09 Tom TromeyRemove make_cleanup_ui_out_redirect_pop
2017-09-06 Tom TromeyRemove make_cleanup_clear_parser_state
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-04 Yao QiAdd namespace std to nullptr_t
next