Symbol: WARNING
src/kits/debugger/controllers/TeamDebugger.cpp
1712
WARNING("TeamDebugger for team %" B_PRId32 ": unknown event type: "
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1048
WARNING(" failed to evaluate lower bound: %s\n", strerror(error));
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1078
WARNING(" failed to evaluate upper bound: %s\n", strerror(error));
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1102
WARNING(" failed to evaluate count: %s\n", strerror(error));
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1114
WARNING(" count given for subrange type, but lower bound or "
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1256
WARNING("Failed to get containing or base type for pointer to member "
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1272
WARNING("Containing type for pointer to member type \"%s\" is not a "
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
896
WARNING("Failed to get base type for array type \"%s\"\n",
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
904
WARNING("Failed to create base type for array type \"%s\": %s\n",
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
922
WARNING("Failed to get dimensions for array type \"%s\"\n",
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
936
WARNING("Failed to create type for array dimension: %s\n",
src/kits/debugger/debug_info/DwarfTypes.cpp
1139
WARNING("No dimension bit stride for dimension %" B_PRId32 " and "
src/kits/debugger/debug_info/DwarfTypes.cpp
1186
WARNING("Negative element offset unsupported for multiple location "
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
263
WARNING("Failed to create symbol lookup for image (%" B_PRId32
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
56
WARNING("Unsupported core file machine (%u)\n", machine);
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
155
WARNING("DwarfExpressionEvaluator::Evaluate(): %s\n",
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
215
WARNING("DwarfExpressionEvaluator::EvaluateLocation(): %s\n",
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
256
WARNING("DwarfExpressionEvaluator::EvaluateLocation(): %s\n",
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
690
WARNING("DwarfExpressionEvaluator::_Evaluate(): "
src/kits/debugger/dwarf/DwarfFile.cpp
1003
WARNING("\"%s\": Unsupported unit type %d\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1025
WARNING("\"%s\": Unexpected end of data in compilation unit "
src/kits/debugger/dwarf/DwarfFile.cpp
1035
WARNING("\"%s\": Unsupported compilation unit version: %d\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1041
WARNING("\"%s\": Unsupported address size: %d\n", fName,
src/kits/debugger/dwarf/DwarfFile.cpp
1086
WARNING("Invalid type unit length, offset %#" B_PRIx64 ".\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1098
WARNING("Unexpected end of data in type unit header at %#"
src/kits/debugger/dwarf/DwarfFile.cpp
1120
WARNING("\"%s\": Unsupported type unit version: %d\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1126
WARNING("\"%s\": Unsupported address size: %d\n", fName,
src/kits/debugger/dwarf/DwarfFile.cpp
1303
WARNING("No compilation unit entry in .debug_info section.\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1347
WARNING("No type unit entry in .debug_types section.\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1354
WARNING("No type found for type unit %p at specified offset %"
src/kits/debugger/dwarf/DwarfFile.cpp
1385
WARNING("Unexpected end of .debug_info section.\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1396
WARNING("No abbreviation entry for code %" B_PRIx32 "\n", code);
src/kits/debugger/dwarf/DwarfFile.cpp
1404
WARNING("Failed to generate entry for tag %" B_PRIu32 ", code %"
src/kits/debugger/dwarf/DwarfFile.cpp
1508
WARNING("Init after hierarchy failed!\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1522
WARNING("Init after attributes failed!\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1560
WARNING("Invalid DW_FORM_strx*: no debug_str_offsets section!\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1568
WARNING("Invalid DW_FORM_strx* index: %" B_PRIu64 "\n", index);
src/kits/debugger/dwarf/DwarfFile.cpp
1578
WARNING("Invalid DW_FORM_strx* offset: %" B_PRIu64 "\n", offset);
src/kits/debugger/dwarf/DwarfFile.cpp
1591
WARNING("Invalid DW_FORM_addrx*: no debug_addr section!\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1598
WARNING("Invalid DW_FORM_addrx* index: %" B_PRIu64 "\n", index);
src/kits/debugger/dwarf/DwarfFile.cpp
1687
WARNING("Invalid DW_FORM_strp offset: %" B_PRIu64 "\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1694
WARNING("Invalid DW_FORM_strp: no string section!\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1751
WARNING("Invalid DW_FORM_line_strp offset: %" B_PRIu64 "\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1758
WARNING("Invalid DW_FORM_line_strp: no debug_line_str section!\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1804
WARNING("Unsupported attribute form: %" B_PRIu32 "\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1866
WARNING("Failed to resolve reference on entry %p: "
src/kits/debugger/dwarf/DwarfFile.cpp
1889
WARNING("Unexpected end of .debug_info section.\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1916
WARNING("Failed to set attribute: name: %s, form: %s: %s\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1941
WARNING("Invalid DW_FORM_line_strp: no line_str section!\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1949
WARNING("Invalid DW_FORM_line_strp offset: %" B_PRIu64 "\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1960
WARNING("Invalid DW_FORM_strp: no string section!\n");
src/kits/debugger/dwarf/DwarfFile.cpp
1968
WARNING("Invalid DW_FORM_strp offset: %" B_PRIu64 "\n",
src/kits/debugger/dwarf/DwarfFile.cpp
1980
WARNING("DwarfFile::_ParseLineInfoFormatString(\"%s\"): unsupported "
src/kits/debugger/dwarf/DwarfFile.cpp
2011
WARNING("DwarfFile::_ParseLineInfoFormatUint(\"%s\"): unsupported "
src/kits/debugger/dwarf/DwarfFile.cpp
2042
WARNING("DwarfFile::_ParseLineInfo(\"%s\"): unsupported "
src/kits/debugger/dwarf/DwarfFile.cpp
2053
WARNING("DwarfFile::_ParseLineInfo(\"%s\"): unsupported "
src/kits/debugger/dwarf/DwarfFile.cpp
2060
WARNING("DwarfFile::_ParseLineInfo(\"%s\"): unsupported "
src/kits/debugger/dwarf/DwarfFile.cpp
2084
WARNING("DwarfFile::_ParseLineInfo(\"%s\"): unsupported "
src/kits/debugger/dwarf/DwarfFile.cpp
2150
WARNING("DwarfFile::_ParseLineInfo(\"%s\"): unsupported "
src/kits/debugger/dwarf/DwarfFile.cpp
2231
WARNING("DwarfFile::_ParseLineInfo(\"%s\"): unsupported "
src/kits/debugger/dwarf/DwarfFile.cpp
291
WARNING("Encountered unsupported augmentation '%c' "
src/kits/debugger/dwarf/DwarfFile.cpp
302
WARNING("Error while reading CIE Augmentation, expected "
src/kits/debugger/dwarf/DwarfFile.cpp
3020
WARNING("Invalid public types set unit length.\n");
src/kits/debugger/dwarf/DwarfFile.cpp
640
WARNING(".debug_types section required but missing.\n");
src/kits/debugger/dwarf/DwarfFile.cpp
995
WARNING("\"%s\": Invalid compilation unit length.\n", fName);
src/kits/debugger/dwarf/LineNumberProgram.cpp
151
WARNING("unsupported standard opcode %u\n", opcode);
src/kits/debugger/dwarf/LineNumberProgram.cpp
187
WARNING("unsupported extended opcode: %u\n",
src/kits/debugger/dwarf/LineNumberProgram.cpp
53
WARNING("operand count for standard opcode %u does not what we "
src/kits/debugger/elf/CoreFile.cpp
319
WARNING("Notes segment too large (%" B_PRIdOFF ")\n",
src/kits/debugger/elf/CoreFile.cpp
333
WARNING("Failed to read notes segment: %s\n", strerror(errno));
src/kits/debugger/elf/CoreFile.cpp
337
WARNING("Failed to read whole notes segment\n");
src/kits/debugger/elf/CoreFile.cpp
345
WARNING("Remaining bytes in notes segment too short for header\n");
src/kits/debugger/elf/CoreFile.cpp
359
WARNING("Not enough bytes remaining in notes segment for note "
src/kits/debugger/elf/CoreFile.cpp
367
WARNING("Unterminated note name\n");
src/kits/debugger/elf/CoreFile.cpp
376
WARNING("Not enough bytes remaining in notes segment for note "
src/kits/debugger/elf/CoreFile.cpp
418
WARNING("Unsupported note type %s/%#" B_PRIx32 "\n", name, type);
src/kits/debugger/elf/CoreFile.cpp
430
WARNING("Team note too short\n");
src/kits/debugger/elf/CoreFile.cpp
438
WARNING("Team note: too short or invalid entry size (%" B_PRIu32 ")\n",
src/kits/debugger/elf/CoreFile.cpp
450
WARNING("Team note args not terminated\n");
src/kits/debugger/elf/CoreFile.cpp
472
WARNING("Areas note too short\n");
src/kits/debugger/elf/CoreFile.cpp
486
WARNING("Areas note: too short or invalid entry size (%" B_PRIu32 ")\n",
src/kits/debugger/elf/CoreFile.cpp
495
WARNING("Areas note strings not terminated\n");
src/kits/debugger/elf/CoreFile.cpp
513
WARNING("Area %" B_PRIu64 " (ID %#" B_PRIx32 " @ %#" B_PRIx64
src/kits/debugger/elf/CoreFile.cpp
529
WARNING("No matching segment found for area %" B_PRIu64 " (ID %#"
src/kits/debugger/elf/CoreFile.cpp
552
WARNING("Images note too short\n");
src/kits/debugger/elf/CoreFile.cpp
566
WARNING("Images note: too short or invalid entry size (%" B_PRIu32
src/kits/debugger/elf/CoreFile.cpp
575
WARNING("Images note strings not terminated\n");
src/kits/debugger/elf/CoreFile.cpp
601
WARNING("Image %" B_PRIu64 " (ID %#" B_PRIx32 ") has no name\n",
src/kits/debugger/elf/CoreFile.cpp
636
WARNING("Symbols note too short\n");
src/kits/debugger/elf/CoreFile.cpp
651
WARNING("Symbols note: image (ID %" B_PRId32 ") not found\n",
src/kits/debugger/elf/CoreFile.cpp
660
WARNING("Symbols note: too short or invalid entry size (%" B_PRIu32
src/kits/debugger/elf/CoreFile.cpp
671
WARNING("Symbols note string table not terminated\n");
src/kits/debugger/elf/CoreFile.cpp
694
WARNING("Threads note too short\n");
src/kits/debugger/elf/CoreFile.cpp
702
WARNING("Threads note: unreasonable CPU state size: %" B_PRIu32 "\n",
src/kits/debugger/elf/CoreFile.cpp
719
WARNING("Threads note: too short or invalid entry size (%" B_PRIu32
src/kits/debugger/elf/CoreFile.cpp
728
WARNING("Threads note strings not terminated\n");
src/kits/debugger/elf/CoreFile.cpp
745
WARNING("Thread %" B_PRIu64 " (ID %#" B_PRIx32 ") has no name\n",
src/kits/debugger/elf/ElfFile.cpp
207
WARNING("Failed to open \"%s\": %s\n", fileName, strerror(errno));
src/kits/debugger/elf/ElfFile.cpp
214
WARNING("Failed to stat \"%s\": %s\n", fileName, strerror(errno));
src/kits/debugger/elf/ElfFile.cpp
236
WARNING("%s: Invalid ELF data byte order: %d\n", fileName,
src/kits/debugger/elf/ElfFile.cpp
251
WARNING("%s: Invalid ELF class: %d\n", fileName, elfIdent[EI_CLASS]);
src/kits/debugger/elf/ElfFile.cpp
402
WARNING("\"%s\": Not a valid ELF file\n", fileName);
src/kits/debugger/elf/ElfFile.cpp
416
WARNING("\"%s\": Invalid ELF header\n", fileName);
src/kits/debugger/elf/ElfFile.cpp
436
WARNING("\"%s\": Invalid string section header\n", fileName);
src/kits/debugger/elf/ElfFile.cpp
494
WARNING("\"%s\": Invalid ELF header\n", fileName);
src/kits/debugger/value/ValueLoader.cpp
169
WARNING("ValueLoader::LoadValue(): register piece, but no "
src/preferences/shortcuts/ShortcutsWindow.cpp
266
BAlert* alert = new BAlert(WARNING,
src/servers/registrar/MessagingService.cpp
427
WARNING("MessagingService::_CommandProcessor(): No handler "
src/servers/registrar/PackageWatchingManager.cpp
55
WARNING("No event field in notification message\n");
src/servers/registrar/PackageWatchingManager.cpp
65
WARNING("Invalid event: %" B_PRId32 "\n", event);
src/servers/registrar/ShutdownProcess.cpp
1024
WARNING("ShutdownProcess::Init(): Failed to create or init "
src/servers/registrar/ShutdownProcess.cpp
1046
WARNING("ShutdownProcess::_AddShutdownWindowApps(): Failed to "
src/servers/registrar/ShutdownProcess.cpp
1055
WARNING("ShutdownProcess::_AddShutdownWindowApps(): Failed to "
src/servers/registrar/ShutdownProcess.cpp
1079
WARNING("ShutdownProcess::_AddShutdownWindowApps(): Failed to "
src/servers/registrar/ShutdownProcess.cpp
1625
WARNING("_QuitBackgroundApps::_Worker(): Failed to deliver "