aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-1/+1
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey1-26/+0
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-174/+0
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey1-15/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Remove unusual use of core_addr_eq and core_addr_hashTom Tromey1-4/+0
2021-12-24Remove gdb_print_host_addressTom Tromey1-7/+0
2021-12-24Move gdb_bfd_errmsg to gdb_bfd.cTom Tromey1-7/+0
2021-12-20Remove print_spacesTom Tromey1-2/+0
2021-12-20Remove puts_debugTom Tromey1-2/+0
2021-12-20Make n_spaces return a const char *Tom Tromey1-1/+1
2021-11-08Add a const version of gdb_argv:as_array_viewLancelot SIX1-0/+10
2021-05-26Introduce htab_delete_entryTom Tromey1-0/+9
2021-05-07Remove streq_hash in favor of htab_eq_stringTom Tromey1-5/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-17Remove printfi_filtered and fprintfi_filteredTom Tromey1-5/+0
2020-12-16[gdb/cli] Add a progress meterTom Tromey1-0/+4
2020-11-15Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker1-0/+7
2020-09-23Avoid manual memory management of argv arrays in gdb/compileTom Tromey1-0/+43
2020-08-14gdb: add gdb_argv::as_array_view methodSimon Marchi1-0/+8
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-0/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Remove some calls to malloc_failureTom Tromey1-4/+1
2019-12-03Replace hash function from bcache with fast_hashChristian Biesinger1-5/+6
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-22Fix compile error & incorrect pushChristian Biesinger1-0/+4
2019-10-22Use libxxhash for hashing, if presentChristian Biesinger1-0/+4
2019-10-22Add a fast_hash function in common-utilsChristian Biesinger1-0/+10
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-2/+0
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves1-1/+24
2019-09-26Remove initialize_utilsTom Tromey1-2/+0
2019-09-25Remove make_hex_stringTom Tromey1-5/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+3
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-03Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers1-0/+6
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers1-4/+0
2019-03-06Remove free_current_contentsTom Tromey1-2/+0
2019-03-05Introduce ATTRIBUTE_UNUSED_RESULT and use itTom Tromey1-1/+1
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-0/+4
2018-12-28Reset terminal stylesTom Tromey1-0/+4
2018-12-28Add output styles to gdbTom Tromey1-0/+16
2018-11-14delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker1-0/+8
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey1-1/+1
2018-07-19Remove make_cleanup_value_free_to_markTom Tromey1-4/+0
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil1-32/+0
2018-04-07Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi1-0/+3
2018-04-05More use of std::vector in linespec.cTom Tromey1-1/+0