| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_count/ |
| H A D | TestWatchpointCount.py | 22 first_watch = first_var.Watch(True, False, True, error) 28 second_watch = second_var.Watch(True, False, True, error)
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/step_over_watchpoint/ |
| H A D | TestStepOverWatchpoint.py | 54 read_watchpoint = read_value.Watch(True, True, False, error) 81 write_watchpoint = write_value.Watch(True, False, True, error)
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBValue.h | 338 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write, 342 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write);
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/multiple_hits/ |
| H A D | TestMultipleHits.py | 43 watch = member.Watch(True, True, True, error)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_value.py | 38 obj.Watch(True, True, False, error)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/ |
| H A D | TestWatchpointIgnoreCount.py | 65 watchpoint = value.Watch(True, True, True, error)
|
| H A D | TestSetWatchpoint.py | 58 watchpoint = value.Watch(True, True, True, error)
|
| H A D | TestWatchpointIter.py | 61 watchpoint = value.Watch(True, False, True, error)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/condition/ |
| H A D | TestWatchpointConditionAPI.py | 64 watchpoint = value.Watch(True, False, True, error)
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_events/ |
| H A D | TestWatchpointEvents.py | 59 local_watch = local_var.Watch(True, False, True, error)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBValue.i | 362 It returns an SBWatchpoint, which may be invalid.") Watch; 364 Watch (bool resolve_location, bool read, bool write, SBError &error);
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | format-size-spec-nsinteger.m | 18 // Watch ABI uses long for ptrdiff_t.
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/ |
| H A D | ProcessMessage.h | 78 static ProcessMessage Watch(lldb::tid_t tid, lldb::addr_t wp_addr) { in Watch() function
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBValue.cpp | 1416 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch() function in SBValue 1479 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch() function in SBValue 1484 return Watch(resolve_location, read, write, error); in Watch() 1493 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | remote.rst | 95 watchos-simulator: Apple Watch simulator platform plug-in. 97 remote-watchos: Remote Apple Watch platform plug-in.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | GlobalCompilationDatabaseTests.cpp | 122 TEST_F(OverlayCDBTest, Watch) { in TEST_F() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 242 // Watch for %a[h-j%d], if % appears in the
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 361 // end up saving LR as part of a call frame). Watch this space...
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/ |
| H A D | Contributing.rst | 395 - Watch out for high false positive rates. Ideally, a check would have no false
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | legalizer-info-validation.mir | 12 # Watch out for every "SKIPPED: user-defined predicate detected" in the
|