summaryrefslogtreecommitdiff
path: root/gdb/utils.h
AgeCommit message (Expand)Author
2022-06-08gdb: make throw_perror_with_name staticAndrew Burgess
2022-04-15Return void from gdb_putcTom Tromey
2022-03-29Minor comment updates in utils.hTom Tromey
2022-03-29Remove vfprintf_styledTom Tromey
2022-03-29Rename fprintf_symbol_filteredTom Tromey
2022-03-29Rename puts_filtered_tabularTom Tromey
2022-03-29Rename print_spaces_filteredTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb putc functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-03-29Unify vprintf functionsTom Tromey
2022-03-29Remove fputs_styled_unfilteredTom Tromey
2022-03-29Change the pager to a ui_fileTom Tromey
2022-03-29Remove vfprintf_styled_no_gdbfmtTom Tromey
2022-03-29Only have one API for unfiltered outputTom Tromey
2022-03-28Add new timestamped_file classTom Tromey
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz
2022-01-26Convert wrap_here to use integer parameterTom Tromey
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey
2022-01-18Move gdb_argv to gdbsupportTom Tromey
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-29Remove unusual use of core_addr_eq and core_addr_hashTom Tromey
2021-12-24Remove gdb_print_host_addressTom Tromey
2021-12-24Move gdb_bfd_errmsg to gdb_bfd.cTom Tromey
2021-12-20Remove print_spacesTom Tromey
2021-12-20Remove puts_debugTom Tromey
2021-12-20Make n_spaces return a const char *Tom Tromey
2021-11-08Add a const version of gdb_argv:as_array_viewLancelot SIX
2021-05-26Introduce htab_delete_entryTom Tromey
2021-05-07Remove streq_hash in favor of htab_eq_stringTom Tromey
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-17Remove printfi_filtered and fprintfi_filteredTom Tromey
2020-12-16[gdb/cli] Add a progress meterTom Tromey
2020-11-15Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker
2020-09-23Avoid manual memory management of argv arrays in gdb/compileTom Tromey
2020-08-14gdb: add gdb_argv::as_array_view methodSimon Marchi
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-12Remove some calls to malloc_failureTom Tromey
2019-12-03Replace hash function from bcache with fast_hashChristian Biesinger
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries
2019-10-22Fix compile error & incorrect pushChristian Biesinger
2019-10-22Use libxxhash for hashing, if presentChristian Biesinger
2019-10-22Add a fast_hash function in common-utilsChristian Biesinger
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves
2019-09-26Remove initialize_utilsTom Tromey
2019-09-25Remove make_hex_stringTom Tromey
2019-09-18Change boolean options to bool instead of intChristian Biesinger