summaryrefslogtreecommitdiff
path: root/gdb/defs.h
Commit message (Expand)AuthorAgeFilesLines
* gdb/:Daniel Jacobowitz2002-03-111-207/+3
* * utils.c (perror_with_name): Make string parameter constant.Andrew Cagney2002-02-261-3/+3
* * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''Andrew Cagney2002-02-241-3/+3
* 2002-02-13 Michael Chastain <mec@shout.net>Michael Chastain2002-02-131-2/+0
* I seemed to have not checked this in last night... Updated ChangeLog toKeith Seitz2002-02-131-0/+1
* * defs.h (throw_exception): Rename return_to_top_level. UpdateAndrew Cagney2002-02-101-15/+10
* Zap warning_begin() declaration. (Attempt two).Andrew Cagney2002-02-081-2/+0
* * utils.c (error_begin): Make static.Andrew Cagney2002-02-021-3/+0
* * defs.h (vwarning): Declare.Andrew Cagney2002-01-311-0/+2
* Remove else clause to #if UI_OUT.Andrew Cagney2002-01-171-2/+0
* 2002-01-03 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-091-1/+8
* Don't include <endian.h>Andrew Cagney2002-01-051-7/+0
* s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney2002-01-051-6/+2
* * configure, config.in: Rebuilt.Tom Tromey2001-12-211-0/+2
* LITTLE_ENDIAN -> BFD_ENDIAN_LITTLEAndrew Cagney2001-12-151-5/+1
* Eliminate global #include of "mmalloc.h".Andrew Cagney2001-12-061-14/+0
* Delete HOST_BYTE_ORDER.Andrew Cagney2001-12-021-1/+2
* * defs.h (return_to_top_level): Comment.Andrew Cagney2001-11-191-0/+15
* Functions to convert to/from CORE_ADDR and a string. Use in Insight.Andrew Cagney2001-10-171-0/+6
* * defs.h (enum return_reason): Renumber so that all values areAndrew Cagney2001-09-071-6/+37
* * defs.h (SLASH_STRING): If not defined, setKeith Seitz2001-08-021-4/+0
* * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)Andrew Cagney2001-08-011-58/+0
* Move libgdb library functions to gdb.h (new file).Andrew Cagney2001-07-281-41/+0
* * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition theEli Zaretskii2001-07-161-0/+5
* * utils.c (query): Remove tui hacks; tui must use the query_hook.Stephane Carrez2001-07-141-12/+0
* * symtab.c (main_name): New function.Andrew Cagney2001-07-071-0/+1
* From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:Andrew Cagney2001-06-281-3/+67
* * gdbarch.sh: Generate an error when conflicting macroAndrew Cagney2001-06-181-3/+6
* multi-arch ADDR_BITS_REMOVE.Andrew Cagney2001-06-151-13/+0
* s/char */const char */Andrew Cagney2001-06-121-1/+1
* * gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor2001-06-101-11/+0
* * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEMEli Zaretskii2001-06-041-21/+1
* Redefine ptid_t to be a struct rather than an int.Kevin Buettner2001-05-151-34/+36
* Phase 1 of the ptid_t changes.Kevin Buettner2001-05-041-1/+34
* * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,Andrew Cagney2001-03-231-20/+19
* * target.h (enum target_signal): Move definition from here.Andrew Cagney2001-03-211-0/+143
* malloc() -> xmalloc.Andrew Cagney2001-03-201-8/+0
* Move realoc() decl to utils.c. s/realloc()/xrealloc()/.Andrew Cagney2001-03-201-4/+0
* Move free() decl to utils.c.Andrew Cagney2001-03-201-4/+0
* Eliminate some uses of __STDC__.Andrew Cagney2001-03-141-21/+0
* * defs.h: Provide prototypes for floatformat_is_negative,Mark Kettenis2001-03-071-1/+5
* 2001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin2001-03-071-2/+2
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
* * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__J.T. Conklin2001-03-021-8/+0
* From Dean Luick <luick@cray.com>:Andrew Cagney2001-02-081-1/+0
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-2/+4
* Move putchar_filtered() to utils.c.Andrew Cagney2001-01-311-1/+4
* Replace strsave() with xstrdup().Andrew Cagney2001-01-311-3/+1
* Replace STRCMP with strcmp()Andrew Cagney2001-01-191-1/+0
* Replace free() with xfree().Kevin Buettner2000-12-151-0/+2