summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | internal_verror().
* * sol-thread.c (restore_inferior_pid): Save the PID in a freshlyAndrew Cagney2001-02-071-3/+6
| | | | | | | allocated buffer. (save_inferior_pid): Restore the PID from that tempoary buffer. Delete the buffer. * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
* * signals.h: Removed.J.T. Conklin2001-02-061-1/+1
| | | | | | | | | | | | * event-top.c (#include <signal.h>): Changed from signals.h. * inflow.c: Likewise. * mac-xdep.c: Likewise. * ser-pipe.c: Likewise. * ser-tcp.c: Likewise. * standalone.c: Likewise. * top.c: Likewise. * utils.c: Likewise. * Makefile.in: Removed signals.h from dependencies.
* 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
| | | | * utils.c (internal_verror): Fix typo in error msg.
* 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
| | | | | not TARGET_PTR_BIT, since we are dealing with addresses, not pointers.
* 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
| | | | * utils.c: Fix comment typo.
* Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney2000-06-041-0/+23
| | | | | signed_pointer_to_address() etc. Rename generic_pointer_to_address() to unsigned_pointer_to_address() etc.
* 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
| | | | * utils.c (internal_verror): Call target_terminal_ours.
* * defs.h, utils.c (free_current_contents): Change parameter toAndrew Cagney2000-04-211-3/+4
| | | | | | | | | | | | void*. From Philippe De Muyter <phdm@macqel.be>: * printcmd.c (print_address_symbolic): Call `make_cleanup' with `(free_current_contents, &x)', not `(free, x)'. * utils.c (free_current_contents): Do not `free (NULL)'. * printcmd.c (print_address_symbolic): Cleanup after a failed call to build_address_symbolic.
* 2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-03-301-1/+1
| | | | | | | | | | | | | * defs.h (struct continuation_arg): make 'data' a union, to avoid casting problems when int and pointer are not the same size. * event-top.c (command_handler): use data as a union. (command_line_handler_continuation): ditto. * infcmd.c (step_1_continuation): use data as a union. Re-indent. (step_once): ditto. (finish_command_continuation): ditto. (finish_command): ditto. * breakpoint.c (until_break_command): use data as a union. (until_break_command_continuation): ditto. * utils.c (add_intermediate_continuation): fix typo in comment.
* 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
|
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-1/+53
|
* import gdb-1999-09-28 snapshotJason Molenda1999-09-281-1/+25
|
* import gdb-1999-09-21Jason Molenda1999-09-221-0/+17
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-3/+8
|
* import gdb-1999-08-30 snapshotJason Molenda1999-08-311-39/+179
|
* import gdb-1999-08-16 snapshotJason Molenda1999-08-161-31/+36
|
* import gdb-1999-08-09 snapshotJason Molenda1999-08-091-190/+34
|
* import gdb-1999-07-12 snapshotJason Molenda1999-07-121-13/+55
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-393/+411
|
* import gdb-1999-07-07 pre reformatJason Molenda1999-07-071-15/+15
|