summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Typesystem work initial import.dberlin-typesystem-branchcvs/dberlin-typesystem-branchDaniel Berlin2001-07-061-5/+3
* * gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor2001-06-101-29/+0
* Obsolete MPW as host.Andrew Cagney2001-04-191-12/+12
* * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,Andrew Cagney2001-03-231-52/+64
* malloc() -> xmalloc.Andrew Cagney2001-03-201-0/+3
* Move realoc() decl to utils.c. s/realloc()/xrealloc()/.Andrew Cagney2001-03-201-0/+3
* Move free() decl to utils.c.Andrew Cagney2001-03-201-1/+7
* Committed.Kevin Buettner2001-03-101-10/+26
* * defs.h: Provide prototypes for floatformat_is_negative,Mark Kettenis2001-03-071-0/+101
* 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
* Replace calls to abort() with calls to internal_error().Kevin Buettner2001-02-251-6/+6
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-13/+21
* * sol-thread.c (restore_inferior_pid): Save the PID in a freshlyAndrew Cagney2001-02-071-3/+6
* * signals.h: Removed.J.T. Conklin2001-02-061-1/+1
* Move putchar_filtered() to utils.c.Andrew Cagney2001-01-311-0/+9
* Replace strsave() with xstrdup().Andrew Cagney2001-01-311-10/+1
* Replace free() with xfree().Kevin Buettner2000-12-151-15/+25
* 2000-12-04 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-12-051-1/+1
* Replace asprintf() / vasprintf() with xasprintf() xvasprintf().Andrew Cagney2000-11-201-12/+31
* * utils.c (strlen_paddr, paddr, paddr_nz): Use TARGET_ADDR_BIT,David Taylor2000-11-151-3/+3
* Protoization.Kevin Buettner2000-11-041-15/+9
* Corrected spelling errors in commentsDavid Anderson2000-10-231-1/+1
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-208/+92
* 2000-06-15 Michael Snyder <msnyder@cygnus.com>Michael Snyder2000-06-151-1/+1
* Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney2000-06-041-0/+23
* Eliminate safe_strsignal().Andrew Cagney2000-06-041-20/+0
* Eliminate PARAMS from function pointer declarations.gdb-post-params-removal-2000-06-04Kevin Buettner2000-06-041-5/+5
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-20/+13
* Add make_cleanup_close() function.Andrew Cagney2000-05-231-0/+13
* Replace preg() with phex(). Cleanup monitor.c.Andrew Cagney2000-05-221-81/+30
* Make free_current_contents more robust. Use in MI.Andrew Cagney2000-05-161-1/+6
* Cleanup bfd_close() cleanups.Andrew Cagney2000-05-161-0/+12
* Move core_addr_lessthan and core_addr_greaterthan to arch-utils.Andrew Cagney2000-05-151-17/+0
* 2000-04-26 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2000-04-271-0/+3
* * defs.h, utils.c (free_current_contents): Change parameter toAndrew Cagney2000-04-211-3/+4
* 2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-03-301-1/+1
* Fixes for floatformat_from_doublest().Kevin Buettner2000-03-201-2/+4
* Make mmalloc functions consistent. Some need ISO-C others need PTR :-(.Andrew Cagney2000-03-041-13/+6
* Convert make_cleanup functions to ISO-C.Andrew Cagney2000-03-041-22/+9
* From Eli. Warning fixes.Andrew Cagney2000-02-291-0/+4
* import gdb-2000-02-01 snapshotJason Molenda2000-02-021-42/+39
* import gdb-2000-01-31 snapshotJason Molenda2000-02-011-757/+0
* import gdb-2000-01-24 snapshotJason Molenda2000-01-251-21/+49
* import gdb-1999-12-21 snapshotJason Molenda1999-12-221-0/+17
* import gdb-1999-12-06 snapshotJason Molenda1999-12-071-11/+100
* import gdb-1999-11-16 snapshotJason Molenda1999-11-171-64/+117
* import gdb-1999-11-08 snapshotJason Molenda1999-11-091-75/+104
* import gdb-1999-10-25 snapshotJason Molenda1999-10-261-1/+1
* import gdb-1999-10-18 snapshotJason Molenda1999-10-191-14/+124