aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-05(xfullpath): New function.Joel Brobecker1-0/+48
2002-03-28From veksler at il.ibm.com:Andrew Cagney1-1/+5
2002-03-19* defs.h (XMALLOC): Define.Andrew Cagney1-3/+0
2002-03-15 * configure.in: Detect declaration for canonicalize_file_name.Richard Henderson1-9/+18
2002-03-01Add FIXME explaining include problem.Andrew Cagney1-2/+8
2002-02-272002-02-27 Rodney Brown <rbrown64@csc.com.au>Rodney Brown1-0/+2
2002-02-26* utils.c (perror_with_name): Make string parameter constant.Andrew Cagney1-3/+3
2002-02-23* configure.in: (AC_CHECK_FUNCS) Added test forAndrew Cagney1-1/+3
2002-02-13 * defs.h (core_addr_to_string_nz): New function.Keith Seitz1-0/+9
2002-02-10* defs.h (throw_exception): Rename return_to_top_level. UpdateAndrew Cagney1-3/+3
2002-02-082002-02-08 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-5/+9
2002-02-05* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.Andrew Cagney1-1/+1
2002-02-02* utils.c (do_write): New function.Andrew Cagney1-50/+28
2002-02-02* utils.c (error_begin): Make static.Andrew Cagney1-1/+1
2002-01-31* defs.h (vwarning): Declare.Andrew Cagney1-23/+21
2002-01-20Eliminate MALLOC_INCOMPATIBLE.Andrew Cagney1-2/+0
2002-01-20Use MAXPATHLEN when no PATH_MAX.Andrew Cagney1-0/+8
2002-01-17Change behavour of internal-error to quit and dump core by default.Andrew Cagney1-14/+15
2002-01-05Remove obsolete MacOS support.Andrew Cagney1-14/+2
2001-12-21 * configure, config.in: Rebuilt.Tom Tromey1-0/+12
2001-12-06Eliminate global #include of "mmalloc.h".Andrew Cagney1-8/+12
2001-11-15Correctly handle phex(*,0) and phex_nz(*,0).Andrew Cagney1-2/+5
2001-11-15* utils.c (phex_nz): For default case, set str to phex_nz returnAndrew Cagney1-2/+5
2001-11-02* utils.c (internal_verror): Restore calls to abort().Andrew Cagney1-3/+3
2001-10-17Functions to convert to/from CORE_ADDR and a string. Use in Insight.Andrew Cagney1-0/+44
2001-08-01* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)Andrew Cagney1-505/+0
2001-07-21 * utils.c (init_page_info): Use tui_get_command_dimension.Stephane Carrez1-6/+1
2001-07-15* serial.h (SERIAL_ASYNC): Delete.Andrew Cagney1-2/+2
2001-07-14 * utils.c (query): Remove tui hacks; tui must use the query_hook.Stephane Carrez1-19/+3
2001-07-11s/typedef serial_t/struct serial */Andrew Cagney1-1/+1
2001-07-08* gdbtypes.h (builtin_type_void_data_ptr): RenameAndrew Cagney1-4/+4
2001-06-10* gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor1-29/+0
2001-04-19Obsolete MPW as host.Andrew Cagney1-12/+12
2001-03-23* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,Andrew Cagney1-52/+64
2001-03-20malloc() -> xmalloc.Andrew Cagney1-0/+3
2001-03-20Move realoc() decl to utils.c. s/realloc()/xrealloc()/.Andrew Cagney1-0/+3
2001-03-20Move free() decl to utils.c.Andrew Cagney1-1/+7
2001-03-10Committed.Kevin Buettner1-10/+26
2001-03-07* defs.h: Provide prototypes for floatformat_is_negative,Mark Kettenis1-0/+101
2001-03-072001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin1-2/+2
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-02-25Replace calls to abort() with calls to internal_error().Kevin Buettner1-6/+6
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-13/+21
2001-02-07* sol-thread.c (restore_inferior_pid): Save the PID in a freshlyAndrew Cagney1-3/+6
2001-02-06* signals.h: Removed.J.T. Conklin1-1/+1
2001-01-31Move putchar_filtered() to utils.c.Andrew Cagney1-0/+9
2001-01-31Replace strsave() with xstrdup().Andrew Cagney1-10/+1
2000-12-15Replace free() with xfree().Kevin Buettner1-15/+25
2000-12-052000-12-04 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-1/+1
2000-11-20Replace asprintf() / vasprintf() with xasprintf() xvasprintf().Andrew Cagney1-12/+31