aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-01*** empty log message ***gdbadmin1-1/+1
2004-02-29daily updateAlan Modra1-1/+1
2004-02-29 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templatesDaniel Jacobowitz6-21/+28
to use unsigned char. * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c, gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
2004-02-29 * inflow.c (terminal_inferior): Don't give up the terminal if weDaniel Jacobowitz2-1/+8
previously couldn't get the inferior's terminal state.
2004-02-29 * regcache.c (read_pc_pid): Restore inferior_ptid after readingDaniel Jacobowitz2-2/+6
PC_REGNUM.
2004-02-29 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a completeDaniel Jacobowitz2-2/+9
line of output.
2004-02-29 * server.c (handle_v_cont): Call set_desired_inferior.Daniel Jacobowitz2-0/+5
2004-02-29 * remote-utils.c (prepare_resume_reply): Always supply "thread:".Daniel Jacobowitz2-1/+9
2004-02-29 * linux-low.c (linux_wait): Unblock async I/O.Daniel Jacobowitz4-1/+33
(linux_resume): Block and enable async I/O. * remote-utils.c (block_async_io, unblock_async_io): New functions. * server.h (block_async_io, unblock_async_io): Add prototypes.
2004-02-29 * remote-utils.c (remote_open): Print a status notice afterDaniel Jacobowitz3-1/+12
opening a TCP port. * server.c (attach_inferior): Print a status notice after attaching.
2004-02-29 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.Daniel Jacobowitz2-1/+9
2004-02-292004-02-28 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-347/+364
* elf-bfd.h (_bfd_elf_link_add_archive_symbols): New prototype. * elflink.h (is_global_data_symbol_definition): Moved to elflink.c. (elf_link_is_defined_archive_symbol): Likewise. (elf_link_add_archive_symbols): Likewise. Renamed to _bfd_elf_link_add_archive_symbols. * elflink.c (elf_link_is_defined_archive_symbol): Get the size of ELF symbol table entry from backend. (_bfd_elf_link_add_archive_symbols): Call bfd_link_add_symbols instead of elf_link_add_object_symbols.
2004-02-29Branch didn't get cut, remove reference.Andrew Cagney1-4/+0
2004-02-29Fix tipo.Andrew Cagney1-1/+1
2004-02-29 * gdb.base/relocate.c (dummy): Initialize.Daniel Jacobowitz2-1/+5
2004-02-292004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney6-51/+63
* NEWS: Refer to GDB 6.1. * README: Refer to GDB 6.1. * PROBLEMS: Refer to GDB 6.1. Index: doc/ChangeLog 2004-02-28 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2004-02-29 * gdb.base/chng-syms.exp: Anchor exit pattern. AllowDaniel Jacobowitz2-1/+9
a breakpoint at exit.
2004-02-29 * thread-db.c (disable_thread_signals): Remove unused function.Daniel Jacobowitz2-21/+4
2004-02-29Oops, move branch message to correct position.Andrew Cagney1-4/+4
2004-02-29GDB 6.1 branch created.Andrew Cagney1-0/+4
2004-02-29*** empty log message ***gdbadmin1-1/+1
2004-02-28daily updateAlan Modra1-1/+1
2004-02-28 PR bootstrap/7087Nathanael Nerode3-40/+28
* Makefile.tpl: Guard XFOO sed statements better. * Makefile.tpl: Add dependency for configure-target-libada. * Makefile.in: Regenerate (incidentally fixes broken commit when libada-branch was merged).
2004-02-28* amd64-nat.c: Include "gdb_string.h".Mark Kettenis2-1/+16
(amd64_collect_native_gregset): Zero-extend the 32-bit general-purpose registers and %eip.
2004-02-282004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-2/+11
* src-release (CVS_NAMES): Define. (do-tar, do-tar): Prune $(CVS_NAMES).
2004-02-28* amd64-tdep.h: (amd64_collect_fxsave): New prototype.Mark Kettenis3-6/+32
* amd64-tdep.c (amd64_collect_fxsave): New function. (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
2004-02-28* i387-tdep.h: Update copyright year.Mark Kettenis3-7/+34
(i387_collect_fxsave): New prototype. * i387-tdep.c: Update copyright year. (i387_collect_fxsave): New function containing most of the code from i387_fill_fxsave. (i387_fill_fxsave): Call i387_collect_fxsave.
2004-02-282004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-18/+52
* amd64-linux-nat.c (ps_get_thread_area): When architecture is i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
2004-02-28Oops, wrong patch :-(Andrew Cagney2-62/+19
2004-02-282004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-19/+62
* amd64-linux-nat.c (ps_get_thread_area): When architecture is i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
2004-02-28* amd64-tdep.c (amd64_frame_cache): Fix comment.Mark Kettenis2-7/+10
2004-02-282004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney19-58/+70
* utils.c: Use "", instead of <>, to include readline. tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto. * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto. * source.c, solib.c, exec.c, event-top.c: Ditto. * corelow.c, completer.c, cli/cli-setshow.c: Ditto. * cli/cli-dump.c, cli/cli-cmds.c: Ditto. * Makefile.in: Update all dependencies. (readline_tilde_h, readline_history_h): Define. (readline_headers): Delete.
2004-02-28* config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" toMark Kettenis2-0/+6
"config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to "config/i386/tm-lx64.h".
2004-02-28* config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" toMark Kettenis2-2/+8
"amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
2004-02-282004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+3
* dwarf2-frame.h (struct gdbarch): Add opaque declaration.
2004-02-282004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-9/+20
* breakpoint.c (_initialize_breakpoint): Use "add_setshow_auto_boolean_cmd. Better word-wrap help messages. Add help to show command.
2004-02-28* i386-nat.c: Reformat to be closer to coding standards.Mark Kettenis2-98/+129
(i386_handle_nonaligned_watchpoint): Rename local variable `rv' to `retval'. Make variables `align' and `size' local to while-loop. (i386_stopped_data_address): Rename local variable `ret' to `addr'. (_initialize_i386_nat): New prototype.
2004-02-28* tui/tui.c: Include <readline/readline.h> instead ofMark Kettenis2-1/+11
"readline/readline.h". Include it after <term.h> and "gdb_curses.h".
2004-02-28Reviewed and approved by drow@false.org.Fred Fish2-0/+8
2004-02-27 Fred Fish <fnf@redhat.com> * gdb.base/chng-syms.exp: Add expect condition to match failing case that isn't a timeout.
2004-02-28* elf-bfd.h (struct elf_backend_data): AddedAlexandre Oliva5-3/+158
elf_backend_can_make_relative_eh_frame, elf_backend_can_make_lsda_relative_eh_frame and elf_backend_encode_eh_address. (_bfd_elf_encode_eh_address): Declare. (_bfd_elf_can_make_relative): Declare. * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new hooks to decide whether to attempt to make_relative and make_lsda_relative. (_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address. (_bfd_elf_can_make_relative): New. (_bfd_elf_encode_eh_address): New. * elf32-frv.c (frv_elf_use_relative_eh_frame): New. (frv_elf_encode_eh_address): New. (elf_backend_can_make_relative_eh_frame): Define. (elf_backend_can_make_lsda_relative_eh_frame): Define. (elf_backend_encode_eh_address): Define. * elfxx-target.h (elf_backend_can_make_relative_eh_frame): Define. (elf_backend_can_make_lsda_relative_eh_frame): Define. (elf_backend_encode_eh_address): Define. (elfNN_bed): Add them.
2004-02-28* elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: SetAlexandre Oliva2-1/+6
complain_on_overflow to signed.
2004-02-28*** empty log message ***gdbadmin1-1/+1
2004-02-27daily updateAlan Modra1-1/+1
2004-02-272004-02-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-9/+47
* hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use the new frame unwind code. (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM. (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from PCOQ_HEAD_REGNUM.
2004-02-27Index: ChangeLogAndrew Cagney2-115/+36
2004-02-27 Andrew Cagney <cagney@redhat.com> * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always "return_value" and "push_dummy_call". (hppa32_use_struct_convention): Delete unused function. (hppa32_store_return_value): Delete unused function. (hppa32_extract_return_value): Delete unused function. (hppa32_stack_align): Delete function.
2004-02-272004-02-27 Eli Zaretskii <eliz@elta.co.il>Eli Zaretskii2-2/+11
* coffread.c (enter_linenos): Don't let rawptr reference memory outside linetab[]'s limits.
2004-02-272004-02-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-38/+135
* elflink.h (sort_symbol): New. (elf_link_add_object_symbols): Use a sorted symbol array for weakdef.
2004-02-272004-02-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+6
* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile support.
2004-02-272004-02-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-9/+26
* hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving inferior stack space - the stack needs to grow upwards. (hppa32_frame_align): New function. (hppa64_frame_align): Replace hppa_frame_align. (hppa_gdbarch_init): Update.
2004-02-272004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>Joern Rennecke2-2/+7
* sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4. Also correct mistake in the comment.