summaryrefslogtreecommitdiff
path: root/gdb/defs.h
Commit message (Expand)AuthorAgeFilesLines
* * defs.h (SLASH_STRING): If not defined, setKeith Seitz2001-08-021-4/+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
* Eliminate safe_strsignal().Andrew Cagney2000-06-041-5/+0
* Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,Andrew Cagney2000-06-021-15/+0
* Add make_cleanup_close() function.Andrew Cagney2000-05-231-0/+2
* Replace preg() with phex(). Cleanup monitor.c.Andrew Cagney2000-05-221-3/+2
* Cleanup bfd_close() cleanups.Andrew Cagney2000-05-161-0/+2
* Move core_addr_lessthan and core_addr_greaterthan to arch-utils.Andrew Cagney2000-05-151-4/+0
* re-do how gdbarch provides non-multi arch defaults so that non-Andrew Cagney2000-05-021-0/+6
* From 2000-04-28 Andreas Jaeger <aj@suse.de>:Andrew Cagney2000-05-011-2/+2
* * defs.h, utils.c (free_current_contents): Change parameter toAndrew Cagney2000-04-211-1/+1
* * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two newJim Blandy2000-04-141-0/+4
* 2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-03-301-1/+5
* Almost, but not quite, deprecate STREQ, STREQN, STRCMP and QUIT.Andrew Cagney2000-03-141-2/+24