This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ob] Some i386 gdb_byte tweaks


   Date: Tue, 09 Aug 2005 12:37:19 -0400
   From: Andrew Cagney <cagney@gnu.org>

   2005-08-09  Andrew Cagney  <cagney@gnu.org>

	   * linux-nat.h (linux_proc_xfer_memory): Change type of "myaddr" a
	   "gdb_byte" pointer.
	   * linux-nat.c (linux_proc_xfer_memory): Update.
	   (get_signo): Cast signo to a "gdb_byte" pointer.
	   * i386-linux-nat.c (child_resume): Make "buf" a gdb_byte, delete
	   redundant casts.
	   (child_resume): Cast eflags to a "gdb_byte" pointer.

Thanks!

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]