Developer Documentation
Loading...
Searching...
No Matches
windows-startup.hh
1
2
#include "StackWalker/StackWalker.hh"
3
4
/* ==========================================================
5
*
6
* Stackwalker code. Used to get a backtrace if OpenFlipper
7
* crashes under windows
8
*
9
* ==========================================================*/
10
11
12
class
StackWalkerToConsole
:
public
StackWalker
13
{
14
protected
:
15
virtual
void
OnOutput(LPCSTR szText)
override
;
16
};
17
18
19
/* ==========================================================
20
*
21
* Console for Windows to get additional output written via
22
* cerr, cout, ... that is not forwarded to log window
23
*
24
* ==========================================================*/
25
26
void
connect_console();
27
void
attachConsole();
StackWalkerToConsole
Definition
windows-startup.hh:13
StackWalker
Definition
StackWalker.hh:57
OpenFlipper
Windows
windows-startup.hh
Generated on Wed Jul 16 2025 14:44:34 for Developer Documentation by
1.9.8