Searched refs:FMT_COORD (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptRuntime.cpp | 51 #define FMT_COORD "(%" PRIu32 ", %" PRIu32 ", %" PRIu32 ")" macro 3671 LLDB_LOGF(log, "%s - Break ID %" PRIu64 ", " FMT_COORD, __FUNCTION__, in KernelBreakpointHit() 3687 LLDB_LOGF(log, "%s - " FMT_COORD, __FUNCTION__, current_coord.x, in KernelBreakpointHit() 3693 LLDB_LOGF(log, "%s, BREAKING " FMT_COORD, __FUNCTION__, current_coord.x, in KernelBreakpointHit() 3711 messages.Printf("Conditional kernel breakpoint on coordinate " FMT_COORD, in SetConditional() 4414 stream.Printf("Coordinate: " FMT_COORD, coord.x, coord.y, coord.z); in DoExecute()
|