commit | 9a7b291e2a9df2aca6ee47860fbec33b53807c35 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Fri Dec 03 23:04:19 2010 +0000 |
committer | Jim Ingham <jingham@apple.com> | Fri Dec 03 23:04:19 2010 +0000 |
tree | 89274ffe35a5b7a6ea6259f3f965b3e4df121e5c | |
parent | 19ac0bd62fdfdd296b3f48959c31017fbc137879 [diff] [blame] |
Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@120851 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectBreakpoint.h b/source/Commands/CommandObjectBreakpoint.h index 5b09315..c2d9e3e 100644 --- a/source/Commands/CommandObjectBreakpoint.h +++ b/source/Commands/CommandObjectBreakpoint.h
@@ -164,7 +164,9 @@ uint32_t m_ignore_count; lldb::tid_t m_thread_id; + bool m_thread_id_passed; uint32_t m_thread_index; + bool m_thread_index_passed; std::string m_thread_name; std::string m_queue_name; std::string m_condition;