Searched refs:EnableBreakpointSite (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp145 m_thread.GetProcess()->EnableBreakpointSite (bp_site_sp.get());
H A DProcess.cpp2119 error = EnableBreakpointSite (bp_site_sp.get());
2205 Error error = EnableBreakpointSite (bp_site_sp.get());
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h111 EnableBreakpointSite(lldb_private::BreakpointSite *bp_site);
H A DProcessPOSIX.cpp660 ProcessPOSIX::EnableBreakpointSite(BreakpointSite *bp_site) function in class:ProcessPOSIX
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h192 EnableBreakpointSite (lldb_private::BreakpointSite *bp_site);
H A DProcessGDBRemote.cpp2311 ProcessGDBRemote::EnableBreakpointSite (BreakpointSite *bp_site) function in class:ProcessGDBRemote
2325 log->Printf("ProcessGDBRemote::EnableBreakpointSite (size_id = %" PRIu64 ") address = 0x%" PRIx64, site_id, (uint64_t)addr);
2331 log->Printf("ProcessGDBRemote::EnableBreakpointSite (size_id = %" PRIu64 ") address = 0x%" PRIx64 " -- SUCCESS (already enabled)", site_id, (uint64_t)addr);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h3262 EnableBreakpointSite (BreakpointSite *bp_site) function in class:lldb_private::Process

Completed in 62 milliseconds