Don't check for "are there any loaded sections" before trying to resolve a breakpoint...
authorJim Ingham <jingham@apple.com>
Fri, 28 Jun 2013 17:51:33 +0000 (17:51 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 28 Jun 2013 17:51:33 +0000 (17:51 +0000)
commit38af17597142f6b45fbc53d89c8fbc668df41d73
tree7ed1ed55767815bd2542a8b37f2a362a98c32eda
parenta3d87a10246f17ef11749701750a4cac47ebf294
Don't check for "are there any loaded sections" before trying to resolve a breakpoint site.  We've already got a process,
and any breakpoints with section relative addresses won't resolve their load addresses so they will error out at that point.

<rdar://problem/13900130>

llvm-svn: 185170
lldb/source/Breakpoint/BreakpointLocation.cpp