| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-02-13 Michael Chastain <mec@shout.net> | Michael Chastain | 2002-02-13 | 1 | -2/+0 |
* | I seemed to have not checked this in last night... Updated ChangeLog to | Keith Seitz | 2002-02-13 | 1 | -0/+1 |
* | * defs.h (throw_exception): Rename return_to_top_level. Update | Andrew Cagney | 2002-02-10 | 1 | -15/+10 |
* | Zap warning_begin() declaration. (Attempt two). | Andrew Cagney | 2002-02-08 | 1 | -2/+0 |
* | * utils.c (error_begin): Make static. | Andrew Cagney | 2002-02-02 | 1 | -3/+0 |
* | * defs.h (vwarning): Declare. | Andrew Cagney | 2002-01-31 | 1 | -0/+2 |
* | Remove else clause to #if UI_OUT. | Andrew Cagney | 2002-01-17 | 1 | -2/+0 |
* | 2002-01-03 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2002-01-09 | 1 | -1/+8 |
* | Don't include <endian.h> | Andrew Cagney | 2002-01-05 | 1 | -7/+0 |
* | s/BIG_ENDIAN/BFD_ENDIAN_BIG/ | Andrew Cagney | 2002-01-05 | 1 | -6/+2 |
* | * configure, config.in: Rebuilt. | Tom Tromey | 2001-12-21 | 1 | -0/+2 |
* | LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE | Andrew Cagney | 2001-12-15 | 1 | -5/+1 |
* | Eliminate global #include of "mmalloc.h". | Andrew Cagney | 2001-12-06 | 1 | -14/+0 |
* | Delete HOST_BYTE_ORDER. | Andrew Cagney | 2001-12-02 | 1 | -1/+2 |
* | * defs.h (return_to_top_level): Comment. | Andrew Cagney | 2001-11-19 | 1 | -0/+15 |
* | Functions to convert to/from CORE_ADDR and a string. Use in Insight. | Andrew Cagney | 2001-10-17 | 1 | -0/+6 |
* | * defs.h (enum return_reason): Renumber so that all values are | Andrew Cagney | 2001-09-07 | 1 | -6/+37 |
* | * defs.h (SLASH_STRING): If not defined, set | Keith Seitz | 2001-08-02 | 1 | -4/+0 |
* | * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) | Andrew Cagney | 2001-08-01 | 1 | -58/+0 |
* | Move libgdb library functions to gdb.h (new file). | Andrew Cagney | 2001-07-28 | 1 | -41/+0 |
* | * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the | Eli Zaretskii | 2001-07-16 | 1 | -0/+5 |
* | * utils.c (query): Remove tui hacks; tui must use the query_hook. | Stephane Carrez | 2001-07-14 | 1 | -12/+0 |
* | * symtab.c (main_name): New function. | Andrew Cagney | 2001-07-07 | 1 | -0/+1 |
* | From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>: | Andrew Cagney | 2001-06-28 | 1 | -3/+67 |
* | * gdbarch.sh: Generate an error when conflicting macro | Andrew Cagney | 2001-06-18 | 1 | -3/+6 |
* | multi-arch ADDR_BITS_REMOVE. | Andrew Cagney | 2001-06-15 | 1 | -13/+0 |
* | s/char */const char */ | Andrew Cagney | 2001-06-12 | 1 | -1/+1 |
* | * gnu-regex.c: Eliminate obsolete check for _MSC_VER. | Christopher Faylor | 2001-06-10 | 1 | -11/+0 |
* | * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM | Eli Zaretskii | 2001-06-04 | 1 | -21/+1 |
* | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 2001-05-15 | 1 | -34/+36 |
* | Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03 | Kevin Buettner | 2001-05-04 | 1 | -1/+34 |
* | * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc, | Andrew Cagney | 2001-03-23 | 1 | -20/+19 |
* | * target.h (enum target_signal): Move definition from here. | Andrew Cagney | 2001-03-21 | 1 | -0/+143 |
* | malloc() -> xmalloc. | Andrew Cagney | 2001-03-20 | 1 | -8/+0 |
* | Move realoc() decl to utils.c. s/realloc()/xrealloc()/. | Andrew Cagney | 2001-03-20 | 1 | -4/+0 |
* | Move free() decl to utils.c. | Andrew Cagney | 2001-03-20 | 1 | -4/+0 |
* | Eliminate some uses of __STDC__. | Andrew Cagney | 2001-03-14 | 1 | -21/+0 |
* | * defs.h: Provide prototypes for floatformat_is_negative, | Mark Kettenis | 2001-03-07 | 1 | -1/+5 |
* | 2001-03-06 J.T. Conklin <jtc@redback.com>jimb_gnu_v3_branchpoint | J.T. Conklin | 2001-03-07 | 1 | -2/+2 |
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
* | * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__ | J.T. Conklin | 2001-03-02 | 1 | -8/+0 |
* | From Dean Luick <luick@cray.com>: | Andrew Cagney | 2001-02-08 | 1 | -1/+0 |
* | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 2001-02-08 | 1 | -2/+4 |
* | Move putchar_filtered() to utils.c. | Andrew Cagney | 2001-01-31 | 1 | -1/+4 |
* | Replace strsave() with xstrdup(). | Andrew Cagney | 2001-01-31 | 1 | -3/+1 |
* | Replace STRCMP with strcmp() | Andrew Cagney | 2001-01-19 | 1 | -1/+0 |
* | Replace free() with xfree(). | Kevin Buettner | 2000-12-15 | 1 | -0/+2 |
* | Replace asprintf() / vasprintf() with xasprintf() xvasprintf(). | Andrew Cagney | 2000-11-20 | 1 | -0/+5 |
* | Corrected mistake in comment. 64bit example said it was 32 bit. | David Anderson | 2000-09-01 | 1 | -2/+2 |
* | Move TARGET_*_PTR to gdbarch.h. | Andrew Cagney | 2000-08-11 | 1 | -45/+0 |