LookingGlass/common/src/platform/windows
Quantum 7e15ec5e66 [common] windows: implement crash handler for stack traces
This commit uses the DbgHelp library which is shipped with Windows to
generate stack traces with function names and line number information.
It takes advantage of the pdb file generated by cv2pdb that is now
installed with looking-glass-host.exe.
2021-01-27 07:56:12 +11:00
..
CMakeLists.txt [common] windows: implement crash handler for stack traces 2021-01-27 07:56:12 +11:00
crash.c [common] windows: implement crash handler for stack traces 2021-01-27 07:56:12 +11:00
dpi.c get display DPI info to scale mouse movement 2021-01-05 09:03:29 +11:00
event.c [c-host] win: fixed improper signal detection in event code 2020-01-26 17:49:04 +11:00
ivshmem.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
sysinfo.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
thread.c [common/c-host] move agnostic code into common library 2020-01-02 22:21:42 +11:00
time.c use a timer for the LGMP host instead of a thread 2020-04-24 21:31:12 +10:00
windebug.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00