summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Move internal_{,v}warning to common/errors.[ch]Gary Benson2014-08-291-10/+0
* Make warning usable earlierGary Benson2014-08-291-2/+4
* Make internal_vproblem always workGary Benson2014-08-291-8/+40
* Introduce common/errors.hGary Benson2014-08-191-36/+0
* Ensure internal_vproblem always prints the messageGary Benson2014-08-191-6/+5
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Remove spurious va_end in vwarningGary Benson2014-08-051-1/+0
* Prepare gdb for 64-bit obstacksAlan Modra2014-08-051-1/+1
* Rationalize "fatal" error handling outside of gdbserverGary Benson2014-07-241-24/+4
* fix PR gdb/17130Tom Tromey2014-07-181-1/+1
* Put GDB's terminal settings into effect when paginatingPedro Alves2014-07-141-0/+4
* Refactor and expose core-dumping functionalityGary Benson2014-06-191-12/+42
* Add new internal problem for demangler warningsGary Benson2014-06-191-40/+69
* PR mi/15806: Fix quoting of async eventsSimon Marchi2014-06-051-2/+8
* constify to_attachTom Tromey2014-06-041-2/+2
* Prompt the user to file bug reports for internal errors and warnings.Gary Benson2014-05-271-0/+6
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-0/+18
* Fix SIGTERM signal safety (PR gdb/15358).Jan Kratochvil2014-03-181-0/+6
* share "cell" codeTom Tromey2014-02-121-296/+0
* Extension Language APIDoug Evans2014-02-051-41/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Record objfile->original_name as an absolute pathJan Kratochvil2013-12-021-0/+26
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* undef reg in gdb_curses.hTom Tromey2013-10-291-5/+0
* Improve Executable displayed path (PR 15415 regression kind #2)Jan Kratochvil2013-10-131-0/+46
* warn if "source" fails to open the file when from_tty == 0Joel Brobecker2013-10-111-0/+13
* new function perror_string extracted out of throw_perror_with_name.Joel Brobecker2013-10-111-6/+22
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-1/+1
* * src/gdb/utils.c (init_page_info): Only call tgetnum functionPierre Muller2013-08-131-5/+9
* Remove error_pre_print and quit_pre_print.Andrew Burgess2013-08-011-8/+0
* Remove deprecated_throw_reason from internal_verror.Andrew Burgess2013-07-311-1/+1
* Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves2013-07-011-11/+1
* utils.c: pathconf call, check for _PC_PATH_MAX instead of HAVE_UNISTD_H.Pedro Alves2013-07-011-1/+1
* Fix PR symtab/15391Tom Tromey2013-06-181-0/+17
* fix compile_rx_or_errorTom Tromey2013-05-301-4/+3
* fix up cleanup handling in internal_vproblemTom Tromey2013-05-301-0/+2
* PR c++/13588:Tom Tromey2013-04-151-0/+24
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-101-3/+3
* gdb/Jan Kratochvil2013-03-221-4/+12
* New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans2013-03-211-111/+18
* Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves2013-03-071-1/+2
* * utils.c (initialize_utils): Improve doc strings of "set/showEli Zaretskii2013-03-071-6/+14
* Move savestring to common/common-utils.c, make gdbserver use it.Pedro Alves2013-02-141-17/+0
* savestring: Rename parameter 'size' to 'len'.Pedro Alves2013-02-141-5/+5
* gdb/Jan Kratochvil2013-02-031-46/+0
* * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.Tom Tromey2013-01-301-71/+0
* gdb/Jan Kratochvil2013-01-131-0/+22
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * defs.h (quit_flag): Don't declare.Tom Tromey2012-08-221-1/+39