aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-0/+55
2015-07-15Move gdb_regex* to common/Jan Kratochvil1-55/+0
2015-06-15Move utility functions to common/Jan Kratochvil1-99/+0
2015-06-10Move make_cleanup_close to common codeGary Benson1-17/+0
2015-04-28Disable readline's SIGWINCH handlerPatrick Palka1-2/+3
2015-04-28Introduce function for directly updating GDB's screen dimensionsPatrick Palka1-0/+12
2015-04-11Remove --xdbJan Kratochvil1-20/+0
2015-03-06New common function "startswith"Gary Benson1-3/+2
2015-03-02Remove use of stdbool.h in GDB sources.Joel Brobecker1-5/+5
2015-02-11gdb producer_is_gcc fix bool return value.Mark Wielaard1-2/+2
2015-02-10Change producer_is_gcc function return type to bool.Mark Wielaard1-8/+17
2015-01-29Merge GCC producer parsers. Allow digits in identifiers.Mark Wielaard1-29/+31
2015-01-09Consolidate the custom TUI query hook with the default query hookPatrick Palka1-47/+14
2015-01-08always read synthetic pointers as signed integersYao Qi1-17/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-13utils.c (make_hex_string): Fix off-by-one error.Doug Evans1-1/+1
2014-12-13Avoid use of sprintf in gdb/utils.c:make_hex_stringJoel Brobecker1-1/+1
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans1-0/+17
2014-11-28gdb_realpath: Rework comment about handling on Windows.Joel Brobecker1-9/+27
2014-11-28Use canonicalize_file_name unconditionallyYao Qi1-61/+7
2014-11-21Include alloca.h unconditionallyYao Qi1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-29Move internal_{,v}warning to common/errors.[ch]Gary Benson1-10/+0
2014-08-29Make warning usable earlierGary Benson1-2/+4
2014-08-29Make internal_vproblem always workGary Benson1-8/+40
2014-08-19Introduce common/errors.hGary Benson1-36/+0
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