summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove make_hex_stringTom Tromey2019-09-251-16/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-5/+5
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-4/+4
* Add more styling to "disassemble"Tom Tromey2019-08-061-2/+4
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-6/+6
* gdb: Remove use of deprecated_interactive_hookAndrew Burgess2019-06-181-3/+0
* Remove unnecessary casts of NULLTom Tromey2019-06-161-1/+1
* Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers2019-06-031-0/+36
* Fix build problem in fputs_maybe_filteredTom Tromey2019-05-081-1/+1
* Fix style bug when pagingTom Tromey2019-05-081-3/+21
* Have 'thread|frame apply' style their output.Philippe Waroquiers2019-04-271-30/+5
* Another fix for GDB stylingEli Zaretskii2019-04-121-4/+0
* Make "msg" const in internal_vproblemTom Tromey2019-04-111-1/+1
* Support styling on native MS-Windows consoleEli Zaretskii2019-03-091-0/+10
* Remove free_current_contentsTom Tromey2019-03-061-29/+0