Searched refs:EnableWatchpoint (Results 1 - 12 of 12) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h184 EnableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
H A DProcessKDP.cpp740 ProcessKDP::EnableWatchpoint (Watchpoint *wp, bool notify) function in class:ProcessKDP
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h117 EnableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
H A DProcessPOSIX.cpp665 ProcessPOSIX::EnableWatchpoint(Watchpoint *wp, bool notify) function in class:ProcessPOSIX
674 log->Printf ("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64 ")",
679 log->Printf("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h203 EnableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
H A DProcessGDBRemote.cpp2330 ProcessGDBRemote::EnableWatchpoint (Watchpoint *wp, bool notify) function in class:ProcessGDBRemote
2339 log->Printf ("ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ")", watchID);
2343 log->Printf("ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ") addr = 0x%8.8" PRIx64 ": watchpoint already enabled.", watchID, (uint64_t)addr);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h130 bool EnableWatchpoint (nub_addr_t addr);
H A DMachProcess.cpp755 if (EnableWatchpoint(addr))
1048 MachProcess::EnableWatchpoint(nub_addr_t addr) function in class:MachProcess
1050 DNBLogThreadedIf(LOG_WATCHPOINTS, "MachProcess::EnableWatchpoint(addr = 0x%8.8llx)", (uint64_t)addr);
1057 DNBLogWarning("MachProcess::EnableWatchpoint(addr = 0x%8.8llx): watchpoint already enabled.", (uint64_t)addr);
/external/lldb/source/Target/
H A DStopInfo.cpp550 process->EnableWatchpoint(watchpoint, notify);
H A DTarget.cpp617 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify);
848 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get());
936 Error rc = m_process_sp->EnableWatchpoint(wp_sp.get());
H A DProcess.cpp2803 Process::EnableWatchpoint (Watchpoint *watchpoint, bool notify)
/external/lldb/include/lldb/Target/
H A DProcess.h3270 EnableWatchpoint (Watchpoint *wp, bool notify = true);

Completed in 701 milliseconds