forked from OSchip/llvm-project
For Dump(Stream *s), use GetOptionsNoCreate()->GetIgnoreCount() and fix the indentation.
llvm-svn: 149002
This commit is contained in:
parent
0c859d67ef
commit
9ec3c4f5a7
|
@ -421,5 +421,5 @@ BreakpointLocation::Dump(Stream *s) const
|
|||
IsHardware() ? "hardware" : "software",
|
||||
GetHardwareIndex(),
|
||||
GetHitCount(),
|
||||
m_options_ap.get() ? m_options_ap->GetIgnoreCount() : m_owner.GetIgnoreCount());
|
||||
GetOptionsNoCreate()->GetIgnoreCount());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue