Fix a reversed test for "for_expression" in creating C++ exception breakpoints.
authorJim Ingham <jingham@apple.com>
Sat, 9 Mar 2013 00:48:58 +0000 (00:48 +0000)
committerJim Ingham <jingham@apple.com>
Sat, 9 Mar 2013 00:48:58 +0000 (00:48 +0000)
commit168d469a191da470b89a72f8d5340be3ba7850f1
tree525f3304d2a101e6cde26bc48b44c8f779ad0384
parentc33136706d9fe43541e1ecf79f31603a260257c4
Fix a reversed test for "for_expression" in creating C++ exception breakpoints.
Add a missing "break" in processing the -h option to "breakpoint set".

llvm-svn: 176741
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp