Lines Matching full:useful
109 /// Describes an address (useful for calling from the debugger).
116 /// Checks if an error has been or is being reported (useful for calling from
125 /// Gets the PC (program counter) register value of an ASan error (useful for
134 /// Gets the BP (base pointer) register value of an ASan error (useful for
143 /// Gets the SP (stack pointer) register value of an ASan error (useful for
152 /// Gets the address of the report buffer of an ASan error (useful for calling
161 /// Gets access type of an ASan error (useful for calling from the debugger).
169 /// Gets access size of an ASan error (useful for calling from the debugger).
177 /// Gets the bug description of an ASan error (useful for calling from a
185 /// Gets information about a pointer (useful for calling from the debugger).
209 /// Gets the allocation stack trace and thread ID for a heap address (useful
224 /// Gets the free stack trace and thread ID for a heap address (useful for
239 /// Gets the current shadow memory mapping (useful for calling from the
275 /// detects an error. This is useful in cases when ASan detects an error but
279 /// Prints accumulated statistics to <c>stderr</c> (useful for calling from the