gdbadmin
e565971c4e
*** empty log message ***
2006-12-18 00:00:02 +00:00
Mark Kettenis
84c5b489a8
Mark Kettenis <kettenis@gnu.org>
...
* 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 13:30:44 +00:00
gdbadmin
2970a4c485
*** empty log message ***
2006-12-17 00:00:05 +00:00
Daniel Jacobowitz
d0e5500c95
* Makefile.in (ALLDEPFILES): Remove mipsv4-nat.c.
...
(mipsv4-nat.o): Delete.
* mipsv4-nat.c: Delete.
2006-12-16 21:00:29 +00:00
Daniel Jacobowitz
f3d770869c
* dve3900-rom.c: Delete file.
...
* Makefile.in (dve3900-rom.o): Delete.
2006-12-16 19:18:37 +00:00
Daniel Jacobowitz
6213115e47
* vx-share/README: Delete file.
2006-12-16 18:40:56 +00:00
Mark Kettenis
5d0fc17b31
* i386obsd-nat.c: Include "gdbcore.h", "regcache.h", "target.h",
...
<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 10:45:52 +00:00
Mark Kettenis
37e28b926c
* sparcobsd-tdep.c: Fix typo.
2006-12-16 00:06:55 +00:00
gdbadmin
0e1cb3a29b
*** empty log message ***
2006-12-16 00:00:33 +00:00
Mark Kettenis
bd37273160
Add OpenBSD/sh native support.
...
* 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 23:57:35 +00:00
Mark Kettenis
54fe917236
Add OpenBSD/sh support.
...
* 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 23:45:04 +00:00
Mark Kettenis
1e17aef808
* ppcnbsd-tdep.c: Fix typo in comment.
2006-12-15 23:22:37 +00:00
Mark Kettenis
9c7deb13f0
* remote-fileio.c (remote_fileio_mode_to_target): Use
...
S_ISREG/S_ISDIR/S_ISCHR macros instead of S_IFREG/S_IFDIR/S_IFCHR.
2006-12-15 23:17:56 +00:00
Daniel Jacobowitz
0767c96d9d
* breakpoint.c (insert_bp_location): Add newline to note.
2006-12-15 15:22:22 +00:00
Alan Modra
f6cf9273b3
bfd/
...
* 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 04:13:37 +00:00
gdbadmin
263c8770d6
*** empty log message ***
2006-12-15 00:00:04 +00:00
gdbadmin
15f6818fba
*** empty log message ***
2006-12-14 00:00:02 +00:00
Jim Blandy
6f7c8fc2c5
* value.c (value_copy): Copy the full 'location' contents, instead
...
of assuming that copying ADDRESS will bring over everything in the
union.
2006-12-13 22:36:48 +00:00
Ulrich Weigand
f2d43c2c03
2006-12-13 Markus Deuling <deuling@de.ibm.com>
...
* 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 14:17:53 +00:00
gdbadmin
51b58d2ec7
*** empty log message ***
2006-12-13 00:00:03 +00:00
gdbadmin
12a5b6f9ee
*** empty log message ***
2006-12-12 00:00:36 +00:00
gdbadmin
0c59c0d1d9
*** empty log message ***
2006-12-11 00:00:02 +00:00
gdbadmin
267d825c71
*** empty log message ***
2006-12-10 00:00:04 +00:00
Corinna Vinschen
002c07a9ff
* win32-nat.c (env_sort): Remove.
...
(win32_create_inferior): Remove code which creates a Windows
environment. Use Cygwin function call instead. Propagate
current environment to inferior process.
2006-12-09 09:12:59 +00:00
gdbadmin
d75c852234
*** empty log message ***
2006-12-09 00:00:02 +00:00
Nick Roberts
0d2bd018fd
(varobj_update): Ensure frame is restored when
...
variable object is out of scope.
2006-12-08 22:06:04 +00:00
Nick Roberts
3dca6e6038
*** empty log message ***
2006-12-08 22:05:36 +00:00
Eli Zaretskii
520b03f9e4
*** empty log message ***
2006-12-08 17:30:44 +00:00
Eli Zaretskii
81e0e9408d
Clarify the meaning of an ``obvious fix'' in the docs.
2006-12-08 17:28:31 +00:00
Vladimir Prus
038224f618
2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
...
Test for base in references.
* gdb.mi/mi-var-cp.cc: Add test code.
* gdb.mi/mi-var-cp.exp: Test for bases in references.
* gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
* gdb.mi/mi2-watch.exp: Likewise.
* lib/mi-support.exp (mi_runto): Use temporary breakpoint.
(mi_list_varobj_children): New function.
2006-12-08 14:29:02 +00:00
Vladimir Prus
a1b5960f51
2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
...
* gdb.texinfo (GDB/MI Variable Objects): Wrap historical
note in @ignore, to be removed later if nobody complains.
2006-12-08 12:58:36 +00:00
Vladimir Prus
b26ed50ddf
2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
...
* varobj.c (varobj_create): Don't call release_value.
(varobj_set_value): Likewise.
(install_new_value): Call coerce_ref and release_value
on the value. Add asserts.
2006-12-08 12:44:11 +00:00
Nick Roberts
db9a518b07
(mi_cmd_var_update): Fix memory leak.
2006-12-08 04:09:53 +00:00
Nick Roberts
ba17f7aa4d
*** empty log message ***
2006-12-08 04:09:30 +00:00
gdbadmin
1273d223e8
*** empty log message ***
2006-12-08 00:00:02 +00:00
gdbadmin
8c9343347a
*** empty log message ***
2006-12-07 00:00:37 +00:00
Jim Blandy
2372d65a14
2006-12-06 Jim Blandy <jimb@codesourcery.com>
...
* gdbtypes.c: Revert 2006-12-05 change, and explain why.
2006-12-06 20:15:19 +00:00
Andrew Stubbs
fa3fd85b06
2006-12-06 Andrew Stubbs <andrew.stubbs@st.com>
...
* event-top.c (command_handler): On EOF, print 'quit' and run quit
command via execute_command such that hooks and trace work.
* utils.c (defaulted_query): On EOF, print default answer and newline.
2006-12-06 16:49:57 +00:00
Vladimir Prus
4ae4f4fb15
2006-12-06 Vladimir Prus <vladimir@codesourcery.com>
...
* varobj.c (cplus_value_of_child): When accessing
base suboject, don't specially process references.
2006-12-06 09:01:50 +00:00
Adam Nemet
b3d379e410
* MAINTAINERS (Write After Approval): Add myself.
2006-12-06 06:51:50 +00:00
Jim Blandy
8f2e9323f0
* gdbtypes.c (built_gdbtypes): Don't set builtin_type_void here.
...
(_initialize_gdbtypes): Do it here, and don't swap it when the
architecture changes.
2006-12-06 00:57:04 +00:00
gdbadmin
f8f183f633
*** empty log message ***
2006-12-06 00:00:33 +00:00
Daniel Jacobowitz
4ad08d87e8
* cp-valprint.c, p-valprint.c: Revert last change.
2006-12-05 23:57:53 +00:00
Daniel Jacobowitz
c9bb8148c1
* NEWS: Mention MIPS remote autodetection, mips64 gdbserver,
...
"set mem inaccessible-by-default", and "set breakpoint auto-hw".
2006-12-05 21:23:20 +00:00
Daniel Jacobowitz
a5e13d24f0
2006-12-05 Markus Deuling <deuling@de.ibm.com>
...
* README: Update supported targets.
2006-12-05 21:18:38 +00:00
H.J. Lu
9fb92a5a5b
2006-12-05 H.J. Lu <hongjiu.lu@intel.com>
...
* cp-valprint.c (cp_print_value_fields): Initialize tmp_obstack.
(cp_print_value): Likewise.
* p-valprint.c (pascal_object_print_value_fields): Likewise.
(pascal_object_print_value): Likewise.
2006-12-05 20:53:28 +00:00
Daniel Jacobowitz
ecde4882ba
2006-12-05 Adam Nemet <anemet@caviumnetworks.com>
...
* target.c (debug_to_remove_watchpoint): Call
to_remove_watchpoint. Print target_remove_watchpoint.
2006-12-05 20:38:13 +00:00
gdbadmin
e611e605d1
*** empty log message ***
2006-12-05 00:00:35 +00:00
Nick Roberts
22d8a47037
(GDB/MI Variable Objects): Describe -c option
...
of -var-delete.
2006-12-04 03:53:19 +00:00
Nick Roberts
9f470e6e42
*** empty log message ***
2006-12-04 03:51:39 +00:00