aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2003-10-212003-10-20 Michael Chastain <mec@shout.net>Michael Chastain2-0/+52
* gdb.base/gdb1056.exp: New test script.
2003-10-21*** empty log message ***gdbadmin1-1/+1
2003-10-202003-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-26/+32
* ia64-tdep.c: Change all occurrences of DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead. (ia64_frame_prev_register): Minor whitespace change.
2003-10-202003-10-20 Michael Chastain <mec@shout.net>Michael Chastain2-0/+18
* config/djgpp/fnchange.lst: Add lines for: sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs, sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs, sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs, sim/testsuite/sim/frv/interrupts/compound-fr550.cgs, sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs, sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs, sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
2003-10-20Err, fix a spacing problem in a ChangeLog entry that I made yesterday.Michael Chastain1-1/+1
I'm not making a ChangeLog entry for this!
2003-10-202003-10-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney10-113/+329
* values.c (register_value_being_returned): Update comments. Use "gdbarch_return_value" when available. (using_struct_return): Ditto. (set_return_value): Ditto. Use "gdbarch_return_value" when available.. Print a warning, and not an error, when an unhandled return type is encountered. * infcmd.c: Include "gdb_assert.h". (print_return_value): When gdbarch_return_value_p, and using struct return, assume that the value is not available. * defs.h (return_value_convention): Define. * gdbarch.sh (gdbarch_return_value): New predicate method. * gdbarch.h, gdbarch.c: Re-generate * ppc-sysv-tdep.c (return_value_convention): Delete definition. Index: doc/ChangeLog 2003-10-20 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Document gdbarch_return_value. Add cross references from USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2003-10-202003-10-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney6-12/+17
* targets.c: Replace "struct sec" with "struct bfd_section" * syms.c, sparclynx.c, section.c, opncls.c: Ditto. * libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto. * elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto. * aout-tic30.c, aout-target.h: * bfd-in2.h, libcoff.h, libbfd.h: Regenerate. Index: binutils/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * coffgrok.h (coff_section): Replace 'struct sec" with "struct bfd_section". Index: gdb/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * symtab.c: Replace "struct sec" with "struct bfd_section". * objfiles.c, linespec.c, blockframe.c, block.c: Ditto. Index: ld/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * pe-dll.c: Replace "struct sec" with "struct bfd_section". Index: sim/common/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * sim-base.h: Replace "struct sec" with "struct bfd_section".
2003-10-20*** empty log message ***gdbadmin1-1/+1
2003-10-192003-10-19 Michael Chastain <mec@shout.net>Michael Chastain2-1/+14
* config/djgpp/fnchange.lst: Add lines for: gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c, gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c, gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
2003-10-19* amd64fbsd-nat.c (fetch_inferior_registers,Mark Kettenis3-72/+7
store_inferior_registers): Remove functions. * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
2003-10-19*** empty log message ***gdbadmin1-1/+1
2003-10-18Add NetBSD/amd64 native configuration:Mark Kettenis11-0/+344
* x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations. * amd64nbsd-tdep.c: New file. * amd64nbsd-nat.c: New file. * amd64bsd-nat.c: New file. * config/i386/nbsd64.mh: New file. * config/i386/nbsd64.mt: New file. * configure.host: Add x86_64-*-netbsd*. * configure.tgt: Add x86_64-*-netbsd*. * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o): New targets. * NEWS (New native configurations): Mention NetBSD/amd64.
2003-10-182003-10-17 Michael Chastain <mec@shout.net>Michael Chastain2-154/+127
* config/djgpp/fnchange.lst: Remove dead lines for: bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c, bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c, bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c, gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h, gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h, gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h, gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h, gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h, gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h, gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h, gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h, gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h, gdb/config/sparc/tm-sparclite.h, gdb/gdbtk/generic/ChangeLog-2001, gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c, gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c, gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c, gdb/sparclet-rom.c, gdb/sparclet-stub.c, gdb/testsuite/gdb.mi/mi0-var-block.exp, gdb/testsuite/gdb.mi/mi0-var-child.exp, gdb/testsuite/gdb.mi/mi0-var-cmd.exp, gdb/testsuite/gdb.mi/mi0-var-display.exp, itcl/iwidgets3.0.0/demos/extfileselectionbox, itcl/iwidgets3.0.0/demos/extfileselectiondialog, itcl/iwidgets3.0.0/demos/fileselectionbox, itcl/iwidgets3.0.0/demos/fileselectiondialog, itcl/iwidgets3.0.0/demos/html/buttonbox.n.html, itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html, itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html, itcl/iwidgets3.0.0/demos/html/combobox.n.html, itcl/iwidgets3.0.0/demos/html/dialog.n.html, itcl/iwidgets3.0.0/demos/html/dialogshell.n.html, itcl/iwidgets3.0.0/demos/html/entryfield.n.html, itcl/iwidgets3.0.0/demos/html/feedback.n.html, itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html, itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html, itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html, itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html, itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html, itcl/iwidgets3.0.0/demos/html/menubar.n.html, itcl/iwidgets3.0.0/demos/html/messagedialog.n.html, itcl/iwidgets3.0.0/demos/html/notebook.n.html, itcl/iwidgets3.0.0/demos/html/optionmenu.n.html, itcl/iwidgets3.0.0/demos/html/panedwindow.n.html, itcl/iwidgets3.0.0/demos/html/promptdialog.n.html, itcl/iwidgets3.0.0/demos/html/pushbutton.n.html, itcl/iwidgets3.0.0/demos/html/radiobox.n.html, itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html, itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html, itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html, itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html, itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html, itcl/iwidgets3.0.0/demos/html/selectionbox.n.html, itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html, itcl/iwidgets3.0.0/demos/html/shell.n.html, itcl/iwidgets3.0.0/demos/html/spindate.n.html, itcl/iwidgets3.0.0/demos/html/spinint.n.html, itcl/iwidgets3.0.0/demos/html/spinner.n.html, itcl/iwidgets3.0.0/demos/html/spintime.n.html, itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html, itcl/iwidgets3.0.0/demos/html/tabset.n.html, itcl/iwidgets3.0.0/demos/html/toolbar.n.html, itcl/iwidgets3.0.0/demos/scrolledcanvas, itcl/iwidgets3.0.0/demos/scrolledframe, itcl/iwidgets3.0.0/demos/scrolledhtml, itcl/iwidgets3.0.0/demos/scrolledlistbox, itcl/iwidgets3.0.0/demos/scrolledtext, itcl/iwidgets3.0.0/demos/selectionbox, itcl/iwidgets3.0.0/demos/selectiondialog, itcl/iwidgets3.0.0/doc/canvasprintbox.n, itcl/iwidgets3.0.0/doc/canvasprintdialog.n, itcl/iwidgets3.0.0/doc/extfileselectionbox.n, itcl/iwidgets3.0.0/doc/extfileselectiondialog.n, itcl/iwidgets3.0.0/doc/fileselectionbox.n, itcl/iwidgets3.0.0/doc/fileselectiondialog.n, itcl/iwidgets3.0.0/doc/scopedobject.n.backup, itcl/iwidgets3.0.0/doc/scrolledcanvas.n, itcl/iwidgets3.0.0/doc/scrolledframe.n, itcl/iwidgets3.0.0/doc/scrolledhtml.n, itcl/iwidgets3.0.0/doc/scrolledlistbox.n, itcl/iwidgets3.0.0/doc/scrolledtext.n, itcl/iwidgets3.0.0/doc/selectionbox.n, itcl/iwidgets3.0.0/doc/selectiondialog.n, itcl/iwidgets3.0.0/generic/canvasprintbox.itk, itcl/iwidgets3.0.0/generic/canvasprintdialog.itk, itcl/iwidgets3.0.0/generic/extfileselectionbox.itk, itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk, itcl/iwidgets3.0.0/generic/fileselectionbox.itk, itcl/iwidgets3.0.0/generic/fileselectiondialog.itk, itcl/iwidgets3.0.0/generic/scrolledcanvas.itk, itcl/iwidgets3.0.0/generic/scrolledframe.itk, itcl/iwidgets3.0.0/generic/scrolledhtml.itk, itcl/iwidgets3.0.0/generic/scrolledlistbox.itk, itcl/iwidgets3.0.0/generic/scrolledtext.itk, itcl/iwidgets3.0.0/generic/scrolledwidget.itk, itcl/iwidgets3.0.0/generic/selectionbox.itk, itcl/iwidgets3.0.0/generic/selectiondialog.itk, itcl/iwidgets3.0.0/tests/canvasprintbox.test, itcl/iwidgets3.0.0/tests/canvasprintdialog.test, itcl/iwidgets3.0.0/tests/extfileselectionbox.test, itcl/iwidgets3.0.0/tests/extfileselectiondialog.test, itcl/iwidgets3.0.0/tests/fileselectionbox.test, itcl/iwidgets3.0.0/tests/fileselectiondialog.test, itcl/iwidgets3.0.0/tests/scrolledcanvas.test, itcl/iwidgets3.0.0/tests/scrolledframe.test, itcl/iwidgets3.0.0/tests/scrolledhtml.test, itcl/iwidgets3.0.0/tests/scrolledlistbox.test, itcl/iwidgets3.0.0/tests/scrolledtext.test, itcl/iwidgets3.0.0/tests/selectionbox.test, itcl/iwidgets3.0.0/tests/selectiondialog.test, itcl/iwidgets3.0.0/unix/iwidgets.tcl.in, itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in, tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt, tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt, tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt, tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt, tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt, tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c, tix/win/tkConsole42.c, tix/win/tkConsole80a1.c, tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps, tk/mac/tkMacProjects.sit.hqx.
2003-10-18* gdbint.texinfo (Target Architecture Definition): DocumentMark Kettenis2-0/+10
regset_from_core_section.
2003-10-18*** empty log message ***gdbadmin1-1/+1
2003-10-172003-10-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-14/+31
* target.c (target_section_by_addr): New function. (do_xfer_memory): Use "target_section_by_addr". * target.h (target_section_by_addr): Declare.
2003-10-172003-10-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney6-70/+280
* target.h (struct target_ops): Add "to_read_partial" and "to_write_partial", delete "to_query". (target_read_partial, target_write_partial): Declare. (target_read, target_write): Declare. (target_query): Delete macro. * target.c (target_read_partial): New function. (target_write_partial, target_read, target_write): New function. (update_current_target): Delete inheritance of "to_query". Add comments about "to_read_partial" and "to_write_partial". (debug_to_partial_read, debug_to_partial_write): New functions. (debug_to_query): Delete function. (setup_target_debug): Set "to_read_partial" and "to_write_partial" instead of "to_query". * remote.c (remote_read_partial): Replace "remote_query". (init_remote_ops): Set "to_read_partial" instead of "to_query". (init_remote_async_ops): Ditto. * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use "target_read_partial" instead of "target_query". * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST. Use "target_read_partial" instead of "target_query".
2003-10-172003-10-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-13/+64
* frame.h (struct frame_id): Add new field: special_addr. (frame_id_build_special): New prototype. * frame.c (frame_id_build_special): New function. (frame_id_build): Change to call frame_id_build_special(). (frame_id_eq): Change to also test special_addr field. (frame_id_inner): Update comment.
2003-10-172003-10-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-118/+126
* target.c: Update copyright. (update_current_target): Perform the target cleanup. Put the target stack beneath the squashed "current_target". (add_target): Delete disabled call to "cleanup_target". (cleanup_target): Delete function. (push_target, unpush_target): Do not call "cleanup_target".
2003-10-17Fix changelog date :-(Andrew Cagney1-1/+1
2003-10-172003-10-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-78/+51
* target.c (target_stack): Change to a static target_ops. (update_current_target): Walk the "struct target_ops" stack. (pop_target, do_xfer_memory, target_info): Ditto. (find_target_beneath): Ditto. (push_target): Rewrite to use the "struct target_ops" stack. (unpush_target): Ditto. * target.h (struct target_stack_item): Delete definition. (target_stack): Delete declaration. (struct target_ops): Add field "beneath".
2003-10-17fix tiop in changelugAndrew Cagney1-2/+4
2003-10-172003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>Shrinivas Atre3-8/+45
* gdb/config/h8300/tm-h8300.h : Addition of extern variable h8300_normal_mode * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode (h8300_examine_prologue): Use h8300_normal_mode flag (h8300_gdbarch_init): Set architecture info for normal mode
2003-10-17*** empty log message ***gdbadmin1-1/+1
2003-10-16 * remote.c (remote_protocol_vcont): New variable.Daniel Jacobowitz2-86/+169
(set_remote_protocol_vcont_packet_cmd): New function. (show_remote_protocol_vcont_packet_cmd): New function. (init_all_packet_configs): Handle remote_protocol_vcont. (remote_vcont_probe): New function. (remote_vcont_resume): New function. (remote_resume): Use it. (remote_async_resume): Call remote_resume. (_initialize_remote): Add verbose-resume packet commands.
2003-10-162003-10-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+21
* infrun.c (handle_inferior_event): Add comment about "frame_id_inner" being too weak.
2003-10-162003-10-16 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni5-15/+12
* minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove second parameter, which is always null. Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code. * symtab.h (lookup_minimal_symbol_solib_trampoline): Update accordingly. * somsolib.c (som_solib_create_inferior_hook, som_solib_desire_dynamic_linker_symbols): Update callers. * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
2003-10-162003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka5-2/+1690
* remote-m32r-sdi.c : New file, interface to m32r on-chip debug interface, SDI (Scalable Debug Interface). * NEWS: Mention m32r SDI protocol was supported. * Makefile.in (remote-m32r-sdi.o): Add build rule. * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
2003-10-162003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka2-0/+9
* gdb.texinfo (M32R/D): Mention m32rsdi target.
2003-10-16*** empty log message ***gdbadmin1-1/+1
2003-10-152003-10-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-14/+30
* ia64-linux-tdep.c: Include gdbcore.h. (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed. (ia64_linux_sigcontext_register_addr): Find the address of the sigcontext area stored in the sigframe instead of using a magic offset constant.
2003-10-152003-10-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-90/+6
* remote.c (remote_search): Delete function. * target.h (target_search): Delete disabled macro. (struct target_ops): Delete disabled field "to_search".
2003-10-15 * gdb.texinfo (Breakpoints related warnings): Insert into menu.Kevin Buettner2-0/+6
2003-10-15*** empty log message ***gdbadmin1-1/+1
2003-10-14 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()Kevin Buettner2-1/+6
instead of deprecated_inside_entry_file().
2003-10-14 * gdb.texinfo (Breakpoint related warnings): New node.Kevin Buettner3-0/+90
* gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
2003-10-14 * sh-tdep.c: Fix two copy/paste hangovers in comments.Corinna Vinschen2-5/+29
(sh_push_dummy_call_fpu): Accomodate double passing in little endian mode. (sh3e_sh4_extract_return_value): Ditto.
2003-10-14 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.Richard Henderson3-9/+54
* f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to match c_val_print a bit closer.
2003-10-14 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.Kevin Buettner2-0/+54
(frv_gdbarch_adjust_breakpoint_address): New function. (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address'' method.
2003-10-14*** empty log message ***gdbadmin1-1/+1
2003-10-13 * breakpoint.h (struct breakpoint): Add new memberKevin Buettner3-4/+87
``requested_address''. * breakpoint.c (breakpoint_adjustment_warning) (adjust_breakpoint_address): New static functions. (print_it_typical): Issue warning if breakpoint's address is different from its requested address. (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1) (breakpoint_re_set_one): Set breakpoint's ``requested_address'' field. Set ``address'' field to the result of calling adjust_breakpoint_address() on the requested address.
2003-10-13 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.Kevin Buettner4-0/+45
* gdbarch.h, gdbarch.c: Regenerate.
2003-10-13 * gdb.threads/killed.exp: Use gdb_run_cmd.Daniel Jacobowitz2-1/+13
2003-10-13 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can'tDaniel Jacobowitz3-7/+45
create a core file. * gdb.threads/gcore-thread.exp: Likewise.
2003-10-13 * linux-low.c (linux_resume): Take a struct thread_resume *Daniel Jacobowitz4-30/+231
argument. (linux_wait): Update call. (resume_ptr): New static variable. (linux_continue_one_thread): Renamed from linux_continue_one_process. Use resume_ptr. (linux_resume): Use linux_continue_one_thread. * server.c (handle_v_cont, handle_v_requests): New functions. (myresume): New function. (main): Handle 'v' case. * target.h (struct thread_resume): New type. (struct target_ops): Change argument of "resume" to struct thread_resume *. (myresume): Delete macro.
2003-10-13 * gdb.texinfo (Remote Protocol): Document v and vCont.Daniel Jacobowitz2-2/+48
2003-10-13 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfieldCorinna Vinschen3-6/+187
type, based on char type. (struct bit_flags_short_t): New bitfield type, based on short type. (init_bit_flags_char): New fuction. (init_bit_flags_short): Ditto. (print_bit_flags_char): Ditto. (print_bit_flags_short): Ditto. (main): Add handling for bit_flags_char_t and bit_flags_short_t.
2003-10-13*** empty log message ***gdbadmin1-1/+1
2003-10-12*** empty log message ***gdbadmin1-1/+1
2003-10-112003-10-11 Michael Chastain <mec@shout.net>Michael Chastain2-1/+5
* gdb.base/call-rt-st.exp: Update copyright year.