aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
AgeCommit message (Expand)AuthorFilesLines
2002-07-242002-07-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2002-07-24 * defs.h (gdb_readline_wrapper): Declare.Tom Tromey1-0/+2
2002-06-21 * gdb_locale.h: New file.Tom Tromey1-0/+2
2002-06-20* regcache.h: Update copyright.Andrew Cagney1-1/+2
2002-06-15* defs.h (auto_boolean): Declare enum.Andrew Cagney1-0/+8
2002-04-18* gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.Andrew Cagney1-1/+0
2002-04-12* defs.h (read_relative_register_raw_bytes): Delete declaration.Andrew Cagney1-4/+0
2002-04-05(xfullpath): Add declaration.Joel Brobecker1-0/+1
2002-03-23* defs.h (error): Add printf format attribute.Andrew Cagney1-1/+1
2002-03-19* coffread.c: Remove redundant static declarations. ReplaceAlexandre Oliva1-1/+1
2002-03-19* defs.h (XMALLOC): Define.Andrew Cagney1-0/+5
2002-03-11gdb/:Daniel Jacobowitz1-207/+3
2002-02-26* utils.c (perror_with_name): Make string parameter constant.Andrew Cagney1-3/+3
2002-02-24* lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''Andrew Cagney1-3/+3
2002-02-132002-02-13 Michael Chastain <mec@shout.net>Michael Chastain1-2/+0
2002-02-13I seemed to have not checked this in last night... Updated ChangeLog toKeith Seitz1-0/+1
2002-02-10* defs.h (throw_exception): Rename return_to_top_level. UpdateAndrew Cagney1-15/+10
2002-02-08Zap warning_begin() declaration. (Attempt two).Andrew Cagney1-2/+0
2002-02-02* utils.c (error_begin): Make static.Andrew Cagney1-3/+0
2002-01-31* defs.h (vwarning): Declare.Andrew Cagney1-0/+2
2002-01-17Remove else clause to #if UI_OUT.Andrew Cagney1-2/+0
2002-01-092002-01-03 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+8
2002-01-05Don't include <endian.h>Andrew Cagney1-7/+0
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-6/+2
2001-12-21 * configure, config.in: Rebuilt.Tom Tromey1-0/+2
2001-12-15LITTLE_ENDIAN -> BFD_ENDIAN_LITTLEAndrew Cagney1-5/+1
2001-12-06Eliminate global #include of "mmalloc.h".Andrew Cagney1-14/+0
2001-12-02Delete HOST_BYTE_ORDER.Andrew Cagney1-1/+2
2001-11-19* defs.h (return_to_top_level): Comment.Andrew Cagney1-0/+15
2001-10-17Functions to convert to/from CORE_ADDR and a string. Use in Insight.Andrew Cagney1-0/+6
2001-09-07* defs.h (enum return_reason): Renumber so that all values areAndrew Cagney1-6/+37
2001-08-02 * defs.h (SLASH_STRING): If not defined, setKeith Seitz1-4/+0
2001-08-01* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)Andrew Cagney1-58/+0
2001-07-28Move libgdb library functions to gdb.h (new file).Andrew Cagney1-41/+0
2001-07-16 * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition theEli Zaretskii1-0/+5
2001-07-14 * utils.c (query): Remove tui hacks; tui must use the query_hook.Stephane Carrez1-12/+0
2001-07-07* symtab.c (main_name): New function.Andrew Cagney1-0/+1
2001-06-28From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:Andrew Cagney1-3/+67
2001-06-18* gdbarch.sh: Generate an error when conflicting macroAndrew Cagney1-3/+6
2001-06-15multi-arch ADDR_BITS_REMOVE.Andrew Cagney1-13/+0
2001-06-12s/char */const char */Andrew Cagney1-1/+1
2001-06-10* gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor1-11/+0
2001-06-04 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEMEli Zaretskii1-21/+1
2001-05-15Redefine ptid_t to be a struct rather than an int.Kevin Buettner1-34/+36
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-1/+34
2001-03-23* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,Andrew Cagney1-20/+19
2001-03-21* target.h (enum target_signal): Move definition from here.Andrew Cagney1-0/+143
2001-03-20malloc() -> xmalloc.Andrew Cagney1-8/+0
2001-03-20Move realoc() decl to utils.c. s/realloc()/xrealloc()/.Andrew Cagney1-4/+0
2001-03-20Move free() decl to utils.c.Andrew Cagney1-4/+0