aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2006-12-15bfd/Alan Modra2-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 ***gdbadmin1-1/+1
2006-12-14*** empty log message ***gdbadmin1-1/+1
2006-12-13 * value.c (value_copy): Copy the full 'location' contents, insteadJim Blandy2-1/+7
of assuming that copying ADDRESS will bring over everything in the union.
2006-12-132006-12-13 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-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 ***gdbadmin1-1/+1
2006-12-12*** empty log message ***gdbadmin1-1/+1
2006-12-11*** empty log message ***gdbadmin1-1/+1
2006-12-10*** empty log message ***gdbadmin1-1/+1
2006-12-09 * win32-nat.c (env_sort): Remove.Corinna Vinschen3-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 ***gdbadmin1-1/+1
2006-12-08(varobj_update): Ensure frame is restored whenNick Roberts1-5/+6
variable object is out of scope.
2006-12-08*** empty log message ***Nick Roberts1-0/+5
2006-12-08*** empty log message ***Eli Zaretskii1-0/+5
2006-12-08Clarify the meaning of an ``obvious fix'' in the docs.Eli Zaretskii1-0/+3
2006-12-082006-12-08 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus6-6/+98
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-082006-12-08 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-0/+8
* gdb.texinfo (GDB/MI Variable Objects): Wrap historical note in @ignore, to be removed later if nobody complains.
2006-12-082006-12-08 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus6-8/+173
* 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(mi_cmd_var_update): Fix memory leak.Nick Roberts1-3/+3
2006-12-08*** empty log message ***Nick Roberts1-0/+4
2006-12-08*** empty log message ***gdbadmin1-1/+1
2006-12-07*** empty log message ***gdbadmin1-1/+1
2006-12-062006-12-06 Jim Blandy <jimb@codesourcery.com>Jim Blandy2-6/+21
* gdbtypes.c: Revert 2006-12-05 change, and explain why.
2006-12-062006-12-06 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs3-1/+11
* 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-062006-12-06 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-2/+8
* varobj.c (cplus_value_of_child): When accessing base suboject, don't specially process references.
2006-12-06 * MAINTAINERS (Write After Approval): Add myself.Adam Nemet2-0/+5
2006-12-06 * gdbtypes.c (built_gdbtypes): Don't set builtin_type_void here.Jim Blandy2-5/+10
(_initialize_gdbtypes): Do it here, and don't swap it when the architecture changes.
2006-12-06*** empty log message ***gdbadmin1-1/+1
2006-12-05 * cp-valprint.c, p-valprint.c: Revert last change.Daniel Jacobowitz3-4/+8
2006-12-05 * NEWS: Mention MIPS remote autodetection, mips64 gdbserver,Daniel Jacobowitz2-0/+31
"set mem inaccessible-by-default", and "set breakpoint auto-hw".
2006-12-052006-12-05 Markus Deuling <deuling@de.ibm.com>Daniel Jacobowitz2-8/+23
* README: Update supported targets.
2006-12-052006-12-05 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-4/+11
* 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-052006-12-05 Adam Nemet <anemet@caviumnetworks.com>Daniel Jacobowitz2-2/+7
* target.c (debug_to_remove_watchpoint): Call to_remove_watchpoint. Print target_remove_watchpoint.
2006-12-05*** empty log message ***gdbadmin1-1/+1
2006-12-04(GDB/MI Variable Objects): Describe -c optionNick Roberts1-2/+3
of -var-delete.
2006-12-04*** empty log message ***Nick Roberts1-0/+5
2006-12-04*** empty log message ***gdbadmin1-1/+1
2006-12-03*** empty log message ***gdbadmin1-1/+1
2006-12-02*** empty log message ***gdbadmin1-1/+1
2006-12-01gdb/Daniel Jacobowitz7-1/+199
* elfread.c (elf_symtab_read): Treat weak functions as global. gdb/testsuite/ * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c, gdb.base/weaklib2.c: New files.
2006-12-012006-11-30 Jim Blandy <jimb@codesourcery.com>Jim Blandy2-4/+6
* ada-lang.c (value_subscript_packed): Don't bother to set the lvalue type of the returned value here; ada_value_primitive_packed_val takes care of that.
2006-12-01*** empty log message ***gdbadmin1-1/+1
2006-11-30*** empty log message ***gdbadmin1-1/+1
2006-11-29(mi_cmd_var_list_children): Remove unusedNick Roberts1-1/+0
variable.
2006-11-29*** empty log message ***Nick Roberts1-0/+5
2006-11-29 * gdb.threads/linux-dp.exp: Adjust regexps used to scan threadNathan Sidwell2-8/+17
info. Adjust test names.
2006-11-292006-07-29 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-21/+36
* mi/mi-cmd-var.c (print_varobj): New function. (mi_cmd_var_create): Use the above. (mi_cmd_var_list_children): Likewise.
2006-11-292006-07-29 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-0/+5
* MAINTAINERS (Write After Approval): Add myself.
2006-11-292006-11-29 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-25/+23
* solib.c (solib_open): Treat bare file names as relative paths.
2006-11-29 * gdb.base/break.c (main): Move position of malloc.Nathan Sidwell3-16/+6
* gdb.base/break.exp: Revert mistaken checkin.