Home | History | Annotate | Download | only in gdb

Lines Matching defs:test_error

627 test_error (const char *input, const char *error_msg)
668 test_error ("thread 1 if foo == 123 thread 1",
670 test_error ("thread 1 if foo == 123 inferior 1",
672 test_error ("thread 1 if foo == 123 task 1",
674 test_error ("inferior 1 if foo == 123 inferior 1",
676 test_error ("inferior 1 if foo == 123 thread 1",
678 test_error ("inferior 1 if foo == 123 task 1",
680 test_error ("thread 1.2.3", "Invalid thread ID: 1.2.3");
681 test_error ("thread 1/2", "Invalid thread ID: 1/2");
682 test_error ("thread 1xxx", "Invalid thread ID: 1xxx");
683 test_error ("inferior 1xxx", "Junk 'xxx' after inferior keyword.");
684 test_error ("task 1xxx", "Junk 'xxx' after task keyword.");