aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey1-1/+2
2012-07-02gdb/Jan Kratochvil1-0/+44
2012-05-20gdb/Jan Kratochvil1-4/+6
2012-05-11gdb/Jan Kratochvil1-0/+42
2012-04-17 * cleanups.h: New file.Doug Evans1-170/+4
2012-04-17 * utils.c (make_cleanup_freeargv): Use make_cleanup instead ofDoug Evans1-11/+10
2012-04-17gdb/Jan Kratochvil1-0/+89
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-1/+1
2012-01-28gdb/Jan Kratochvil1-1/+1
2012-01-232012-01-23 Pedro Alves <palves@redhat.com>Pedro Alves1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-12-27Improve gdb_realpath for Windows hostsJoel Brobecker1-0/+19
2011-12-14 * defs.h (wait_to_die_with_timeout): Declare.Doug Evans1-0/+73
2011-12-06the "ambiguous linespec" seriesTom Tromey1-0/+11
2011-11-16 * utils.c (report_command_stats): Cast delta_wall_time 'tv_sec' andDavid S. Miller1-1/+2
2011-11-10 * defs.h (is_cplus_marker, set_demangling_style): Moved to ...Doug Evans1-44/+1
2011-11-04 * utils.c: #include "timeval-utils.h".Doug Evans1-6/+15