aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
AgeCommit message (Expand)AuthorFilesLines
2002-01-092002-01-03 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+8
2002-01-05Don't include <endian.h>Andrew Cagney1-7/+0
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-6/+2
2001-12-21 * configure, config.in: Rebuilt.Tom Tromey1-0/+2
2001-12-15LITTLE_ENDIAN -> BFD_ENDIAN_LITTLEAndrew Cagney1-5/+1
2001-12-06Eliminate global #include of "mmalloc.h".Andrew Cagney1-14/+0
2001-12-02Delete HOST_BYTE_ORDER.Andrew Cagney1-1/+2
2001-11-19* defs.h (return_to_top_level): Comment.Andrew Cagney1-0/+15
2001-10-17Functions to convert to/from CORE_ADDR and a string. Use in Insight.Andrew Cagney1-0/+6
2001-09-07* defs.h (enum return_reason): Renumber so that all values areAndrew Cagney1-6/+37
2001-08-02 * defs.h (SLASH_STRING): If not defined, setKeith Seitz1-4/+0
2001-08-01* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)Andrew Cagney1-58/+0
2001-07-28Move libgdb library functions to gdb.h (new file).Andrew Cagney1-41/+0
2001-07-16 * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition theEli Zaretskii1-0/+5
2001-07-14 * utils.c (query): Remove tui hacks; tui must use the query_hook.Stephane Carrez1-12/+0
2001-07-07* symtab.c (main_name): New function.Andrew Cagney1-0/+1
2001-06-28From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:Andrew Cagney1-3/+67
2001-06-18* gdbarch.sh: Generate an error when conflicting macroAndrew Cagney1-3/+6
2001-06-15multi-arch ADDR_BITS_REMOVE.Andrew Cagney1-13/+0
2001-06-12s/char */const char */Andrew Cagney1-1/+1
2001-06-10* gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor1-11/+0
2001-06-04 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEMEli Zaretskii1-21/+1
2001-05-15Redefine ptid_t to be a struct rather than an int.Kevin Buettner1-34/+36
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-1/+34
2001-03-23* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,Andrew Cagney1-20/+19
2001-03-21* target.h (enum target_signal): Move definition from here.Andrew Cagney1-0/+143
2001-03-20malloc() -> xmalloc.Andrew Cagney1-8/+0
2001-03-20Move realoc() decl to utils.c. s/realloc()/xrealloc()/.Andrew Cagney1-4/+0
2001-03-20Move free() decl to utils.c.Andrew Cagney1-4/+0
2001-03-14Eliminate some uses of __STDC__.Andrew Cagney1-21/+0
2001-03-07* defs.h: Provide prototypes for floatformat_is_negative,Mark Kettenis1-1/+5
2001-03-072001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin1-2/+2
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-03-02* defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__J.T. Conklin1-8/+0
2001-02-08From Dean Luick <luick@cray.com>:Andrew Cagney1-1/+0
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-2/+4
2001-01-31Move putchar_filtered() to utils.c.Andrew Cagney1-1/+4
2001-01-31Replace strsave() with xstrdup().Andrew Cagney1-3/+1
2001-01-19Replace STRCMP with strcmp()Andrew Cagney1-1/+0
2000-12-15Replace free() with xfree().Kevin Buettner1-0/+2
2000-11-20Replace asprintf() / vasprintf() with xasprintf() xvasprintf().Andrew Cagney1-0/+5
2000-09-01Corrected mistake in comment. 64bit example said it was 32 bit.David Anderson1-2/+2
2000-08-11Move TARGET_*_PTR to gdbarch.h.Andrew Cagney1-45/+0
2000-08-02Thu Jul 27 17:38:35 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney1-11/+17
2000-07-27Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional.Andrew Cagney1-0/+34
2000-07-102000-07-07 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-5/+0
2000-06-19 * defs.h: define language_pascal in language enumeration. Pierre Muller1-1/+2
2000-06-07Purge last remaining make_cleanup_func.Andrew Cagney1-7/+0
2000-06-04Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney1-0/+3
2000-06-04Eliminate safe_strsignal().Andrew Cagney1-5/+0