X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Fmem-break.c;h=eea8c713471867965b08fbe9081b2b5f59584759;hb=493e2a69a40a30bcabe6ad5390dbae9bab98015d;hp=1b084154bb15ae3ab9a30d71dff6261544924764;hpb=0fb4aa4bfcc2aa61c27132f94cf1656dca137dc9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/mem-break.c b/gdb/gdbserver/mem-break.c index 1b084154bb..eea8c71347 100644 --- a/gdb/gdbserver/mem-break.c +++ b/gdb/gdbserver/mem-break.c @@ -1,5 +1,5 @@ /* Memory breakpoint operations for the remote server for GDB. - Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010 + Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by MontaVista Software. @@ -357,7 +357,8 @@ set_fast_tracepoint_jump (CORE_ADDR where, the current shadow contents, because write_inferior_memory updates any shadow memory with what we pass here, and we want that to be a nop. */ - err = write_inferior_memory (where, fast_tracepoint_jump_shadow (jp), length); + err = write_inferior_memory (where, fast_tracepoint_jump_shadow (jp), + length); if (err != 0) { if (debug_threads)