aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2006-05-10 * agentexpr.texi: Add a copyright and license notice.Daniel Jacobowitz3-1/+29
* observer.texi: Likewise, with GPL clause for function prototypes. Remove trailing whitespace.
2006-05-10*** empty log message ***gdbadmin1-1/+1
2006-05-09 * dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.Andreas Schwab3-3/+99
(execute_cfa_program): Add parameter eh_frame_p. Call dwarf2_frame_eh_frame_regnum when true. (dwarf2_frame_cache): Pass eh_frame_p from fde to execute_cfa_program. (decode_frame_entry_1): Call dwarf2_frame_eh_frame_regnum when processing .eh_frame. Copy eh_frame_p to the new fde. (struct dwarf2_frame_ops): Add eh_frame_regnum. (dwarf2_frame_set_eh_frame_regnum): Define. (dwarf2_frame_eh_frame_regnum): Define. * dwarf2-frame.h (dwarf2_frame_set_eh_frame_regnum): Declare. (dwarf2_frame_eh_frame_regnum): Declare.
2006-05-09 * configure.srv (m68k*-*-uclinux*): New target.Nathan Sidwell5-1/+88
* linux-low.c (linux_create_inferior): Use vfork on mmuless systems. (linux_resume_one_process): Remove extraneous cast. (linux_read_offsets): New. (linux_target_op): Add linux_read_offsets on mmuless systems. * server.c (handle_query): Add qOffsets logic. * target.h (struct target_ops): Add read_offsets.
2006-05-09*** empty log message ***gdbadmin1-1/+1
2006-05-08*** empty log message ***gdbadmin1-1/+1
2006-05-07* gdb.base/help.exp: Make "delete checkpoint" part option forMark Kettenis2-2/+7
"help d" and "help delete" tests.
2006-05-07*** empty log message ***gdbadmin1-1/+1
2006-05-06 * linux-nat.c (linux_nat_do_thread_registers): Check forDavid S. Miller2-51/+38
NULL collect_regset method.
2006-05-06 * gdb.mi/mi-basics.exp: Add missing serial number toUlrich Weigand3-6/+12
expected output in some mi_gdb_test statements. * gdb.mi/mi2-basics.exp: Likewise.
2006-05-06 * s390-tdep.c (s390_collect_regset): New function.Ulrich Weigand2-3/+30
(s390_gregset, s390x_gregset, s390_fpregset): Add it.
2006-05-06Make LOC_OPTIMIZED_OUT the default value for a symbol.Nick Roberts1-1/+1
2006-05-06*** empty log message ***Nick Roberts1-0/+5
2006-05-06*** empty log message ***gdbadmin1-1/+1
2006-05-05 * linux-nat.c (exit_lwp): Fix NULL pointer access.Ulrich Weigand2-9/+24
(linux_nat_handle_extended): New parameter STOPPING. (wait_lwp): Call it with STOPPING equals 1. (linux_nat_wait): Call it with STOPPING equals 0.
2006-05-05 * linux-nat.c (linux_nat_wait): Do not short-cut reportingUlrich Weigand2-1/+9
of 'uninteresting' signals when single-stepping.
2006-05-05 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"David S. Miller3-23/+28
will get printed without a mi_cmd_data_list_register_values prefix. (*-data-list-register-*): Correct regular expressions to expect the new pseudo d? floating point registers. * gdb.mi/mi2-regs.exp: Likewise.
2006-05-05 * MAINTAINERS: Move NEWS to the documentation entry.Daniel Jacobowitz2-2/+5
2006-05-05 * gdb.base/del.c: New file.Joel Brobecker3-0/+88
* gdb.base/del.exp: New testcase.
2006-05-05gdb/doc/ChangeLog:Jim Blandy2-3/+29
2006-05-05 Jim Blandy <jimb@codesourcery.com> * gdb.texinfo (General Query Packets): Document conventions for terminating packet names, and their violations.
2006-05-05 * gdb.base/savedregs.exp: Do not require that the dummyDavid S. Miller2-1/+3
frame location match up to a symbol and source file location.
2006-05-05 * gdb.base/break.exp: Do not assume a breakpoint onDavid S. Miller2-1/+6
main will actually be in $srcfile when optimizing.
2006-05-05 * linux-thread-db.c (thread_db_store_registers): UseDavid S. Miller2-1/+3
regcache_raw_collect.
2006-05-05 * linux-nat.c (linux_nat_do_thread_registers): Use theDavid S. Miller3-19/+74
regset_from_core_section infrastructure if the target supports it. * Makefile.in: Update dependencies.
2006-05-052006-05-05: Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam2-37/+31
* ppc-linux-nat.c: Clean up types for ptrace. Replace (CORE_ADDR) with (uintptr_t) to avoid the size difference between a CORE_ADDR and a void* on ppc64 systems compiled for 32-bits.
2006-05-05 * remote.c (remote_disconnect): Add TARGET argument.Daniel Jacobowitz4-20/+26
* target.c (debug_to_disconnect): Delete. (update_current_target): Do not inherit to_disconnect. (target_disconnect): Search for a target to implement to_disconnect. (setup_target_debug): Do not reference to_disconnect. * target.h (struct target_ops): Add target argument to to_disconnect.
2006-05-05Readline 5.1 import for HEAD.Daniel Jacobowitz3-2/+7
2006-05-05 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.Daniel Jacobowitz4-2/+20
* gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4 is allocated by the compiler. * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s, anons, e, anone to force their allocation by the compiler.
2006-05-05Approved by Daniel Jacobowitz <drow@false.org>Fred Fish2-19/+7
2006-05-06 Fred Fish <fnf@specifix.com> * mips-tdep.c (mips_o64_push_dummy_call): Left shift big endian structs or unions independent of ABI register size.
2006-05-05 2006-05-06 Fred Fish <fnf@specifix.com>Fred Fish2-1/+44
* mips-tdep.c (mips_o64_return_value): Replace stub that always returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
2006-05-05 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"Daniel Jacobowitz2-11/+9
and "show remotedebug". (Debugging Output): Add additional index entries.
2006-05-05 * mi/mi-main.c (captured_mi_execute_command): Check the returnDaniel Jacobowitz2-11/+30
value of -interpreter-exec.
2006-05-05 * gdb.base/help.exp: Update expected text for help d andDaniel Jacobowitz2-3/+8
help delete.
2006-05-05*** empty log message ***gdbadmin1-1/+1
2006-05-04*** empty log message ***gdbadmin1-1/+1
2006-05-03gdb/ChangeLog:Jim Blandy2-3/+14
2006-05-03 Vladimir Prus <ghost@cs.msu.su> * varobj.c (c_value_of_variable): Ignore top-level references. (Committed by Jim Blandy.)
2006-05-03*** empty log message ***gdbadmin1-1/+1
2006-05-02*** empty log message ***gdbadmin1-1/+1
2006-05-01* gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list ofMark Kettenis2-0/+6
NetBSD/ELF targets.
2006-05-01* gdb.base/sigbpt.exp (stepi_out): FAIL when inserting aMark Kettenis4-0/+24
single-step breakpoint fails; make this a KFAIL on sparc*-*-openbsd*. * gdb.base/siginfo.exp: Likewise. * gdb.base/sigstep.exp (advance, advancei): Likewise.
2006-05-01* breakpoint.c (insert_single_step_breakpoint): Make a failure toMark Kettenis2-1/+9
insert a single-step breakpoint an error instead of a warning. * breakpoint.c (remove_single_step_breakpoints): Bail out early if no breakpoints are inserted.
2006-05-012006-05-01 Nathan J. Williams <nathanw@wasabisystems.com>Nathan J. Williams2-2/+7
* ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two arguments from void * to gdb_byte *.
2006-05-01*** empty log message ***gdbadmin1-1/+1
2006-04-30*** empty log message ***gdbadmin1-1/+1
2006-04-29*** empty log message ***gdbadmin1-1/+1
2006-04-28*** empty log message ***gdbadmin1-1/+1
2006-04-272006-04-26 Michael Snyder <msnyder@redhat.com>Michael Snyder6-25/+69
* linux-fork.c (_initialize_linux_fork): Rename "delete-fork" command to "delete fork" (no hyphen), compatible with other "delete" commands. (info_forks_command): Accept a fork ID argument, for info on a single fork. Report if no matching forks. 2006-04-26 Michael Snyder <msnyder@redhat.com> * gdb.base/multi-forks.exp: Modify patterns for "run to exit", which may have to consume output from other forks. Add tests to make sure that "delete fork" succeeded. 2006-04-27 Michael Snyder <msnyder@redhat.com> * gdb.texinfo (delete-fork): Command renamed to "delete fork".
2006-04-27*** empty log message ***gdbadmin1-1/+1
2006-04-262006-04-20 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* remote.c: Fix spelling error in comment.
2006-04-26*** empty log message ***gdbadmin1-1/+1