Searched defs:EnableSoftwareBreakpoint (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Target/
H A DProcess.cpp2142 Process::EnableSoftwareBreakpoint (BreakpointSite *bp_site) function in class:Process
2149 log->Printf ("Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64, bp_site->GetID(), (uint64_t)bp_addr);
2153 log->Printf ("Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64 " -- already enabled", bp_site->GetID(), (uint64_t)bp_addr);
2194 log->Printf ("Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64 " -- SUCCESS",
2211 log->Printf ("Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64 " -- FAILED: %s",

Completed in 126 milliseconds