Home
last modified time | relevance | path

Searched refs:watchpoint (Results 1 – 25 of 27) sorted by relevance

12

/external/lldb/test/python_api/watchpoint/
DTestWatchpointIter.py66 watchpoint = value.Watch(True, True, True, error)
67 self.assertTrue(value and watchpoint,
77 self.assertTrue(watchpoint.IsEnabled())
78 watch_id = watchpoint.GetID()
98 print watchpoint
99 self.assertTrue(watchpoint.GetHardwareIndex() != -1)
102 print lldbutil.get_description(watchpoint, lldb.eDescriptionLevelFull)
106 watchpoint.SetEnabled(False)
107 self.assertTrue(watchpoint.GetHardwareIndex() == -1)
108 self.assertFalse(watchpoint.IsEnabled())
[all …]
DTestWatchpointIgnoreCount.py66 watchpoint = value.Watch(True, True, True, error)
67 self.assertTrue(value and watchpoint,
77 watchpoint = target.GetWatchpointAtIndex(0)
78 self.assertTrue(watchpoint.IsEnabled())
79 self.assertTrue(watchpoint.GetIgnoreCount() == 0)
80 watch_id = watchpoint.GetID()
82 print watchpoint
86 watchpoint.SetIgnoreCount(2)
87 print watchpoint
94 self.assertTrue(watchpoint)
[all …]
DTestSetWatchpoint.py66 watchpoint = value.Watch(True, True, True, error)
67 self.assertTrue(value and watchpoint,
75 print watchpoint
/external/valgrind/main/gdbserver_tests/
Dmcwatchpoints.stdoutB.exp5 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]
Dmcclean_after_fork.stdinB.gdb15 # 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.
Dmcclean_after_fork.stdoutB.exp7 Hardware read watchpoint 4: mem
9 Hardware read watchpoint 4: mem
Dmcwatchpoints.vgtest1 # test the memcheck watchpoint functionality
2 # Note: we need --vgdb=full to stop at the instruction following the watchpoint.
/external/lldb/examples/test/
Dusage-pre-post-flight5 …86_64 -v -c ../examples/test/.lldb-pre-post-flight.bad functionalities/watchpoint/hello_watchpoint
8 …-A x86_64 -v -c ../examples/test/.lldb-pre-post-flight functionalities/watchpoint/hello_watchpoint
38 … -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight functionalities/watchpoint/hello_watchpoint
46 Test a simple sequence of watchpoint creation and watchpoint hit. ...
54 Test a simple sequence of watchpoint creation and watchpoint hit. ...
/external/lldb/test/python_api/watchpoint/condition/
DTestWatchpointConditionAPI.py71 watchpoint = value.Watch(True, False, True, error)
72 self.assertTrue(value and watchpoint,
77 watchpoint.SetCondition('global==5')
78 self.expect(watchpoint.GetCondition(), exe=False,
85 print watchpoint
/external/lldb/test/python_api/watchpoint/watchlocation/
DTestTargetWatchAddress.py88 watchpoint = target.WatchAddress(value.GetValueAsUnsigned(), 1, False, True, error)
89 self.assertTrue(value and watchpoint,
98 print watchpoint
147 watchpoint = target.WatchAddress(value.GetValueAsUnsigned(), 365, False, True, error)
148 self.assertFalse(watchpoint)
DTestSetWatchlocation.py73 watchpoint = value.WatchPointee(True, False, True, error)
74 self.assertTrue(value and watchpoint,
83 print watchpoint
/external/lldb/examples/customization/pwd-cd-and-system/
DREADME23 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads
26 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads
28 Current working directory: /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint
/external/lldb/source/Target/
DStopInfo.cpp534 watchpoint(w) in WatchpointSentry()
536 if (process && watchpoint) in WatchpointSentry()
539 watchpoint->TurnOnEphemeralMode(); in WatchpointSentry()
540 process->DisableWatchpoint(watchpoint, notify); in WatchpointSentry()
545 if (process && watchpoint) in ~WatchpointSentry()
547 if (!watchpoint->IsDisabledDuringEphemeralMode()) in ~WatchpointSentry()
550 process->EnableWatchpoint(watchpoint, notify); in ~WatchpointSentry()
552 watchpoint->TurnOffEphemeralMode(); in ~WatchpointSentry()
557 Watchpoint *watchpoint; member in lldb_private::StopInfoWatchpoint::WatchpointSentry
DProcess.cpp2803 Process::EnableWatchpoint (Watchpoint *watchpoint, bool notify) in EnableWatchpoint() argument
2811 Process::DisableWatchpoint (Watchpoint *watchpoint, bool notify) in DisableWatchpoint() argument
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.h67 … uint32_t EnableHardwareWatchpoint (const DNBBreakpoint *watchpoint, bool also_set_on_task);
69 …bool DisableHardwareWatchpoint (const DNBBreakpoint *watchpoint, bool also_set_on_task);
/external/valgrind/main/include/
Dpub_tool_gdbserver.h128 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
/external/valgrind/main/coregrind/m_gdbserver/
DREADME_DEVELOPERS107 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
Dm_gdbserver.c333 void VG_(needs_watchpoint) (Bool (*watchpoint) (PointKind kind, in VG_()
338 tool_watchpoint = watchpoint; in VG_()
/external/qemu/
Dexec.c231 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert() argument
238 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert() argument
264 if (watchpoint) in cpu_watchpoint_insert()
265 *watchpoint = wp; in cpu_watchpoint_insert()
287 void cpu_watchpoint_remove_by_ref(CPUArchState *env, CPUWatchpoint *watchpoint) in cpu_watchpoint_remove_by_ref() argument
289 QTAILQ_REMOVE(&env->watchpoints, watchpoint, entry); in cpu_watchpoint_remove_by_ref()
291 tlb_flush_page(env, watchpoint->vaddr); in cpu_watchpoint_remove_by_ref()
293 g_free(watchpoint); in cpu_watchpoint_remove_by_ref()
/external/qemu/include/exec/
Dcpu-all.h432 int flags, CPUWatchpoint **watchpoint);
435 void cpu_watchpoint_remove_by_ref(CPUArchState *env, CPUWatchpoint *watchpoint);
/external/lldb/utils/vim-lldb/plugin/
Dlldb.vim82 …=custom,s:CompleteCommand -nargs=* Lwatchpoint python ctrl.doCommand('watchpoint', '<args>')
/external/chromium_org/v8/test/webkit/
Ddfg-patchable-get-by-id-after-watchpoint-expected.txt24 This tests that a patchable GetById right after a watchpoint has the appropriate nop padding.
Ddfg-proto-stub-watchpoint-fire-expected.txt24 Tests that we don't crash if a watchpoint on prototype access stubs is fired.
/external/chromium_org/third_party/cython/src/Cython/Debugger/
Dlibpython.py2239 watchpoint = int(re.search(r'[Ww]atchpoint (\d+):', output).group(1))
2241 gdb.execute('delete %s' % watchpoint)
/external/lldb/scripts/Python/
Dpython-wrapper.swig247 // and is used when a script command is attached to a watchpoint for execution.

12