Searched refs:SDL_ASSERTION_BREAK (Results 1 – 2 of 2) sorted by relevance
156 { 0, SDL_ASSERTION_BREAK, "Break" }, in SDL_PromptAssertion()191 return SDL_ASSERTION_BREAK; in SDL_PromptAssertion()283 state = SDL_ASSERTION_BREAK; in SDL_PromptAssertion()367 case SDL_ASSERTION_BREAK: in SDL_ReportAssertion()
105 SDL_ASSERTION_BREAK, /**< Make the debugger trigger a breakpoint. */ enumerator154 } else if (sdl_assert_state == SDL_ASSERTION_BREAK) { \
Completed in 3 milliseconds