aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Ensure internal_vproblem always prints the messageGary Benson1-6/+5
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-05Remove spurious va_end in vwarningGary Benson1-1/+0
2014-08-05Prepare gdb for 64-bit obstacksAlan Modra1-1/+1
2014-07-24Rationalize "fatal" error handling outside of gdbserverGary Benson1-24/+4
2014-07-18fix PR gdb/17130Tom Tromey1-1/+1
2014-07-14Put GDB's terminal settings into effect when paginatingPedro Alves1-0/+4
2014-06-19Refactor and expose core-dumping functionalityGary Benson1-12/+42
2014-06-19Add new internal problem for demangler warningsGary Benson1-40/+69
2014-06-05PR mi/15806: Fix quoting of async eventsSimon Marchi1-2/+8
2014-06-04constify to_attachTom Tromey1-2/+2
2014-05-27Prompt the user to file bug reports for internal errors and warnings.Gary Benson1-0/+6
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-0/+18
2014-03-18Fix SIGTERM signal safety (PR gdb/15358).Jan Kratochvil1-0/+6
2014-02-12share "cell" codeTom Tromey1-296/+0
2014-02-05Extension Language APIDoug Evans1-41/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-02Record objfile->original_name as an absolute pathJan Kratochvil1-0/+26
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-29undef reg in gdb_curses.hTom Tromey1-5/+0
2013-10-13Improve Executable displayed path (PR 15415 regression kind #2)Jan Kratochvil1-0/+46
2013-10-11warn if "source" fails to open the file when from_tty == 0Joel Brobecker1-0/+13
2013-10-11new function perror_string extracted out of throw_perror_with_name.Joel Brobecker1-6/+22
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-1/+1
2013-08-13 * src/gdb/utils.c (init_page_info): Only call tgetnum functionPierre Muller1-5/+9
2013-08-01Remove error_pre_print and quit_pre_print.Andrew Burgess1-8/+0
2013-07-31Remove deprecated_throw_reason from internal_verror.Andrew Burgess1-1/+1
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-11/+1
2013-07-01utils.c: pathconf call, check for _PC_PATH_MAX instead of HAVE_UNISTD_H.Pedro Alves1-1/+1
2013-06-18Fix PR symtab/15391Tom Tromey1-0/+17
2013-05-30fix compile_rx_or_errorTom Tromey1-4/+3
2013-05-30fix up cleanup handling in internal_vproblemTom Tromey1-0/+2
2013-04-15 PR c++/13588:Tom Tromey1-0/+24
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves1-3/+3
2013-03-22gdb/Jan Kratochvil1-4/+12
2013-03-21 New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans1-111/+18
2013-03-07Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves1-1/+2
2013-03-07 * utils.c (initialize_utils): Improve doc strings of "set/showEli Zaretskii1-6/+14
2013-02-14Move savestring to common/common-utils.c, make gdbserver use it.Pedro Alves1-17/+0
2013-02-14savestring: Rename parameter 'size' to 'len'.Pedro Alves1-5/+5
2013-02-03gdb/Jan Kratochvil1-46/+0
2013-01-30 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.Tom Tromey1-71/+0
2013-01-13gdb/Jan Kratochvil1-0/+22
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-08-22 * defs.h (quit_flag): Don't declare.Tom Tromey1-1/+39
2012-08-22 * event-top.c (sigwinch_token, handle_sigwinch): Remove.Tom Tromey1-10/+0
2012-08-08 * utils.c (prompt_for_continue_wait_time): New static global.Doug Evans1-0/+39
2012-07-18 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.Doug Evans1-66/+0
2012-07-18 * utils.c (make_cleanup_bfd_unref): Rename fromTom Tromey1-1/+1