Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-29 | * gdb.ada/array_return.exp: Update copyright date list. | Joel Brobecker | 2 | -1/+5 | |
2006-12-29 | * memory-map.c (memory_map_end_element): Move variable | Mark Kettenis | 2 | -1/+7 | |
declarations to the begining of the block. | |||||
2006-12-29 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-28 | * ia64-tdep.c (get_kernel_table): Correct signedness in check | Daniel Jacobowitz | 2 | -6/+12 | |
for a negative return value. | |||||
2006-12-28 | Consolidate Gary Funck's two ChangeLog entries. | Jim Blandy | 1 | -2/+0 | |
2006-12-28 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-27 | 2006-12-27 Gary Funck <gary@intrepid.com> | Gary Funck | 2 | -11/+171 | |
* dwarf2read.c (dwarf_attr_name, dwarf_cfi_name) (dwarf_stack_op_name, dwarf_tag_name) (dwarf_type_encoding_name): Decode additional DWARF 2 and DWARF 3 codes into their corresponding string names. | |||||
2006-12-27 | * MAINTAINERS (Write After Approval): Add myself. | Gary Funck | 2 | -0/+5 | |
2006-12-27 | * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type. | Joel Brobecker | 5 | -2/+40 | |
(Create_Small_Float_Vector): New function. * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add function body. * gdb.ada/array_return/p.adb: Use new type and function from package Pck. * gdb.ada/array_return.exp: Add a test verifying that GDB is able to print the value returned by a function returning an array of float. | |||||
2006-12-27 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-26 | * sparc64-tdep.c (sparc64_extract_return_value): Add handling | Joel Brobecker | 2 | -0/+25 | |
for array types. (sparc64_store_return_value): Likewise. | |||||
2006-12-26 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-25 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-24 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-23 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-22 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-21 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-20 | * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail. | Joel Brobecker | 2 | -3/+5 | |
The associated tests should be PASSing. | |||||
2006-12-20 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-19 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-18 | * breakpoint.c (watchpoint_check): Double-check the found frame. | Daniel Jacobowitz | 2 | -0/+11 | |
2006-12-18 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-17 | Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 7 | -5/+103 | |
* i386nbsd-nat.c: Include "nbsd-nat.h". (_initialize_i386nbsd_nat): Update target vector to use nbsd_pid_to_exec_file. * config/i386/nbsdelf.mh (NATDEPFILES): Add nbsd-nat.o. * config/i386/nbsdaout.mh (NATDEPFILES): Add nbsd-nat.o. * nbsd-nat.c: New file. * nbsd-nat.h: New file. * Makefile.in (ALLDEPFILES): Add nbsd-nat.c. (nbsd_nat_h): New variable. (nbsd-nat.o): New dependency. | |||||
2006-12-17 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-16 | * Makefile.in (ALLDEPFILES): Remove mipsv4-nat.c. | Daniel Jacobowitz | 3 | -176/+7 | |
(mipsv4-nat.o): Delete. * mipsv4-nat.c: Delete. | |||||
2006-12-16 | * dve3900-rom.c: Delete file. | Daniel Jacobowitz | 3 | -1072/+5 | |
* Makefile.in (dve3900-rom.o): Delete. | |||||
2006-12-16 | * vx-share/README: Delete file. | Daniel Jacobowitz | 2 | -7/+4 | |
2006-12-16 | * i386obsd-nat.c: Include "gdbcore.h", "regcache.h", "target.h", | Mark Kettenis | 4 | -3/+78 | |
<machine/frame.h>, <machine/pcb.h>, "i386bsd-nat.h" and "bsd-kvm.h". (i386obsd_supply_pcb): New function. (_initialize_i386obsd_nat): Construct and add target vector. Enable libkvm interface. * Makefile.in (i386obsd-nat.o): Update dependencies. * config/i386/obsd.mh (NATDEPFILES): Remove i386nbsd-nat.c | |||||
2006-12-16 | * sparcobsd-tdep.c: Fix typo. | Mark Kettenis | 2 | -2/+4 | |
2006-12-16 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-15 | Add OpenBSD/sh native support. | Mark Kettenis | 6 | -14/+47 | |
* NEWS (New native configurations): Mention OpenBSD/sh. * configure.host: Add sh*-*-openbsd*. * shnbsd-nat.c: Include "inf-ptrace.h". (shnbsd_fetch_inferior_registers): Rename from fetch_inferior_registers. Make static. (shnbsd_store_inferior_registers): Rename from store_inferior_registers. Make static. (_initialize_shnbsd_nat): New function. * Makefile.in (shnbsd-nat.o): Update dependencies. * config/sh/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove. (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. | |||||
2006-12-15 | Add OpenBSD/sh support. | Mark Kettenis | 5 | -2/+18 | |
* NEWS (New targets): Mention OpenBSD/sh. * configure.tgt: Add sh*-*-openbsd*. * shnbsd-tdep.c (_initialize_shnbsd_tdep): Register handler for GDB_OSABI_OPENBSD_ELF. * config/sh/obsd.mt: New file. | |||||
2006-12-15 | * ppcnbsd-tdep.c: Fix typo in comment. | Mark Kettenis | 2 | -1/+5 | |
2006-12-15 | * remote-fileio.c (remote_fileio_mode_to_target): Use | Mark Kettenis | 2 | -3/+8 | |
S_ISREG/S_ISDIR/S_ISCHR macros instead of S_IFREG/S_IFDIR/S_IFCHR. | |||||
2006-12-15 | * breakpoint.c (insert_bp_location): Add newline to note. | Daniel Jacobowitz | 2 | -1/+5 | |
2006-12-15 | bfd/ | Alan Modra | 2 | -1/+19 | |
* opncls.c (bfd_openr_iovec): Add "stat" parameter. (struct opncls): Add "stat" field. (opncls_bstat): Call vec->stat. * bfd-in2.h: Regenerate. * elf32-spu.c (spu_elf_open_builtin_lib): Adjust. gdb/ * spu-linux-nat.c (spu_bfd_iovec_stat): New function. (spu_bfd_open): Adjust bfd_openr_iovec call. | |||||
2006-12-15 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-14 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-13 | * value.c (value_copy): Copy the full 'location' contents, instead | Jim Blandy | 2 | -1/+7 | |
of assuming that copying ADDRESS will bring over everything in the union. | |||||
2006-12-13 | 2006-12-13 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 2 | -1/+33 | |
* spu-tdep.c (spu_init_vector_type): New function. (spu_builtin_type_vec128.): New static variable. (spu_register_type): Return spu_builtin_type_vec128 as default. (_initialize_spu_tdep): Call spu_init_vector_type. | |||||
2006-12-13 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-11 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-10 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-09 | * win32-nat.c (env_sort): Remove. | Corinna Vinschen | 3 | -182/+11 | |
(win32_create_inferior): Remove code which creates a Windows environment. Use Cygwin function call instead. Propagate current environment to inferior process. | |||||
2006-12-09 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-12-08 | (varobj_update): Ensure frame is restored when | Nick Roberts | 1 | -5/+6 | |
variable object is out of scope. | |||||
2006-12-08 | *** empty log message *** | Nick Roberts | 1 | -0/+5 | |
2006-12-08 | *** empty log message *** | Eli Zaretskii | 1 | -0/+5 | |
2006-12-08 | Clarify the meaning of an ``obvious fix'' in the docs. | Eli Zaretskii | 1 | -0/+3 | |