[Lldb-commits] [lldb] r156350 - /lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp

Johnny Chen johnny.chen at apple.com
Mon May 7 17:43:20 PDT 2012


Author: johnny
Date: Mon May  7 19:43:20 2012
New Revision: 156350

URL: http://llvm.org/viewvc/llvm-project?rev=156350&view=rev
Log:
Add clarification comments.

Modified:
    lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp

Modified: lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp?rev=156350&r1=156349&r2=156350&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp Mon May  7 19:43:20 2012
@@ -74,6 +74,8 @@
 {
 }
 
+// If an additional option set beyond LLDB_OPTION_SET_10 is added, make sure to
+// update the numbers passed to LLDB_OPT_SET_FROM_TO(...) appropriately.
 #define LLDB_OPT_FILE ( LLDB_OPT_SET_FROM_TO(1, 9) & ~LLDB_OPT_SET_2 )
 #define LLDB_OPT_NOT_10 ( LLDB_OPT_SET_FROM_TO(1, 10) & ~LLDB_OPT_SET_10 )
 





More information about the lldb-commits mailing list