gdb/ChangeLog:

* breakpoint.c (invalidate_bp_value_on_memory_change): Expand
	parameter LEN to ssize_t.

gdb/doc/ChangeLog:

	observer.texi (memory_changed): Expand parameter LEN to ssize_t.
This commit is contained in:
Siddhesh Poyarekar
2012-09-26 02:06:55 +00:00
parent 5e5d3f22e4
commit d701958995
4 changed files with 11 additions and 2 deletions

View File

@@ -14718,7 +14718,7 @@ show_breakpoint_cmd (char *args, int from_tty)
GDB itself. */
static void
invalidate_bp_value_on_memory_change (CORE_ADDR addr, int len,
invalidate_bp_value_on_memory_change (CORE_ADDR addr, ssize_t len,
const bfd_byte *data)
{
struct breakpoint *bp;