commit | e4f3cd7fb037f28484198787a465a5e94d12d2e9 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Fri May 25 21:10:46 2012 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Fri May 25 21:10:46 2012 +0000 |
tree | ee1573219511ff2ba228c44c884403c53ff29d81 | |
parent | 21049c4c19a74f38132285c1f91948d6f981c8cb [diff] [blame] |
rdar://problem/11533713 Allow setting conditions inline with breakpoints. Add test cases. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157497 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectBreakpoint.h b/source/Commands/CommandObjectBreakpoint.h index c944745..143b954 100644 --- a/source/Commands/CommandObjectBreakpoint.h +++ b/source/Commands/CommandObjectBreakpoint.h
@@ -98,6 +98,7 @@ // Instance variables to hold the values for command options. + std::string m_condition; FileSpecList m_filenames; uint32_t m_line_num; uint32_t m_column;