Age | Commit message (Expand) | Author | Files | Lines |
2003-06-20 | * config/arm/linux.mt: Remove code protected by GDBSERVER define. | Daniel Jacobowitz | 16 | -131/+20 |
2003-06-20 | 2003-06-19 Kris Warkentin <kewarken@qnx.com> | Kris Warkentin | 2 | -8/+20 |
2003-06-20 | * avr-tdep.c (avr_frame_address): Delete function. | Theodore A. Roth | 2 | -8/+6 |
2003-06-20 | 2003-06-19 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 3 | -20/+13 |
2003-06-20 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2003-06-19 | 2003-06-19 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 7 | -51/+99 |
2003-06-19 | * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf. | Theodore A. Roth | 2 | -2/+4 |
2003-06-19 | * varobj.c (get_type, get_target_type): Use check_typedef. | Daniel Jacobowitz | 2 | -7/+10 |
2003-06-19 | * breakpoint.c (insert_catchpoint): Call internal_error. | Daniel Jacobowitz | 2 | -1/+5 |
2003-06-19 | * avr-tdep.c (avr_push_dummy_code): Delete function. | Theodore A. Roth | 2 | -11/+5 |
2003-06-19 | * arch-utils.c (default_prepare_to_proceed): Remove. | Daniel Jacobowitz | 14 | -259/+78 |
2003-06-19 | * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED. | Daniel Jacobowitz | 2 | -17/+4 |
2003-06-19 | * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and | Theodore A. Roth | 2 | -424/+649 |
2003-06-19 | 2003-06-18 Corinna Vinschen <vinschen@redhat.com> | Michael Snyder | 2 | -4/+11 |
2003-06-19 | * gdb.texinfo (Remote Debugging): New section "Connecting to a | Daniel Jacobowitz | 2 | -119/+145 |
2003-06-19 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2003-06-18 | * config/nm-linux.h (linux_record_stopped_pid): New prototype. | Daniel Jacobowitz | 4 | -0/+91 |
2003-06-18 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2003-06-17 | * ada-lang.c (scan_discrim_bound): Name first argument. | Stephane Carrez | 2 | -3/+7 |
2003-06-17 | * ada-tasks.c (find_function_in_inferior): Don't declare it. | Stephane Carrez | 3 | -6/+11 |
2003-06-17 | gdb/ | Daniel Jacobowitz | 12 | -10/+154 |
2003-06-17 | * breakpoint.c (insert_catchpoint): New function. | Daniel Jacobowitz | 2 | -23/+41 |
2003-06-17 | * symfile.c (reread_symbols): Clear sym_private. | Daniel Jacobowitz | 2 | -0/+5 |
2003-06-17 | 2003-06-17 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 4 | -1/+13 |
2003-06-17 | * nto-tdep.c (nto_map_arch_to_cputype): Recognize powerpc. | Kris Warkentin | 2 | -7/+16 |
2003-06-17 | * remote.c (remote_prepare_to_store): Replace call to | Daniel Jacobowitz | 2 | -5/+14 |
2003-06-17 | * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR. | Kris Warkentin | 2 | -1/+5 |
2003-06-17 | * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using. | Kris Warkentin | 2 | -0/+5 |
2003-06-17 | * ppc-linux-tdep.c: "Linux" -> "GNU/Linux" | Jim Blandy | 2 | -3/+7 |
2003-06-17 | * avr-tdep.c (avr_extract_return_value): New function. | Theodore A. Roth | 2 | -0/+39 |
2003-06-17 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2003-06-16 | 2003-06-16 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 3 | -14/+68 |
2003-06-16 | * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by... | Corinna Vinschen | 2 | -41/+29 |
2003-06-16 | * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define. | Corinna Vinschen | 2 | -34/+180 |
2003-06-16 | Revert previous change. Wait for approval. | Andrew Cagney | 2 | -22/+11 |
2003-06-16 | 2003-06-16 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 17 | -104/+128 |
2003-06-16 | 2003-06-16 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2 | -2/+5 |
2003-06-16 | * avr-tdep.c (avr_register_type): Remove a blank line. | Theodore A. Roth | 2 | -4/+8 |
2003-06-16 | * avr-tdep.c (avr_scan_prologue): Update comment describing the various | Theodore A. Roth | 2 | -41/+118 |
2003-06-16 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2003-06-15 | * avr-tdep.c (avr_register_byte): Delete function. | Theodore A. Roth | 2 | -66/+35 |
2003-06-15 | * Makefile.in (linux-nat.o): Add rule. | Daniel Jacobowitz | 14 | -9/+212 |
2003-06-15 | * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process | Mark Kettenis | 2 | -2/+8 |
2003-06-15 | * i387-tdep.c: Reorder includes, fix some whitespace issues and | Mark Kettenis | 2 | -9/+15 |
2003-06-15 | 2003-06-15 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 3 | -2/+7 |
2003-06-15 | * i386-tdep.c (i386_next_regnum): Fix bounds checking. | Mark Kettenis | 2 | -23/+54 |
2003-06-15 | * i386-tdep.c (i386_register_to_value, i386_value_to_register): | Mark Kettenis | 5 | -55/+115 |
2003-06-15 | 2003-06-14 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 9 | -119/+32 |
2003-06-15 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2003-06-14 | 2003-06-14 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 9 | -1434/+17 |