- 45690246da1e36acde86c941b68aad2248b16ea7 Import of CCTZ from Github. by Abseil Team <absl-team@google.com>
- ff3cf0774f9903fb62f7012af24c0901286a1b80 Fix -Wunreachable-code-return warning (from clang 6.0) in by Derek Mauro <dmauro@google.com> - b41ca35e56f6137cf6672d16613a7edfd6107e27 Include port.h to drag in platform-specific configurations. by Abseil Team <absl-team@google.com> - 5d50b728937d245caedaa2208a97d52f55040134 Set the default symbolizer for Mutex deadlock detector re... by Derek Mauro <dmauro@google.com> GitOrigin-RevId: 45690246da1e36acde86c941b68aad2248b16ea7 Change-Id: I2c6a87e9090657ff3fb456f3409bfdc24b8b765a
This commit is contained in:
parent
26b789f9a5
commit
bd5a2bba8f
11 changed files with 16 additions and 4 deletions
|
|
@ -979,6 +979,12 @@ void RegisterCondVarTracer(void (*fn)(const char *msg, const void *cv));
|
|||
// to 'out.'
|
||||
//
|
||||
// This has the same memory ordering concerns as RegisterMutexProfiler() above.
|
||||
//
|
||||
// DEPRECATED: The default symbolizer function is absl::Symbolize() and the
|
||||
// ability to register a different hook for symbolizing stack traces will be
|
||||
// removed on or after 2023-05-01.
|
||||
ABSL_DEPRECATED("absl::RegisterSymbolizer() is deprecated and will be removed "
|
||||
"on or after 2023-05-01")
|
||||
void RegisterSymbolizer(bool (*fn)(const void *pc, char *out, int out_size));
|
||||
|
||||
// EnableMutexInvariantDebugging()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue