summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Detect declaration for canonicalize_file_name.Richard Henderson2002-03-151-9/+18
* Add FIXME explaining include problem.Andrew Cagney2002-03-011-2/+8
* 2002-02-27 Rodney Brown <rbrown64@csc.com.au>Rodney Brown2002-02-271-0/+2
* * utils.c (perror_with_name): Make string parameter constant.Andrew Cagney2002-02-261-3/+3
* * configure.in: (AC_CHECK_FUNCS) Added test forAndrew Cagney2002-02-231-1/+3
* * defs.h (core_addr_to_string_nz): New function.Keith Seitz2002-02-131-0/+9
* * defs.h (throw_exception): Rename return_to_top_level. UpdateAndrew Cagney2002-02-101-3/+3
* 2002-02-08 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-081-5/+9
* * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.Andrew Cagney2002-02-051-1/+1
* * utils.c (do_write): New function.Andrew Cagney2002-02-021-50/+28
* * utils.c (error_begin): Make static.Andrew Cagney2002-02-021-1/+1
* * defs.h (vwarning): Declare.Andrew Cagney2002-01-311-23/+21
* Eliminate MALLOC_INCOMPATIBLE.Andrew Cagney2002-01-201-2/+0
* Use MAXPATHLEN when no PATH_MAX.Andrew Cagney2002-01-201-0/+8
* Change behavour of internal-error to quit and dump core by default.Andrew Cagney2002-01-171-14/+15
* Remove obsolete MacOS support.Andrew Cagney2002-01-051-14/+2
* * configure, config.in: Rebuilt.Tom Tromey2001-12-211-0/+12
* Eliminate global #include of "mmalloc.h".Andrew Cagney2001-12-061-8/+12
* Correctly handle phex(*,0) and phex_nz(*,0).Andrew Cagney2001-11-151-2/+5
* * utils.c (phex_nz): For default case, set str to phex_nz returnAndrew Cagney2001-11-151-2/+5
* * utils.c (internal_verror): Restore calls to abort().Andrew Cagney2001-11-021-3/+3
* Functions to convert to/from CORE_ADDR and a string. Use in Insight.Andrew Cagney2001-10-171-0/+44
* * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)Andrew Cagney2001-08-011-505/+0
* * utils.c (init_page_info): Use tui_get_command_dimension.Stephane Carrez2001-07-211-6/+1
* * serial.h (SERIAL_ASYNC): Delete.Andrew Cagney2001-07-151-2/+2
* * utils.c (query): Remove tui hacks; tui must use the query_hook.Stephane Carrez2001-07-141-19/+3
* s/typedef serial_t/struct serial */Andrew Cagney2001-07-111-1/+1
* * gdbtypes.h (builtin_type_void_data_ptr): RenameAndrew Cagney2001-07-081-4/+4
* * 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>J.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