summaryrefslogtreecommitdiff
path: root/gdb/defs.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Revert: ``Fix C++ overload support, see through references''.Andrew Cagney2000-03-131-12/+11
* Fix C++ overload support, see through referencesDaniel Berlin2000-03-101-11/+12
* Make mmalloc functions consistent. Some need ISO-C others need PTR :-(.Andrew Cagney2000-03-041-1/+4
* Oops, lost update to defs.h:null_cleanup().Andrew Cagney2000-03-041-1/+1
* Convert extract/store functions to ISO-C.Andrew Cagney2000-03-041-3/+3
* Convert make_cleanup functions to ISO-C.Andrew Cagney2000-03-041-6/+18
* 2000-03-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-03-031-1/+1
* * top.c (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Update comments.Nicholas Duffek2000-02-241-5/+8
* Add mi/ and testsuite/gdb.mi/ subdirectories.Andrew Cagney2000-02-231-0/+10
* * defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson andJim Kingdon2000-02-101-0/+1