Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-03 | From 2001-03-01 Tom Rix <trix@redhat.com>: | Andrew Cagney | 4 | -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-03 | Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.h | Kevin Buettner | 3 | -5/+13 | |
to config/ia64/nm-aix.h. | |||||
2001-03-02 | 2001-03-02 Matt Hiller <hiller@redhat.com> | Matthew Hiller | 2 | -1/+11 | |
* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15. | |||||
2001-03-02 | Revise earlier comment regarding sparc-nat.c to be more meaningful. | Kevin Buettner | 1 | -1/+1 | |
2001-03-02 | Fix typo in which sparc-nat.c was changed to include itself. | Kevin Buettner | 2 | -1/+4 | |
2001-03-02 | * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__ | J.T. Conklin | 4 | -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. Conklin | 2 | -4/+27 | |
2001-03-01 | [fix my email address in changelog entries] | Michael Snyder | 1 | -39/+39 | |
2001-03-01 | 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -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. Conklin | 3 | -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 Cagney | 3 | -3/+14 | |
* os9kread.c (os9k_process_one_symbol): Add assert to detect ``loses if sizeof (char *) > sizeof (int)''. | |||||
2001-03-01 | Document pragmatics of why gdb_assert() is lowercase. | Andrew Cagney | 2 | -0/+9 | |
2001-03-01 | * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency | Andrew Cagney | 2 | -2/+8 | |
lists. (mi-main.o): Ditto. | |||||
2001-03-01 | * Makefile.in (regcache_h): Define. Add $(regcache_h) to | Andrew Cagney | 2 | -109/+138 | |
dependency lists. | |||||
2001-03-01 | 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -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-01 | 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -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 valid | Andrew Cagney | 2 | -1/+6 | |
states. | |||||
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 153 | -143/+527 | |
2001-03-01 | Fix the year on the following lines: | Michael Chastain | 1 | -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-28 | 2001-02-28 Matt Hiller <hiller@redhat.com> | Matthew Hiller | 2 | -0/+5 | |
* MAINTAINERS: Add Matt Hiller to Write After Approval list. | |||||
2001-02-28 | 2001-02-27 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -1/+6 | |
* gdb.base/varargs.c (find_max_double): Fix printf format string: first arg is int not float. | |||||
2001-02-27 | remove conflict indicator. | David Taylor | 1 | -1/+0 | |
2001-02-27 | fix off by one error in test for error. | David Taylor | 2 | -1/+7 | |
2001-02-27 | * config/sparc/sp64linux.mt: New file. | Andrew Cagney | 5 | -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-25 | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 38 | -74/+123 | |
2001-02-23 | Mention how to cite GDB problem reports. | Andrew Cagney | 3 | -1/+17 | |
2001-02-23 | Mention gdbarch.sh and to not submit gdbarch.[ch]. | Andrew Cagney | 2 | -0/+13 | |
2001-02-23 | 2001-02-22 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -10/+22 | |
* gdb.base/reread.exp: Unsupported for non-native targets; doesn't work for remote debugging. | |||||
2001-02-22 | Move get_saved_register to frame.h. | Andrew Cagney | 3 | -5/+10 | |
2001-02-22 | Fix typo in my previously committed ChangeLog entry. | Kevin Buettner | 1 | -1/+1 | |
2001-02-22 | Made changes to shared library support and added more of the support needed | Kevin Buettner | 15 | -22/+471 | |
for AIX/IA-64. | |||||
2001-02-21 | * gdb.texinfo (Signals): Document "ignore", "noignore", and "all". | Eli Zaretskii | 2 | -4/+13 | |
2001-02-21 | Enable new thread support for Linux/IA-64. | Kevin Buettner | 4 | -3/+29 | |
2001-02-21 | Fix printf fmt arguments. | Andrew Cagney | 2 | -10/+37 | |
2001-02-20 | Cleanup solib-aix5.c as suggested by J.T. Conklin. | Kevin Buettner | 2 | -70/+24 | |
2001-02-20 | Move frame specific register code to the new file frame.c. | Andrew Cagney | 4 | -201/+243 | |
2001-02-20 | * solib-aix5.c: New file. | Kevin Buettner | 2 | -0/+864 | |
2001-02-20 | 2001-02-20 Martin M. Hunt <hunt@redhat.com> | Martin Hunt | 2 | -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-20 | 2001-02-20 Martin M. Hunt <hunt@redhat.com> | Martin Hunt | 2 | -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-20 | 2001-02-20 Martin M. Hunt <hunt@redhat.com> | Martin Hunt | 2 | -1/+5 | |
* MAINTAINERS: Add Martin Hunt to Write After Approval list. | |||||
2001-02-20 | When the target h/w has 8byte registers, return 8 bytes for the raw buffer size | Andrew Cagney | 2 | -0/+11 | |
(from jim kingdon). | |||||
2001-02-20 | Remove cvs conflict indicator. | Elena Zannoni | 1 | -1/+0 | |
2001-02-20 | 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -3/+10 | |
* parse.c (write_exp_msymbol): Make the type CORE_ADDR, to accomodate 64-bit addresses. | |||||
2001-02-20 | 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2 | -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-19 | TODO Tweeks. | Andrew Cagney | 2 | -4/+13 | |
2001-02-19 | * arm-tdep.c (check_prologue_cache): Fix off by 1 error. | Jonathan Larmour | 2 | -2/+7 | |
(save_prologue_cache): Ditto. | |||||
2001-02-19 | 2001-02-19 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2 | -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-19 | 2001-02-19 John Moore <jmoore@redhat.com> | Michael Chastain | 2 | -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-19 | 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2 | -1/+7 | |
From: innadadadavida@yahoo.com: * partial-stab.h (switch): Check that pst is not null before dereferencing it. | |||||
2001-02-19 | 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2 | -2/+8 | |
From Andrew Cagney <cagney@b1.cygnus.com>: * symfile.c (add_symbol_file_command): Always initialize my_cleanup using a NULL cleanup. |