Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have to
authorJim Ingham <jingham@apple.com>
Thu, 14 Feb 2013 19:10:36 +0000 (19:10 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 14 Feb 2013 19:10:36 +0000 (19:10 +0000)
commit289aca642eb0033aa8bdc9b2ce163b346d807193
tree2068769e7acf2c591aaa20518e201b5a69bc17f5
parentf809c6491d34dc702d12eeec63b03303c87dca7f
Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have to
change the breakpoint-inline-strategy for the breakpoints to take.

<rdar://problem/13189024>

llvm-svn: 175197
lldb/source/Commands/CommandObjectBreakpoint.cpp