summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Fix logging redirection bug with pagerTom Tromey2021-12-291-1/+1
* Remove unusual use of core_addr_eq and core_addr_hashTom Tromey2021-12-291-21/+0
* Remove gdb_print_host_addressTom Tromey2021-12-241-8/+0
* Move gdb_bfd_errmsg to gdb_bfd.cTom Tromey2021-12-241-28/+0
* Remove print_spacesTom Tromey2021-12-201-6/+0
* Remove puts_debugTom Tromey2021-12-201-85/+0
* Make n_spaces return a const char *Tom Tromey2021-12-201-1/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-2/+2
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-7/+3
* Use unique_xmalloc_ptr<char> when demanglingTom Tromey2021-10-041-8/+3
* gdb: print backtrace for internal error/warningAndrew Burgess2021-09-281-1/+35
* gdb: make use of std::string in utils.cAndrew Burgess2021-09-071-29/+25
* gdb: use bool instead of int in struct internal_problemAndrew Burgess2021-09-071-8/+21
* Use gdbfmt for vprintf_filtered.John Baldwin2021-08-301-17/+9
* gdb: don't print backtrace when dumping core after an internal errorAndrew Burgess2021-08-111-0/+5
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-4/+0
* Remove streq_hash in favor of htab_eq_stringTom Tromey2021-05-071-8/+0
* gdb: don't print escape characters when a style is disabledAndrew Burgess2021-01-221-36/+37
* gdb: make "set debug timestamp" work nice with new debug printoutsSimon Marchi2021-01-041-15/+19
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove printfi_filtered and fprintfi_filteredTom Tromey2020-12-171-30/+0
* [gdb/cli] Add a progress meterTom Tromey2020-12-161-0/+14
* Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker2020-11-151-0/+30
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-16/+16
* gdb: add gdb_argv::as_array_view methodSimon Marchi2020-08-141-0/+26
* Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparisonPedro Alves2020-05-231-23/+24
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1
* Update more calls to add_prefix_cmdTom Tromey2020-05-031-25/+11
* Introduce and use flush_streamsTom Tromey2020-04-131-0/+9
* gdb: fix undefined behavior reported in copy_bitwiseArtur Shepilko2020-04-101-1/+1
* gdb: replace some calls to internal_error with gdb_assertSimon Marchi2020-04-021-3/+1
* Make '{putchar,fputc}_unfiltered' use 'fputs_unfiltered'Sergio Durigan Junior2020-02-201-8/+17
* Remove some ui_file_* functionsTom Tromey2020-02-111-8/+8
* Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw2020-02-071-4/+10
* Make gdb_flush also flush the wrap bufferIain Buclaw2020-02-071-0/+9
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Silence ARI for valid calls to abortTom Tromey2019-12-131-3/+3
* Remove some calls to malloc_failureTom Tromey2019-12-121-3/+0
* Simplify print_sys_errmsgTom Tromey2019-11-011-6/+1
* Use strerror_r in safe_strerror if availableChristian Biesinger2019-10-311-8/+3
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* Fix compile error & incorrect pushChristian Biesinger2019-10-221-4/+0
* Use libxxhash for hashing, if presentChristian Biesinger2019-10-221-0/+4
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-8/+0
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Introduce gdb-specific %p format suffixesPedro Alves2019-10-011-11/+70
* Remove gdb_usleep.cTom Tromey2019-09-261-1/+0
* Remove initialize_utilsTom Tromey2019-09-261-51/+47