aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-03-03From 2001-03-01 Tom Rix <trix@redhat.com>:Andrew Cagney4-2/+16
* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc'' parameter to mn10200_analyze_prologue. * config/mn10200/tm-mn10200.h: Include "regcache.h". * MAINTAINERS: Document that mn10200-elf target is buildable.
2001-03-03Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.hKevin Buettner3-5/+13
to config/ia64/nm-aix.h.
2001-03-022001-03-02 Matt Hiller <hiller@redhat.com>Matthew Hiller2-1/+11
* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
2001-03-02Revise earlier comment regarding sparc-nat.c to be more meaningful.Kevin Buettner1-1/+1
2001-03-02Fix typo in which sparc-nat.c was changed to include itself.Kevin Buettner2-1/+4
2001-03-02* defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__J.T. Conklin4-10/+23
if __CYGWIN32__ is set from here. * config/i386/xm-cygwin.h: To here. * config/powerpc/xm-cygwin.h: To here.
2001-03-01* i386-stub.c (handle_exception): Use 'T' response packet.J.T. Conklin2-4/+27
2001-03-01[fix my email address in changelog entries]Michael Snyder1-39/+39
2001-03-012001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-1/+10
* m32r-tdep.c: Fix cut and paste error in comment.
2001-03-01* gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.J.T. Conklin3-7/+14
(MAX_OF_TYPE): Wrap macro definition in parenthesis. (MIN_OF_TYPE): Likewise. * memattr.h (mem_access_mode): Removed extraneous trailing comma.
2001-03-01* Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.Andrew Cagney3-3/+14
* os9kread.c (os9k_process_one_symbol): Add assert to detect ``loses if sizeof (char *) > sizeof (int)''.
2001-03-01Document pragmatics of why gdb_assert() is lowercase.Andrew Cagney2-0/+9
2001-03-01* Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependencyAndrew Cagney2-2/+8
lists. (mi-main.o): Ditto.
2001-03-01* Makefile.in (regcache_h): Define. Add $(regcache_h) toAndrew Cagney2-109/+138
dependency lists.
2001-03-012001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-5/+11
* printcmd.c (print_address_numeric): Update comments to refer to sizeof addr, not sizeof pointer. (x_command): Remove needless whitespace (shorten long line).
2001-03-012001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-29/+32
* breakpoint.c (print_one_breakpoint): Formatting clean-up. (read_memory_nobpt): Ditto. (ep_is_catchpoint): Ditto. (ep_is_shlib_catchpoint): Ditto. (ep_is_exception_catchpoint): Ditto. (describe_other_breakpoints): Ditto.
2001-03-01* regcache.h (register_valid): Fix comment documenting validAndrew Cagney2-1/+6
states.
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney153-143/+527
2001-03-01Fix the year on the following lines:Michael Chastain1-4/+4
! 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> ! 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> ! 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> ! 2001-01-27 Christopher Faylor <cgf@cygnus.com>
2001-02-282001-02-28 Matt Hiller <hiller@redhat.com>Matthew Hiller2-0/+5
* MAINTAINERS: Add Matt Hiller to Write After Approval list.
2001-02-282001-02-27 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-1/+6
* gdb.base/varargs.c (find_max_double): Fix printf format string: first arg is int not float.
2001-02-27remove conflict indicator.David Taylor1-1/+0
2001-02-27fix off by one error in test for error.David Taylor2-1/+7
2001-02-27* config/sparc/sp64linux.mt: New file.Andrew Cagney5-0/+51
* configure.tgt: Recognize sparc64-*-linux* as a sp64linux target. * configure.host: Recognize sparc64-*-linux* as a linux host. From 2000-03-17 Jakub Jelinek <jakub@redhat.com>: * config/sparc/tm-sp64linux.h: New file.
2001-02-25Replace calls to abort() with calls to internal_error().Kevin Buettner38-74/+123
2001-02-23Mention how to cite GDB problem reports.Andrew Cagney3-1/+17
2001-02-23Mention gdbarch.sh and to not submit gdbarch.[ch].Andrew Cagney2-0/+13
2001-02-232001-02-22 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-10/+22
* gdb.base/reread.exp: Unsupported for non-native targets; doesn't work for remote debugging.
2001-02-22Move get_saved_register to frame.h.Andrew Cagney3-5/+10
2001-02-22Fix typo in my previously committed ChangeLog entry.Kevin Buettner1-1/+1
2001-02-22Made changes to shared library support and added more of the support neededKevin Buettner15-22/+471
for AIX/IA-64.
2001-02-21 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".Eli Zaretskii2-4/+13
2001-02-21Enable new thread support for Linux/IA-64.Kevin Buettner4-3/+29
2001-02-21Fix printf fmt arguments.Andrew Cagney2-10/+37
2001-02-20Cleanup solib-aix5.c as suggested by J.T. Conklin.Kevin Buettner2-70/+24
2001-02-20Move frame specific register code to the new file frame.c.Andrew Cagney4-201/+243
2001-02-20 * solib-aix5.c: New file.Kevin Buettner2-0/+864
2001-02-202001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-4/+7
* solib.c (info_sharedlibrary_command): Don't assume pointers are the same size of long, call longest_local_hex_string_custom().
2001-02-202001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-1/+8
* solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so extract_signed_integer() should be called instead of extract_address().
2001-02-202001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-1/+5
* MAINTAINERS: Add Martin Hunt to Write After Approval list.
2001-02-20When the target h/w has 8byte registers, return 8 bytes for the raw buffer sizeAndrew Cagney2-0/+11
(from jim kingdon).
2001-02-20Remove cvs conflict indicator.Elena Zannoni1-1/+0
2001-02-202001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-3/+10
* parse.c (write_exp_msymbol): Make the type CORE_ADDR, to accomodate 64-bit addresses.
2001-02-202001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-2/+9
From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de> * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not lookup_symbol, when trying to find a symbol with a mangled name, to avoid infinite recursion.
2001-02-19TODO Tweeks.Andrew Cagney2-4/+13
2001-02-19 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.Jonathan Larmour2-2/+7
(save_prologue_cache): Ditto.
2001-02-192001-02-19 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-1/+10
From Drew Moseley <dmoseley@redhat.com> * gdb.base/ending-run.exp: Properly handle the BSP state when stepping past the end of main.
2001-02-192001-02-19 John Moore <jmoore@redhat.com>Michael Chastain2-18/+12
* gdb.base/commands.exp (infrun_breakpoint_command_test): Converted HPUX fix for non-expected items following multiple step commands into general solution for all platforms.
2001-02-192001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-1/+7
From: innadadadavida@yahoo.com: * partial-stab.h (switch): Check that pst is not null before dereferencing it.
2001-02-192001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-2/+8
From Andrew Cagney <cagney@b1.cygnus.com>: * symfile.c (add_symbol_file_command): Always initialize my_cleanup using a NULL cleanup.