Age | Commit message (Expand) | Author | Files | Lines |
2007-05-07 | * Makefile.in (c-lang.o, gnu-v3-abi.o): Update. | Daniel Jacobowitz | 9 | -3/+83 |
2007-05-07 | * rs6000-tdep.c (struct frame_extra_info): Delete. | Daniel Jacobowitz | 2 | -13/+4 |
2007-05-07 | * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files. | Daniel Jacobowitz | 3 | -0/+75 |
2007-05-07 | * linux-thread-db.c: Update some FIXME comments. | Daniel Jacobowitz | 2 | -34/+9 |
2007-05-07 | * inftarg.c, infptrace.c: Remove files. | Ulrich Weigand | 7 | -1221/+19 |
2007-05-07 | * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype. | Ulrich Weigand | 5 | -8/+23 |
2007-05-07 | * linux-nat.c (child_post_attach): Rename to ... | Ulrich Weigand | 2 | -19/+38 |
2007-05-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-06 | * configure.host (alpha*-*-osf[12]*): Remove support. | Ulrich Weigand | 10 | -120/+38 |
2007-05-06 | * regcache.c (regcache_invalidate): New function. | Ulrich Weigand | 11 | -114/+74 |
2007-05-06 | * target.h (struct target_ops): Add REGCACHE parameter to | Ulrich Weigand | 19 | -41/+64 |
2007-05-06 | * target.h (struct regcache): Add forward declaration. | Ulrich Weigand | 57 | -700/+855 |
2007-05-06 | * gdbcore.h (struct regcache): Add forward declaration. | Ulrich Weigand | 12 | -39/+78 |
2007-05-06 | * gregset.h (struct regcache): Add forward declaration. | Ulrich Weigand | 28 | -309/+398 |
2007-05-06 | * monitor.c (monitor_supply_register): Add REGCACHE parameter, use | Ulrich Weigand | 7 | -39/+73 |
2007-05-06 | * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset): | Ulrich Weigand | 5 | -23/+43 |
2007-05-06 | * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it | Ulrich Weigand | 5 | -9/+25 |
2007-05-06 | * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use it | Ulrich Weigand | 8 | -133/+198 |
2007-05-06 | * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove. | Ulrich Weigand | 8 | -44/+19 |
2007-05-06 | * cris-tdep.c (supply_gregset): Rename to ... | Ulrich Weigand | 2 | -4/+11 |
2007-05-06 | * arnmnbsd-nat.c (supply_gregset): Rename to ... | Ulrich Weigand | 2 | -16/+27 |
2007-05-06 | * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs, | Ulrich Weigand | 9 | -52/+96 |
2007-05-06 | * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs, | Ulrich Weigand | 2 | -109/+133 |
2007-05-06 | * m32r-linux-nat.c (supply_gregset): Do not modify contents | Ulrich Weigand | 2 | -4/+13 |
2007-05-06 | * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead | Ulrich Weigand | 2 | -22/+33 |
2007-05-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-04 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-03 | * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating | Kevin Buettner | 2 | -1/+13 |
2007-05-03 | * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address | Kevin Buettner | 2 | -2/+17 |
2007-05-03 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-02 | * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions | Maciej W. Rozycki | 2 | -85/+21 |
2007-05-02 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-01 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-04-30 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-04-29 | * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check. | Ulrich Weigand | 6 | -194/+59 |
2007-04-29 | * gdb.java/jmain.exp: Handle demangled names with and without method | Daniel Jacobowitz | 2 | -3/+36 |
2007-04-29 | * gdb.mi/mi-syn-frame.c (main, foo, bar) | Daniel Jacobowitz | 5 | -26/+28 |
2007-04-29 | * gdb.base/auxv.exp (core_works): Also check is_remote. | Daniel Jacobowitz | 4 | -3/+9 |
2007-04-29 | * regcache.c (deprecated_read_register_gen): Remove, inline ... | Ulrich Weigand | 5 | -42/+28 |
2007-04-29 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-04-28 | * hpux-thread.c (hpux_thread_store_registers): Use | Ulrich Weigand | 3 | -4/+11 |
2007-04-28 | * gdbarch.sh: Remove deprecated_register_byte. | Ulrich Weigand | 11 | -162/+60 |
2007-04-28 | * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define, | Ulrich Weigand | 3 | -32/+20 |
2007-04-28 | * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and | Ulrich Weigand | 4 | -109/+149 |
2007-04-28 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-04-27 | * dwarf2expr.c (unsigned_address_type): Add forward declaration. | Kevin Buettner | 2 | -3/+36 |
2007-04-27 | * solib-frv.c (lm_base): Bail out if the main executable has | Kevin Buettner | 2 | -0/+13 |
2007-04-27 | * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location | Ulrich Weigand | 2 | -1/+6 |
2007-04-27 | gdb/: | Maciej W. Rozycki | 2 | -3/+9 |