/* * Copyright 2005-2008, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #ifndef BIN_DEBUG_DEBUG_UTILS_H #define BIN_DEBUG_DEBUG_UTILS_H #include thread_id load_program(const char* const* args, int32 argCount, bool traceLoading); status_t set_team_debugging_flags(port_id nubPort, int32 flags); status_t set_thread_debugging_flags(port_id nubPort, thread_id thread, int32 flags); status_t continue_thread(port_id nubPort, thread_id thread); #endif // BIN_DEBUG_DEBUG_UTILS_H