Debugger: Name the WebSocket debugger thread.

This commit is contained in:
Unknown W. Brackets 2018-04-15 16:31:00 -07:00
parent a341994622
commit c44d8dbe2d

View file

@ -15,6 +15,7 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "thread/threadutil.h"
#include "Core/Debugger/WebSocket.h"
#include "Core/Debugger/WebSocket/WebSocketUtils.h"
@ -58,6 +59,8 @@ void HandleDebuggerRequest(const http::Request &request) {
if (!ws)
return;
setCurrentThreadName("Debugger");
LogBroadcaster logger;
GameBroadcaster game;
SteppingBroadcaster stepping;