Lines Matching full:debugging
21 Debugging Library
53 // AssertMacros.h/Debugging.h overrides.
255 …bugPageFaultFatalMask = 0x00000100, // There should be a "kPageFaultFatalMask" in Debugging.h.
256 kDebugMPTaskLevelMask = 0x00000200, // There should be a "kMPTaskLevelMask" in Debugging.h.
374 @abstract Macro to mark a variable as used only when debugging is enabled.
378 …Variables are sometimes needed only for debugging. When debugging is turned off, these debug-only …
380 are only used for debugging.
392 …act Macros to make variables and functions static when debugging is off, but extern when debugging…
397 debugging without being penalized for production builds.
409 …act Macros to make variables and functions static when debugging is off, but extern when debugging…
414 debugging without being penalized for production builds.
444 …ct Macro to add (or subtract if negative) a value when debugging is on. Does nothing if debugging …
543 …If expression evalulates to false, this prints debugging information (actual expression string, fi…
544 function name, etc.) using the default debugging output method.
574 …If expression evalulates to false, this prints debugging information (actual expression string, fi…
575 function name, etc.) and a custom explanation string using the default debugging output method.
606 …If the error code is non-0, this prints debugging information (actual expression string, file, lin…
607 function name, etc.) using the default debugging output method.
641 …If the error code is non-0, this prints debugging information (actual expression string, file, lin…
642 function name, etc.) and a custom explanation string using the default debugging output method.
726 …If expression evalulates to false, this prints debugging information (actual expression string, fi…
727 function name, etc.) using the default debugging output method then jumps to a label.
753 …If expression evalulates to false, this prints debugging information (actual expression string, fi…
754 …function name, etc.) and a custom explanation string using the default debugging output method the…
780 If expression evalulates to false, this jumps to a label. No debugging information is printed.
805 …If the error code is non-0, this prints debugging information (actual expression string, file, lin…
806 function name, etc.) using the default debugging output method then jumps to a label.
835 …If the error code is non-0, this prints debugging information (actual expression string, file, lin…
836 …function name, etc.), and a custom explanation string using the default debugging output method us…
837 default debugging output method then jumps to a label.
866 …If the error code is non-0, this prints debugging information (actual expression string, file, lin…
867 …function name, etc.), and a custom explanation string using the default debugging output method us…
868 default debugging output method then executes an action and jumps to a label.
898 If the error code is non-0, this jumps to a label. No debugging information is printed.
923 …If the error code is non-0, this prints debugging information (actual expression string, file, lin…
924 …function name, etc.) using the default debugging output method then executes an action and jumps t…
954 …If the error code is non-0, this executes an action and jumps to a label. No debugging information…
980 …If expression evalulates to false, this prints debugging information (actual expression string, fi…
981 …function name, etc.) using the default debugging output method then executes an action and jumps t…
1008 …If expression evalulates to false, this executes an action and jumps to a label. No debugging info…
1034 …If expression evalulates to false, this prints debugging information (actual expression string, fi…
1035 …function name, etc.) and a custom explanation string using the default debugging output method the…
1064 …If the expression evaluates to false, this prints debugging information (actual expression string,…
1065 …line number, function name, etc.) using the default debugging output method then throws an excepti…
1145 @abstract Prints a debugging C string.
1285 @abstract Initializes the debugging library for a specific kind of output.
1316 @abstract Releases any resources used by the debugging library
1332 @abstract Gets the specified property from the debugging library.
1360 @abstract Sets the specified property from the debugging library.
1386 #pragma mark == Routines - Debugging Output ==
1463 @abstract Debugging versions of standard C snprintf with extra features.