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: [RFC/RFA] Allow cygwin native to compile with --enable-64-bit-bfd


On Sat, Nov 24, 2007 at 04:07:08PM -0500, Christopher Faylor wrote:
> >   if (!target_read_string
> >-    ((CORE_ADDR) current_event.u.DebugString.lpDebugStringData, &s, 1024,
> >0)
> >+    ((CORE_ADDR) addr, &s, 1024, 0)
> 
> How can coercing something to uintptr_t and then to CORE_ADDR achieve
> anything?  How does the double coercion help?

Just the warning.  CORE_ADDR will be long long,
current_event.u.DebugString.lpDebugStringData will apparently be a pointer.

-- 
Daniel Jacobowitz
CodeSourcery


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