Remove path name from test case
[binutils-gdb.git] / gdb / utils.c
2023-11-07 Tom TromeyRemove EXTERN_C and related defines
2023-10-05 Andrew Burgessgdb: remove print_sys_errmsg
2023-09-20 Tom TromeyRemove explanatory comments from includes
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-12 Tom de Vries[gdb/cli] Fix wrapping for TERM=ansi
2023-05-05 Tom TromeySimplify auto_load_expand_dir_vars and remove substitut...
2023-05-02 Tom TromeyRemove error_stream
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-04-30 Tom de Vries[gdb/tui] Fix TUI resizing for TERM=ansi
2023-04-29 Tom de Vries[gdb/build] Fix build without ncurses in maintenance_in...
2023-04-21 Tom de Vries[gdb/cli] Add maint info screen
2023-03-31 Tom TromeyRemove language_demangle
2023-03-27 Tom TromeyUse gdb_gmp for scalar arithmetic
2023-03-20 Andrew Burgessgdb: fix crash during command completion
2023-02-27 Kevin BuettnerIntroduce set_force_quit_flag and change type of sync_q...
2023-02-27 Kevin BuettnerHandle gdb SIGTERM by throwing / catching gdb_exception...
2023-02-12 Andrew Burgessgdb/c++: fix handling of breakpoints on @plt symbols
2023-02-11 Aaron MereyMove implementation of perror_with_name to gdbsupport
2023-01-27 Andrew Burgessgdb/tui: disable tui mode when an assert triggers
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-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-07-18 Tom TromeyReplace input_interactive_p with a method
2022-07-18 Tom TromeyRemove ui_register_input_event_handler
2022-06-08 Andrew Burgessgdb: make throw_perror_with_name static
2022-04-15 Tom TromeyReturn void from gdb_putc
2022-04-15 Tom TromeyHandle "set height 1"
2022-04-15 Tom TromeyAllow word wrapping even when paging is disabled
2022-04-07 Andrew Burgessgdb: don't try to use readline before it's initialized
2022-04-01 Tom TromeyStyle URLs in GDB output
2022-03-30 Tom TromeyOnly allow QUIT on the main thread
2022-03-29 Tom TromeyRemove unnecessary calls to wrap_here and gdb_flush
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 TromeyAdd puts_unfiltered method to ui_file
2022-03-29 Tom TromeyOnly have one API for unfiltered output
2022-03-28 Tom TromeySwitch gdb_stdlog to use timestamped_file
2022-03-28 Tom TromeyAdd new timestamped_file class
2022-02-25 Keith SeitzSupport template lookups in strncmp_iw_with_mode
2022-02-25 Keith SeitzUnit tests for strncmp_iw_with_mode
2022-02-20 Lancelot SIXgdb: Only paginate for filtered output in fputs_maybe_f...
2022-02-04 Tom TromeyRemove host_hex_value
2022-01-26 Tom TromeyRemove global wrap_here function
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-25 Tom TromeyReduce explicit use of gdb_stdout
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-18 Tom TromeyIntroduce gdb-hashtab module in gdbsupport
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-05 Tom TromeyImplement putstr and putstrn in ui_file
2022-01-05 Tom TromeyFix pager regression
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyFix logging redirection bug with pager
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-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-04 Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-09-28 Andrew Burgessgdb: print backtrace for internal error/warning
2021-09-07 Andrew Burgessgdb: make use of std::string in utils.c
2021-09-07 Andrew Burgessgdb: use bool instead of int in struct internal_problem
2021-08-31 John BaldwinUse gdbfmt for vprintf_filtered.
2021-08-11 Andrew Burgessgdb: don't print backtrace when dumping core after...
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07 Tom TromeyRemove streq_hash in favor of htab_eq_string
2021-01-22 Andrew Burgessgdb: don't print escape characters when a style is...
2021-01-04 Simon Marchigdb: make "set debug timestamp" work nice with new...
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-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-08-14 Simon Marchigdb: add gdb_argv::as_array_view method
2020-05-23 Pedro AlvesUse safe-ctype.h (ISSPACE etc.) in symbol parsing ...
2020-05-21 Simon Marchigdb: remove unnecessary NULL checks before xfree
2020-05-03 Tom TromeyUpdate more calls to add_prefix_cmd
2020-04-13 Tom TromeyIntroduce and use flush_streams
2020-04-11 Artur Shepilkogdb: fix undefined behavior reported in copy_bitwise
2020-04-02 Simon Marchigdb: replace some calls to internal_error with gdb_assert
2020-02-20 Sergio Durigan JuniorMake '{putchar,fputc}_unfiltered' use 'fputs_unfiltered'
2020-02-11 Tom TromeyRemove some ui_file_* functions
2020-02-07 Iain BuclawMake fputs_unfiltered use fputs_maybe_filtered
next