summaryrefslogtreecommitdiff
path: root/gdb/defs.h
Commit message (Expand)AuthorAgeFilesLines
* 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.gdb-post-ptid_t-2001-05-03Kevin 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>jimb_gnu_v3_branchpointJ.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
* Replace asprintf() / vasprintf() with xasprintf() xvasprintf().Andrew Cagney2000-11-201-0/+5
* Corrected mistake in comment. 64bit example said it was 32 bit.David Anderson2000-09-011-2/+2
* Move TARGET_*_PTR to gdbarch.h.Andrew Cagney2000-08-111-45/+0
* Thu Jul 27 17:38:35 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney2000-08-021-11/+17
* Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional.Andrew Cagney2000-07-271-0/+34
* 2000-07-07 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-07-101-5/+0
* * defs.h: define language_pascal in language enumeration. Pierre Muller2000-06-191-1/+2
* Purge last remaining make_cleanup_func.Andrew Cagney2000-06-071-7/+0
* Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney2000-06-041-0/+3