LLDB mainline
HostProcessWindows.cpp File Reference
#include "lldb/Host/windows/HostProcessWindows.h"
#include "lldb/Host/HostThread.h"
#include "lldb/Host/ThreadLauncher.h"
#include "lldb/Host/windows/windows.h"
#include "lldb/Utility/FileSpec.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/WindowsError.h"
#include <psapi.h>

Go to the source code of this file.

Functions

static lldb::thread_result_t MonitorThread (const Host::MonitorChildProcessCallback &callback, HANDLE process_handle)

Function Documentation

◆ MonitorThread()

lldb::thread_result_t MonitorThread ( const Host::MonitorChildProcessCallback & callback,
HANDLE process_handle )
static