aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectBreakpoint.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-11-02 03:02:38 +0000
committerGreg Clayton <gclayton@apple.com>2010-11-02 03:02:38 +0000
commit2dfe4c68b1cdef97f775e24155b5c8080ecc9693 (patch)
tree66493fd0447c81cb6483915581cd760e4bbde41e /source/Commands/CommandObjectBreakpoint.h
parent4a2eb2ed6eea4ffa60e0f8061678ae4feeb0420d (diff)
downloadlldb-2dfe4c68b1cdef97f775e24155b5c8080ecc9693.tar.gz
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
Diffstat (limited to 'source/Commands/CommandObjectBreakpoint.h')
-rw-r--r--source/Commands/CommandObjectBreakpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Commands/CommandObjectBreakpoint.h b/source/Commands/CommandObjectBreakpoint.h
index fb1357647..5b093151f 100644
--- a/source/Commands/CommandObjectBreakpoint.h
+++ b/source/Commands/CommandObjectBreakpoint.h
@@ -99,7 +99,7 @@ public:
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;