LLDB mainline
Namespaces | Functions
Procfs.h File Reference
#include "lldb/lldb-types.h"
#include "llvm/Support/Error.h"
#include <vector>

Go to the source code of this file.

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 
namespace  lldb_private::process_linux
 

Functions

llvm::Expected< llvm::ArrayRef< uint8_t > > lldb_private::process_linux::GetProcfsCpuInfo ()
 
llvm::Expected< std::vector< lldb::cpu_id_t > > lldb_private::process_linux::GetAvailableLogicalCoreIDs (llvm::StringRef cpuinfo)
 
llvm::Expected< llvm::ArrayRef< lldb::cpu_id_t > > lldb_private::process_linux::GetAvailableLogicalCoreIDs ()
 
llvm::Expected< int > lldb_private::process_linux::GetPtraceScope ()