diff options
author | Jim Ingham <jingham@apple.com> | 2010-12-03 23:04:19 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2010-12-03 23:04:19 +0000 |
commit | e0a978487df4f1aa0a58714e269d0dc967b02b9c (patch) | |
tree | 9909013f4af8a062ae44890a37fb4bbac2ed7cc6 /lldb/source/Commands/CommandObjectBreakpoint.h | |
parent | a571c010abc9b97bfd9650749caf443a9c8b6dca (diff) | |
download | bcm5719-llvm-e0a978487df4f1aa0a58714e269d0dc967b02b9c.tar.gz bcm5719-llvm-e0a978487df4f1aa0a58714e269d0dc967b02b9c.zip |
Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work.
llvm-svn: 120851
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.h b/lldb/source/Commands/CommandObjectBreakpoint.h index 5b093151f87..c2d9e3efa9a 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.h +++ b/lldb/source/Commands/CommandObjectBreakpoint.h @@ -164,7 +164,9 @@ public: 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; |