diff options
author | Jim Ingham <jingham@apple.com> | 2015-12-18 02:14:04 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2015-12-18 02:14:04 +0000 |
commit | a202357197adcf0b7839aa6aad421488795f950a (patch) | |
tree | 52b18159f13b1914ca128e68db12b3e238397267 /lldb/source/Target/ObjCLanguageRuntime.cpp | |
parent | a6b96004b57375ed60a8d56b979dc4a900be6c9e (diff) | |
download | bcm5719-llvm-a202357197adcf0b7839aa6aad421488795f950a.tar.gz bcm5719-llvm-a202357197adcf0b7839aa6aad421488795f950a.zip |
Make the Language print the description of the Exception Breakpoint resolver. Also
have the breakpoint description print the precondition description if one exists.
No behavior change.
<rdar://problem/22885189>
llvm-svn: 255972
Diffstat (limited to 'lldb/source/Target/ObjCLanguageRuntime.cpp')
-rw-r--r-- | lldb/source/Target/ObjCLanguageRuntime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/ObjCLanguageRuntime.cpp b/lldb/source/Target/ObjCLanguageRuntime.cpp index ad4ca9a9d11..a18e4c69c57 100644 --- a/lldb/source/Target/ObjCLanguageRuntime.cpp +++ b/lldb/source/Target/ObjCLanguageRuntime.cpp @@ -426,7 +426,7 @@ ObjCLanguageRuntime::ObjCExceptionPrecondition::EvaluatePrecondition(StoppointCa } void -ObjCLanguageRuntime::ObjCExceptionPrecondition::DescribePrecondition(Stream &stream, lldb::DescriptionLevel level) +ObjCLanguageRuntime::ObjCExceptionPrecondition::GetDescription(Stream &stream, lldb::DescriptionLevel level) { } |