tvl-depot/absl/debugging/internal
Augusto Righetto 06f0e767d1
BuildBreak: UWP apps can't call GetModuleHandle (#596)
* BuildBreak: UWP apps can't call GetModuleHandle

It is not possible to load RtlCaptureStackBackTrace at static init time in UWP.
CaptureStackBackTrace is the public version of RtlCaptureStackBackTrace.

* Using WINAPI_FAMILY_PARTITION family of macros

Using WINAPI_FAMILY_PARTITION family of macros for detecting when building for UWP or Desktop.

* Simplifying comment to please lint tool.
2020-03-03 10:26:59 -05:00
..
address_is_readable.cc Export of internal Abseil changes 2020-02-25 13:12:47 -05:00
address_is_readable.h Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
demangle.cc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
demangle.h Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
demangle_test.cc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
elf_mem_image.cc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
elf_mem_image.h Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
examine_stack.cc Add RISCV support to GetProgramCounter() (#621) 2020-02-20 22:36:23 -05:00
examine_stack.h Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
stack_consumption.cc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
stack_consumption.h Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
stack_consumption_test.cc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
stacktrace_aarch64-inl.inc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
stacktrace_arm-inl.inc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
stacktrace_config.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
stacktrace_generic-inl.inc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
stacktrace_powerpc-inl.inc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
stacktrace_unimplemented-inl.inc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
stacktrace_win32-inl.inc BuildBreak: UWP apps can't call GetModuleHandle (#596) 2020-03-03 10:26:59 -05:00
stacktrace_x86-inl.inc Export of internal Abseil changes 2020-02-21 15:56:04 -05:00
symbolize.h Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
vdso_support.cc Export of internal Abseil changes 2019-12-12 15:37:13 -05:00
vdso_support.h Export of internal Abseil changes 2019-12-12 15:37:13 -05:00