Searched refs:WARNING (Results 1 - 16 of 16) sorted by relevance

/haiku/src/servers/registrar/
H A DPackageWatchingManager.cpp55 WARNING("No event field in notification message\n");
65 WARNING("Invalid event: %" B_PRId32 "\n", event);
H A DDebug.h58 #define WARNING(x...) { __out(DEBUG_APP ": " x); } macro
71 #define WARNING(x...) { __out(DEBUG_APP ": " x); } macro
H A DMessagingService.cpp427 WARNING("MessagingService::_CommandProcessor(): No handler "
H A DShutdownProcess.cpp1024 WARNING("ShutdownProcess::Init(): Failed to create or init "
1046 WARNING("ShutdownProcess::_AddShutdownWindowApps(): Failed to "
1055 WARNING("ShutdownProcess::_AddShutdownWindowApps(): Failed to "
1079 WARNING("ShutdownProcess::_AddShutdownWindowApps(): Failed to "
1625 WARNING("_QuitBackgroundApps::_Worker(): Failed to deliver "
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp319 WARNING("Notes segment too large (%" B_PRIdOFF ")\n",
333 WARNING("Failed to read notes segment: %s\n", strerror(errno));
337 WARNING("Failed to read whole notes segment\n");
345 WARNING("Remaining bytes in notes segment too short for header\n");
359 WARNING("Not enough bytes remaining in notes segment for note "
367 WARNING("Unterminated note name\n");
376 WARNING("Not enough bytes remaining in notes segment for note "
418 WARNING("Unsupported note type %s/%#" B_PRIx32 "\n", name, type);
430 WARNING("Team note too short\n");
438 WARNING("Tea
[all...]
H A DElfFile.cpp207 WARNING("Failed to open \"%s\": %s\n", fileName, strerror(errno));
214 WARNING("Failed to stat \"%s\": %s\n", fileName, strerror(errno));
236 WARNING("%s: Invalid ELF data byte order: %d\n", fileName,
251 WARNING("%s: Invalid ELF class: %d\n", fileName, elfIdent[EI_CLASS]);
402 WARNING("\"%s\": Not a valid ELF file\n", fileName);
416 WARNING("\"%s\": Invalid ELF header\n", fileName);
436 WARNING("\"%s\": Invalid string section header\n", fileName);
494 WARNING("\"%s\": Invalid ELF header\n", fileName);
/haiku/src/kits/debugger/dwarf/
H A DLineNumberProgram.cpp53 WARNING("operand count for standard opcode %u does not what we "
151 WARNING("unsupported standard opcode %u\n", opcode);
187 WARNING("unsupported extended opcode: %u\n",
H A DDwarfFile.cpp291 WARNING("Encountered unsupported augmentation '%c' "
302 WARNING("Error while reading CIE Augmentation, expected "
640 WARNING(".debug_types section required but missing.\n");
995 WARNING("\"%s\": Invalid compilation unit length.\n", fName);
1003 WARNING("\"%s\": Unsupported unit type %d\n",
1025 WARNING("\"%s\": Unexpected end of data in compilation unit "
1035 WARNING("\"%s\": Unsupported compilation unit version: %d\n",
1041 WARNING("\"%s\": Unsupported address size: %d\n", fName,
1086 WARNING("Invalid type unit length, offset %#" B_PRIx64 ".\n",
1098 WARNING("Unexpecte
[all...]
H A DDwarfExpressionEvaluator.cpp155 WARNING("DwarfExpressionEvaluator::Evaluate(): %s\n",
215 WARNING("DwarfExpressionEvaluator::EvaluateLocation(): %s\n",
256 WARNING("DwarfExpressionEvaluator::EvaluateLocation(): %s\n",
690 WARNING("DwarfExpressionEvaluator::_Evaluate(): "
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp897 WARNING("Failed to get base type for array type \"%s\"\n",
905 WARNING("Failed to create base type for array type \"%s\": %s\n",
923 WARNING("Failed to get dimensions for array type \"%s\"\n",
937 WARNING("Failed to create type for array dimension: %s\n",
1049 WARNING(" failed to evaluate lower bound: %s\n", strerror(error));
1079 WARNING(" failed to evaluate upper bound: %s\n", strerror(error));
1103 WARNING(" failed to evaluate count: %s\n", strerror(error));
1115 WARNING(" count given for subrange type, but lower bound or "
1257 WARNING("Failed to get containing or base type for pointer to member "
1273 WARNING("Containin
[all...]
H A DDwarfTypes.cpp1139 WARNING("No dimension bit stride for dimension %" B_PRId32 " and "
1186 WARNING("Negative element offset unsupported for multiple location "
/haiku/headers/private/debugger/
H A DTracing.h14 #define WARNING(x...) fprintf(stderr, x) macro
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp56 WARNING("Unsupported core file machine (%u)\n", machine);
263 WARNING("Failed to create symbol lookup for image (%" B_PRId32
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp169 WARNING("ValueLoader::LoadValue(): register piece, but no "
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp72 #define WARNING "Shortcuts warning" macro
266 BAlert* alert = new BAlert(WARNING,
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1712 WARNING("TeamDebugger for team %" B_PRId32 ": unknown event type: "

Completed in 101 milliseconds