Home | History | Annotate | Download | only in Breakpoint

Lines Matching refs:log

17 #include "lldb/Core/Log.h"
22 #include "lldb/lldb-private-log.h"
62 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
199 if (log && bp_loc_sp && !m_breakpoint->IsInternal())
203 log->Printf ("Added location (skipped prologue: %s): %s \n", skipped_prologue ? "yes" : "no", s.GetData());
206 else if (log)
208 log->Printf ("Breakpoint at file address 0x%" PRIx64 " for %s:%d didn't pass the filter.\n",
216 if (log)
217 log->Printf ("error: Unable to set breakpoint at file address 0x%" PRIx64 " for %s:%d\n",