| Commit message (Expand) | Author | Age | Files | Lines |
* | Functions to convert to/from CORE_ADDR and a string. Use in Insight. | Andrew Cagney | 2001-10-17 | 1 | -0/+44 |
* | * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) | Andrew Cagney | 2001-08-01 | 1 | -505/+0 |
* | * utils.c (init_page_info): Use tui_get_command_dimension. | Stephane Carrez | 2001-07-21 | 1 | -6/+1 |
* | * serial.h (SERIAL_ASYNC): Delete. | Andrew Cagney | 2001-07-15 | 1 | -2/+2 |
* | * utils.c (query): Remove tui hacks; tui must use the query_hook. | Stephane Carrez | 2001-07-14 | 1 | -19/+3 |
* | s/typedef serial_t/struct serial */ | Andrew Cagney | 2001-07-11 | 1 | -1/+1 |
* | * gdbtypes.h (builtin_type_void_data_ptr): Rename | Andrew Cagney | 2001-07-08 | 1 | -4/+4 |
* | * gnu-regex.c: Eliminate obsolete check for _MSC_VER. | Christopher Faylor | 2001-06-10 | 1 | -29/+0 |
* | Obsolete MPW as host. | Andrew Cagney | 2001-04-19 | 1 | -12/+12 |
* | * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc, | Andrew Cagney | 2001-03-23 | 1 | -52/+64 |
* | malloc() -> xmalloc. | Andrew Cagney | 2001-03-20 | 1 | -0/+3 |
* | Move realoc() decl to utils.c. s/realloc()/xrealloc()/. | Andrew Cagney | 2001-03-20 | 1 | -0/+3 |
* | Move free() decl to utils.c. | Andrew Cagney | 2001-03-20 | 1 | -1/+7 |
* | Committed. | Kevin Buettner | 2001-03-10 | 1 | -10/+26 |
* | * defs.h: Provide prototypes for floatformat_is_negative, | Mark Kettenis | 2001-03-07 | 1 | -0/+101 |
* | 2001-03-06 J.T. Conklin <jtc@redback.com> | J.T. Conklin | 2001-03-07 | 1 | -2/+2 |
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
* | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 2001-02-25 | 1 | -6/+6 |
* | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 2001-02-08 | 1 | -13/+21 |
* | * sol-thread.c (restore_inferior_pid): Save the PID in a freshly | Andrew Cagney | 2001-02-07 | 1 | -3/+6 |
* | * signals.h: Removed. | J.T. Conklin | 2001-02-06 | 1 | -1/+1 |
* | Move putchar_filtered() to utils.c. | Andrew Cagney | 2001-01-31 | 1 | -0/+9 |
* | Replace strsave() with xstrdup(). | Andrew Cagney | 2001-01-31 | 1 | -10/+1 |
* | Replace free() with xfree(). | Kevin Buettner | 2000-12-15 | 1 | -15/+25 |
* | 2000-12-04 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2000-12-05 | 1 | -1/+1 |
* | Replace asprintf() / vasprintf() with xasprintf() xvasprintf(). | Andrew Cagney | 2000-11-20 | 1 | -12/+31 |
* | * utils.c (strlen_paddr, paddr, paddr_nz): Use TARGET_ADDR_BIT, | David Taylor | 2000-11-15 | 1 | -3/+3 |
* | Protoization. | Kevin Buettner | 2000-11-04 | 1 | -15/+9 |
* | Corrected spelling errors in comments | David Anderson | 2000-10-23 | 1 | -1/+1 |
* | Protoization. | Kevin Buettner | 2000-07-30 | 1 | -208/+92 |
* | 2000-06-15 Michael Snyder <msnyder@cygnus.com> | Michael Snyder | 2000-06-15 | 1 | -1/+1 |
* | Add host_pointer_to_address() and address_to_host_pointer(). Add | Andrew Cagney | 2000-06-04 | 1 | -0/+23 |
* | Eliminate safe_strsignal(). | Andrew Cagney | 2000-06-04 | 1 | -20/+0 |
* | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 2000-06-04 | 1 | -5/+5 |
* | PARAMS removal. | Kevin Buettner | 2000-05-28 | 1 | -20/+13 |
* | Add make_cleanup_close() function. | Andrew Cagney | 2000-05-23 | 1 | -0/+13 |
* | Replace preg() with phex(). Cleanup monitor.c. | Andrew Cagney | 2000-05-22 | 1 | -81/+30 |
* | Make free_current_contents more robust. Use in MI. | Andrew Cagney | 2000-05-16 | 1 | -1/+6 |
* | Cleanup bfd_close() cleanups. | Andrew Cagney | 2000-05-16 | 1 | -0/+12 |
* | Move core_addr_lessthan and core_addr_greaterthan to arch-utils. | Andrew Cagney | 2000-05-15 | 1 | -17/+0 |
* | 2000-04-26 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 2000-04-27 | 1 | -0/+3 |
* | * defs.h, utils.c (free_current_contents): Change parameter to | Andrew Cagney | 2000-04-21 | 1 | -3/+4 |
* | 2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2000-03-30 | 1 | -1/+1 |
* | Fixes for floatformat_from_doublest(). | Kevin Buettner | 2000-03-20 | 1 | -2/+4 |
* | Make mmalloc functions consistent. Some need ISO-C others need PTR :-(. | Andrew Cagney | 2000-03-04 | 1 | -13/+6 |
* | Convert make_cleanup functions to ISO-C. | Andrew Cagney | 2000-03-04 | 1 | -22/+9 |
* | From Eli. Warning fixes. | Andrew Cagney | 2000-02-29 | 1 | -0/+4 |
* | import gdb-2000-02-01 snapshot | Jason Molenda | 2000-02-02 | 1 | -42/+39 |
* | import gdb-2000-01-31 snapshot | Jason Molenda | 2000-02-01 | 1 | -757/+0 |
* | import gdb-2000-01-24 snapshot | Jason Molenda | 2000-01-25 | 1 | -21/+49 |