LLDB mainline
|
#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) |
|
static |
Definition at line 67 of file HostProcessWindows.cpp.
Referenced by lldb_private::HostProcessWindows::StartMonitoring().