aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
1995-04-11 * utils.c, defs.h (warning_begin): Renamed from warning_setup, forJim Kingdon1-14/+19
1995-04-11Always keep MPW supportStan Shebs1-11/+12
1995-03-15 * utils.c, defs.h (putchar_unfiltered, fputc_unfiltered): MakeJim Kingdon1-3/+7
1995-03-03* utils.c [_AIX]: Include stddef.h instead of #defining size_t.Jim Kingdon1-11/+39
1994-07-23 * Makefile.in: Add stuff to build nlmstub.Stu Grossman1-11/+24
1994-05-17 * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): CallJim Kingdon1-2/+8
1994-05-14Sat May 14 15:13:52 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-1/+4
1994-05-14 * source.c (find_source_lines): Always use code that was #ifdefJim Kingdon1-56/+30
1994-05-13 gcc -Wall lint:Jim Kingdon1-4/+3
1994-05-13Changes for MacGDB:Stan Shebs1-1/+9
1994-04-28 * utils.c, defs.h (error_begin): New function.Jim Kingdon1-5/+23
1994-04-28(prompt_for_continue): Likewise for prompt-for-continue annotation.Jim Kingdon1-0/+7
1994-04-28 * utils.c (query): Change syntax of query annotations to beJim Kingdon1-5/+37
1994-03-19* utils.c (prompt_for_continue): Call readline, not gdb_readline.Jim Kingdon1-0/+3
1994-03-19 * utils.c (prompt_for_continue): Call readline, not gdb_readline.Steve Chamberlain1-2/+17
1994-01-15* utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered.Jim Kingdon1-0/+11
1994-01-15 * utils.c (request_quit): Re-establish signal handler regardlessJim Kingdon1-19/+69
1993-11-02Don't let printf_unfiltered functions inherit a fixed-size bufferThomas Lord1-2/+2
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-48/+172
1993-09-28* main.c, utils.c: Add comments about immediate_quit.Jim Kingdon1-36/+81
1993-04-16Remove chill sanitizations, which are no longer necessary.Fred Fish1-2/+0
1993-04-15* dbxread.c (unknown_symchar_complaint): Add new complaint.John Gilmore1-73/+38
1993-03-11 * utils.c (fputs_demangled): Complete rewrite to clean up andFred Fish1-80/+86
1992-12-23 * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1-37/+3
1992-12-15 * complaints.c: New file, code moved from utils.c.Fred Fish1-5/+32
1992-09-17* utils.c (prompt_for_continue): Reinitialize more-countsJohn Gilmore1-18/+20
1992-09-15* breakpoint.c, core.c, exec.c, language.c, main.c, printcmd.c,Stu Grossman1-4/+1
1992-09-15Oops! Retract last change. Didn't mean to pollute things with energize justStu Grossman1-31/+13
1992-09-15* utils.c (query): Remove test for energize from top. NowStu Grossman1-13/+31
1992-09-03 * utils.c (strcmp_iw): Add a hack to allow "FOO(ARGS)" toPer Bothner1-3/+55
1992-07-04 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1-4/+4
1992-06-30* buildsym.c (scan_file_globals): Beware the null file.John Gilmore1-3/+3
1992-06-29 * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1-4/+96
1992-05-12* infrun.c (child_attach): Don't allow gdb to attach to itself.Stu Grossman1-8/+10
1992-05-01One more try...John Gilmore1-0/+2
1992-05-01* utils.c (printchar): Print 0x7F and 0x80-0x9F in \nnn notationJohn Gilmore1-1/+3
1992-04-22Remove now obsolete signame.c and signame.h; functionality is handled byFred Fish1-16/+46
1992-03-29LintJohn Gilmore1-1/+1
1992-03-29Merged in latest RS6000 diffs from Metin G. Ozisik.Per Bothner1-0/+12
1992-03-27Mostly changes to dbxread.c to preserve stringtab's on a per-objfileFred Fish1-60/+188
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-5/+6
1992-02-21* tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitionsJohn Gilmore1-36/+42
1992-02-20* defs.h: Include ansidecl.h and PARAMS macro. Use PARAMSJohn Gilmore1-10/+23
1991-12-20* configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h:Fred Fish1-5/+2
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-62/+0
1991-10-25Remove local BSD/USG hacks that are now in libiberty.Fred Fish1-93/+0
1991-10-24Add new function warning() which behaves the same as error() but returnsFred Fish1-28/+74
1991-09-10* utils.c (error): if error_pre_print is set, print the stringJohn Gilmore1-0/+6
1991-09-04Make writing to files work properly. (Fixes to BFD are also needed.)John Gilmore1-2/+5
1991-08-20* mcheck.c: Avoid warning about undeclared abort fn.John Gilmore1-1/+1