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: [PATCH] Fixes problem setting breakpoint in dynamic loader


Daniel Jacobowitz wrote:

One minor issue I just noticed:

> Index: gdbserver/remote-utils.c
> ===================================================================
> --- gdbserver/remote-utils.c	(revision 174465)
> +++ gdbserver/remote-utils.c	(working copy)
> @@ -1063,15 +1063,33 @@ look_up_one_symbol (const char *name, CO

> +      decode_m_packet (&own_buf[1], &mem_addr, &len);

This results in a warning as the last parameter to decode_m_packet
is supposed to be "unsigned int *", but "len" is signed int.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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