HomeSort by relevance Sort by last modified time
    Searched full:watchpoint (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/valgrind/gdbserver_tests/
mcwatchpoints.stdoutB.exp 5 Hardware read watchpoint 2: undefined[0]
6 Hardware access (read/write) watchpoint 3: undefined[4]
7 Hardware watchpoint 4: undefined[8]
8 Hardware read watchpoint 5: undefined[9]
9 Hardware access (read/write) watchpoint 6: undefined[9]
10 Hardware watchpoint 7: undefined[9]
12 Hardware read watchpoint 2: undefined[0]
17 Hardware access (read/write) watchpoint 3: undefined[4]
22 Hardware access (read/write) watchpoint 3: undefined[4]
28 Hardware watchpoint 4: undefined[8
    [all...]
mcclean_after_fork.stdinB.gdb 15 # put a read watchpoint on mem
16 # we expect that the read watchpoint is not triggered in the child
22 # we should now have encountered the read watchpoint in the parent.
mcclean_after_fork.stdoutB.exp 7 Hardware read watchpoint 4: mem
9 Hardware read watchpoint 4: mem
mcwatchpoints.vgtest 1 # test the memcheck watchpoint functionality
2 # Note: we need --vgdb=full to stop at the instruction following the watchpoint.
watchpoints.c 15 read watchpoint at 0,
  /external/v8/test/webkit/
dfg-patchable-get-by-id-after-watchpoint.js 25 "This tests that a patchable GetById right after a watchpoint has the appropriate nop padding."
30 var b = o.f; // Watchpoint.
62 // Cause first the watchpoint on o.f to fire, and then the GetById
64 O.prototype.g = 57; // Fire the watchpoint.
dfg-proto-stub-watchpoint-fire.js 25 "Tests that we don't crash if a watchpoint on prototype access stubs is fired."
dfg-patchable-get-by-id-after-watchpoint-expected.txt 24 This tests that a patchable GetById right after a watchpoint has the appropriate nop padding.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.properties 37 JavaWatchpoint.name = Java Watchpoint
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
debugreg.h 77 instruction triggered the watchpoint. Setting these bits causes
79 treat watchpoint hits as imprecise exceptions, so you can't
  /toolchain/binutils/binutils-2.25/gas/doc/
c-lm32.texi 127 Watchpoint 0.
129 Watchpoint 1.
131 Watchpoint 2.
133 Watchpoint 3.
  /external/valgrind/include/
pub_tool_gdbserver.h 87 accessibility for watchpoint support.
99 /* watchpoint support --------------------------------------*/
103 the access provided by the tool matches the watchpoint kind.
118 // Must return True if the watchpoint has been properly inserted or
126 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
  /external/valgrind/coregrind/m_gdbserver/
target.h 135 gdb about the encountered watchpoint.
140 /* Returns 1 if target was stopped due to a watchpoint hit, 0 otherwise. */
143 /* Returns the address associated with the watchpoint that hit, if any;
193 /* Insert and remove a hardware watchpoint.
196 2 = write watchpoint
197 3 = read watchpoint
198 4 = access watchpoint
m_gdbserver.c 69 watch_reason, // watchpoint detected by tool
334 void VG_(needs_watchpoint) (Bool (*watchpoint) (PointKind kind,
339 tool_watchpoint = watchpoint;
378 g = VG_(malloc)("gdbserver_point watchpoint", sizeof(GS_Watch));
441 /* If no overlap, examine next watchpoint: */
447 matches the watchpoint kind. */
451 /* Watchpoint encountered.
452 If this is a read watchpoint, we directly call gdbserver
454 Otherwise, for a write watchpoint, we have to finish
458 For a read watchpoint, we better call gdbserver directly
    [all...]
README_DEVELOPERS 107 supports this : when a watchpoint is placed, memcheck changes
110 is due to a watchpoint and gives the control back to gdb.
111 Stopping on the exact instruction for a write watchpoint implies
114 and so "does not believe" the information that the write watchpoint
115 was triggered, and continues the execution. At the next watchpoint
118 terminate the current instruction before reporting the write watchpoint.
122 See m_gdbserver.c Bool VG_(is_watched) where watchpoint handling
  /external/kernel-headers/original/uapi/asm-mips/asm/
ptrace.h 69 /* Read and write watchpoint registers. */
  /development/tutorials/ReverseDebug/
README.txt 112 Hardware watchpoint 2: *(&p)
115 Hardware watchpoint 2: *(&p)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventWithExceptionTest.java 281 * Tests we properly detect field watchpoint events in the method catching the exception.
305 // Install FIELD watchpoint event
325 // Remove FIELD watchpoint request.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 197 #define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint/watchpoint */
  /docs/source.android.com/src/devices/tech/dalvik/
index.jd 109 <li>Set field watchpoint to suspend the execution of a program when a specific
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 229 #define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint/watchpoint */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 212 #define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint/watchpoint */
  /external/valgrind/docs/xml/
manual-core-adv.xml     [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 399 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */
  /external/valgrind/coregrind/
pub_core_gdbserver.h 77 Write/read/access watchpoint can only be provided by tools which are

Completed in 1082 milliseconds

1 2 3