aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-22Use libxxhash for hashing, if presentChristian Biesinger1-0/+4
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-8/+0
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves1-11/+70
2019-09-26Remove gdb_usleep.cTom Tromey1-1/+0
2019-09-26Remove initialize_utilsTom Tromey1-51/+47
2019-09-25Remove make_hex_stringTom Tromey1-16/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-5/+5
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+4
2019-08-06Add more styling to "disassemble"Tom Tromey1-2/+4
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-6/+6
2019-06-18gdb: Remove use of deprecated_interactive_hookAndrew Burgess1-3/+0
2019-06-16Remove unnecessary casts of NULLTom Tromey1-1/+1
2019-06-03Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers1-0/+36
2019-05-08Fix build problem in fputs_maybe_filteredTom Tromey1-1/+1
2019-05-08Fix style bug when pagingTom Tromey1-3/+21
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers1-30/+5
2019-04-12Another fix for GDB stylingEli Zaretskii1-4/+0
2019-04-11Make "msg" const in internal_vproblemTom Tromey1-1/+1
2019-03-09Support styling on native MS-Windows consoleEli Zaretskii1-0/+10
2019-03-06Remove free_current_contentsTom Tromey1-29/+0
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+0
2019-02-27Make 'show width/height' display "unlimited" when capped for readlinePedro Alves1-2/+8
2019-02-27Prevent overflow in rl_set_screen_sizeSaagar Jha1-4/+17
2019-02-17Fix pager bugs with style outputTom Tromey1-29/+63
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey1-17/+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-2/+2
2018-12-28Reset terminal stylesTom Tromey1-6/+31
2018-12-28Add output styles to gdbTom Tromey1-1/+79
2018-12-28Change wrap buffering to use a std::stringTom Tromey1-37/+26
2018-11-15Move copy_bitwise unittests to own unittest fileJoel Brobecker1-136/+0
2018-11-14delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker1-0/+229
2018-09-18Cast RLIM_INFINITY to rlim_t to fix 64-bit Solaris 10 buildRainer Orth1-1/+1
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey1-20/+7
2018-07-24Remove some unnecessary declarations and configuryTom Tromey1-10/+0
2018-07-19Remove make_cleanup_value_free_to_markTom Tromey1-17/+0
2018-06-05Add "continue" response to pagerTom Tromey1-5/+22
2018-05-31Unset gdbarch significant_addr_bit by defaultOmair Javaid1-2/+3
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
2018-05-10Fix tagged pointer supportOmair Javaid1-5/+9