Home | History | Annotate | Download | only in gdb

Lines Matching defs:FORCE

104     /* This is the token for the -force-condition token, the m_content for
106 FORCE
136 case type::FORCE:
137 return string_printf ("{ FORCE }");
222 if (t.length () > 1 && startswith ("-force-condition", t))
224 curr_results->emplace_back (token::type::FORCE, t);
367 This code also handles the special treatment for '-force-condition',
379 if (t.get_type () == token::type::FORCE)
476 bool force = false;
484 case token::type::FORCE:
485 force = true;
546 *force_ptr = force;
565 int inferior = -1, int task = -1, bool force = false,
601 || force != extracted_force_condition
651 test (" if blah thread 1 -force-condition", "blah", global_thread_num,
653 test (" -force-condition if blah thread 1", "blah", global_thread_num,
655 test (" -force-condition if blah thread 1 ", "blah", global_thread_num,
657 test ("thread 1 -force-condition if blah", "blah", global_thread_num,