mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
Cleaned up the API logging a lot more to reduce redundant information and
keep the file size a bit smaller. Exposed SBValue::GetExpressionPath() so SBValue users can get an expression path for their values. llvm-svn: 117851
This commit is contained in:
@@ -242,7 +242,7 @@ SBBreakpointLocation::GetBreakpoint ()
|
||||
{
|
||||
SBStream sstr;
|
||||
sb_bp.GetDescription (sstr);
|
||||
log->Printf ("SBBreakpointLocation::GetBreakpoint (this.sp=%p) => SBBreakpoint: m_opaque_sp=%p, '%s'",
|
||||
log->Printf ("SBBreakpointLocation(%p)::GetBreakpoint () => SBBreakpoint(%p) %s",
|
||||
m_opaque_sp.get(), sb_bp.get(), sstr.GetData());
|
||||
}
|
||||
return sb_bp;
|
||||
|
||||
Reference in New Issue
Block a user