Fix crash with "maint print arc"
[binutils-gdb.git] / gdb / utils.c
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
2020-02-07 Iain BuclawMake gdb_flush also flush the wrap buffer
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-13 Tom TromeySilence ARI for valid calls to abort
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
next