Searched refs:LLDB_OPT_SET_10 (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/
H A Dlldb-defines.h109 #define LLDB_OPT_SET_10 (1U << 9) macro
/external/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp600 #define LLDB_OPT_NOT_10 ( LLDB_OPT_SET_FROM_TO(1, 10) & ~LLDB_OPT_SET_10 )
674 { LLDB_OPT_SET_10, true, "language-exception", 'E', required_argument, NULL, 0, eArgTypeLanguage,
677 { LLDB_OPT_SET_10, false, "on-throw", 'w', required_argument, NULL, 0, eArgTypeBoolean,
680 { LLDB_OPT_SET_10, false, "on-catch", 'h', required_argument, NULL, 0, eArgTypeBoolean,

Completed in 96 milliseconds