Fixed the default file and line breakpoints to include inlined breakpoints.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@118002 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectBreakpoint.h b/source/Commands/CommandObjectBreakpoint.h
index fb13576..5b09315 100644
--- a/source/Commands/CommandObjectBreakpoint.h
+++ b/source/Commands/CommandObjectBreakpoint.h
@@ -99,7 +99,7 @@
         std::string m_filename;
         uint32_t m_line_num;
         uint32_t m_column;
-        bool m_ignore_inlines;
+        bool m_check_inlines;
         std::string m_func_name;
         uint32_t m_func_name_type_mask;
         std::string m_func_regexp;