aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey1-24/+0
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-11/+1
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey1-97/+0
2022-01-05Fix pager regressionTom Tromey1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Fix logging redirection bug with pagerTom Tromey1-1/+1
2021-12-29Remove unusual use of core_addr_eq and core_addr_hashTom Tromey1-21/+0
2021-12-24Remove gdb_print_host_addressTom Tromey1-8/+0
2021-12-24Move gdb_bfd_errmsg to gdb_bfd.cTom Tromey1-28/+0
2021-12-20Remove print_spacesTom Tromey1-6/+0
2021-12-20Remove puts_debugTom Tromey1-85/+0
2021-12-20Make n_spaces return a const char *Tom Tromey1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-2/+2
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-7/+3
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey1-8/+3
2021-09-28gdb: print backtrace for internal error/warningAndrew Burgess1-1/+35
2021-09-07gdb: make use of std::string in utils.cAndrew Burgess1-29/+25
2021-09-07gdb: use bool instead of int in struct internal_problemAndrew Burgess1-8/+21
2021-08-30Use gdbfmt for vprintf_filtered.John Baldwin1-17/+9
2021-08-11gdb: don't print backtrace when dumping core after an internal errorAndrew Burgess1-0/+5
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-4/+0
2021-05-07Remove streq_hash in favor of htab_eq_stringTom Tromey1-8/+0
2021-01-22gdb: don't print escape characters when a style is disabledAndrew Burgess1-36/+37
2021-01-04gdb: make "set debug timestamp" work nice with new debug printoutsSimon Marchi1-15/+19
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-17Remove printfi_filtered and fprintfi_filteredTom Tromey1-30/+0
2020-12-16[gdb/cli] Add a progress meterTom Tromey1-0/+14
2020-11-15Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker1-0/+30
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-16/+16
2020-08-14gdb: add gdb_argv::as_array_view methodSimon Marchi1-0/+26
2020-05-23Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparisonPedro Alves1-23/+24
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi1-2/+1
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-25/+11
2020-04-13Introduce and use flush_streamsTom Tromey1-0/+9
2020-04-10gdb: fix undefined behavior reported in copy_bitwiseArtur Shepilko1-1/+1
2020-04-02gdb: replace some calls to internal_error with gdb_assertSimon Marchi1-3/+1
2020-02-20Make '{putchar,fputc}_unfiltered' use 'fputs_unfiltered'Sergio Durigan Junior1-8/+17
2020-02-11Remove some ui_file_* functionsTom Tromey1-8/+8
2020-02-07Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw1-4/+10
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-0/+9
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-13Silence ARI for valid calls to abortTom Tromey1-3/+3
2019-12-12Remove some calls to malloc_failureTom Tromey1-3/+0
2019-11-01Simplify print_sys_errmsgTom Tromey1-6/+1
2019-10-31Use strerror_r in safe_strerror if availableChristian Biesinger1-8/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-10-22Fix compile error & incorrect pushChristian Biesinger1-4/+0