mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Debugger: Name the WebSocket debugger thread.
This commit is contained in:
parent
a341994622
commit
c44d8dbe2d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue