mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
* gdbreplay.c: Shorten lines of >= 80 columns. * linux-low.c: Ditto. * linux-ppc-low.c: Ditto. * linux-s390-low.c: Ditto. * linux-sparc-low.c: Ditto. * linux-x86-low.c: Ditto. * linux-xtensa-low.c: Ditto. * mem-break.c: Ditto. * nto-low.c: Ditto. * regcache.h: Ditto. * remote-utils.c: Ditto. * server.c: Ditto. * server.h: Ditto. * thread-db.c: Ditto. * tracepoint.c: Ditto. * utils.c: Ditto. * win32-low.h: Ditto.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user