commit | 2dfe4c68b1cdef97f775e24155b5c8080ecc9693 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Nov 02 03:02:38 2010 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Nov 02 03:02:38 2010 +0000 |
tree | 66493fd0447c81cb6483915581cd760e4bbde41e | |
parent | 4a2eb2ed6eea4ffa60e0f8061678ae4feeb0420d [diff] [blame] |
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;