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;