Age | Commit message (Expand) | Author | Files | Lines |
2007-05-06 | * gregset.h (struct regcache): Add forward declaration. | Ulrich Weigand | 1 | -0/+68 |
2007-05-06 | * monitor.c (monitor_supply_register): Add REGCACHE parameter, use | Ulrich Weigand | 1 | -0/+27 |
2007-05-06 | * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset): | Ulrich Weigand | 1 | -0/+20 |
2007-05-06 | * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it | Ulrich Weigand | 1 | -0/+14 |
2007-05-06 | * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use it | Ulrich Weigand | 1 | -0/+41 |
2007-05-06 | * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove. | Ulrich Weigand | 1 | -0/+11 |
2007-05-06 | * cris-tdep.c (supply_gregset): Rename to ... | Ulrich Weigand | 1 | -0/+7 |
2007-05-06 | * arnmnbsd-nat.c (supply_gregset): Rename to ... | Ulrich Weigand | 1 | -0/+11 |
2007-05-06 | * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs, | Ulrich Weigand | 1 | -0/+32 |
2007-05-06 | * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs, | Ulrich Weigand | 1 | -0/+18 |
2007-05-06 | * m32r-linux-nat.c (supply_gregset): Do not modify contents | Ulrich Weigand | 1 | -0/+5 |
2007-05-06 | * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead | Ulrich Weigand | 1 | -0/+7 |
2007-05-03 | * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating | Kevin Buettner | 1 | -0/+7 |
2007-05-03 | * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address | Kevin Buettner | 1 | -0/+5 |
2007-05-02 | * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions | Maciej W. Rozycki | 1 | -0/+6 |
2007-04-29 | * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check. | Ulrich Weigand | 1 | -0/+13 |
2007-04-29 | * regcache.c (deprecated_read_register_gen): Remove, inline ... | Ulrich Weigand | 1 | -0/+15 |
2007-04-28 | * hpux-thread.c (hpux_thread_store_registers): Use | Ulrich Weigand | 1 | -0/+7 |
2007-04-28 | * gdbarch.sh: Remove deprecated_register_byte. | Ulrich Weigand | 1 | -0/+20 |
2007-04-28 | * alpha-nat.c (ALPHA_REGSET_BASE, ALPHA_REGSET_UNIQUE): Do not define, | Ulrich Weigand | 1 | -0/+6 |
2007-04-28 | * rs6000-aix-tdep.c: Include "regcache.h", "regset.h", and | Ulrich Weigand | 1 | -0/+17 |
2007-04-27 | * dwarf2expr.c (unsigned_address_type): Add forward declaration. | Kevin Buettner | 1 | -0/+6 |
2007-04-27 | * solib-frv.c (lm_base): Bail out if the main executable has | Kevin Buettner | 1 | -0/+5 |
2007-04-27 | * alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location | Ulrich Weigand | 1 | -0/+5 |
2007-04-27 | gdb/: | Maciej W. Rozycki | 1 | -0/+5 |
2007-04-27 | * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove. | Ulrich Weigand | 1 | -0/+7 |
2007-04-27 | * config/rs6000/nm-rs6000.h (TARGET_CREATE_INFERIOR_HOOK): Remove. | Ulrich Weigand | 1 | -0/+9 |
2007-04-27 | * aix-thread.c (aix_thread_xfer_memory): Replace by ... | Ulrich Weigand | 1 | -0/+22 |
2007-04-27 | * inf-ptrace.c: Include "gdb_stdint.h". | Ulrich Weigand | 1 | -0/+10 |
2007-04-27 | * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules. | Ulrich Weigand | 1 | -0/+12 |
2007-04-27 | * aix-thread.c (fill_sprs32): Change argument types to "uint32_t *". | Ulrich Weigand | 1 | -0/+13 |
2007-04-27 | * vec.h (vec_free): Rename to vec_free_. Adapt users. | Ulrich Weigand | 1 | -0/+4 |
2007-04-26 | * alpha-linux-tdep.c: Include "gdb_string.h", "regset.h", | Ulrich Weigand | 1 | -0/+28 |
2007-04-25 | * mips-linux-nat.c: No longer include "gdbcore.h". | Ulrich Weigand | 1 | -0/+16 |
2007-04-25 | * linux-nat.c (linux_register_u_offset): Remove. | Ulrich Weigand | 1 | -0/+48 |
2007-04-25 | * core-aout.c: Delete file. | Ulrich Weigand | 1 | -0/+46 |
2007-04-20 | * MAINTAINERS (Write After Approval): Add myself. | Mark Shinwell | 1 | -0/+4 |
2007-04-20 | Correct erroneous ChangeLog commit. | Mark Shinwell | 1 | -0/+13 |
2007-04-19 | * win32-nat.c (win32_detach): Remove delete_command call. | Pedro Alves | 1 | -0/+5 |
2007-04-19 | * ser-mingw.c (fd_is_file): New function. | Jerome Guitton | 1 | -0/+6 |
2007-04-18 | 2007-04-18 Denis Pilat <denis.pilat@st.com> | Denis Pilat | 1 | -1/+7 |
2007-04-18 | * mips-tdep.c (mips_eabi_push_dummy_call): Revert the last | Maciej W. Rozycki | 1 | -0/+8 |
2007-04-18 | 2007-04-18 Denis Pilat <denis.pilat@st.com> | Denis Pilat | 1 | -0/+5 |
2007-04-17 | * mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some | Maciej W. Rozycki | 1 | -0/+9 |
2007-04-17 | * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a | Maciej W. Rozycki | 1 | -0/+5 |
2007-04-17 | * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a | Maciej W. Rozycki | 1 | -0/+6 |
2007-04-17 | * symtab.c (skip_prologue_using_sal): Allow the end of the prologue | Andreas Schwab | 1 | -0/+5 |
2007-04-17 | * mips-tdep.c (mips_o32_push_dummy_call): Take account of | Maciej W. Rozycki | 1 | -0/+10 |
2007-04-14 | * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and | Ulrich Weigand | 1 | -0/+24 |
2007-04-14 | * alpha-tdep.c (alpha_software_single_step): Do not call write_pc | Ulrich Weigand | 1 | -0/+5 |