LLDB mainline
Namespaces | Typedefs | Functions
LinuxProcMaps.h File Reference
#include "lldb/lldb-forward.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"

Go to the source code of this file.

Namespaces

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

Typedefs

typedef std::function< bool(llvm::Expected< MemoryRegionInfo >)> lldb_private::LinuxMapCallback
 

Functions

void lldb_private::ParseLinuxMapRegions (llvm::StringRef linux_map, LinuxMapCallback const &callback)
 
void lldb_private::ParseLinuxSMapRegions (llvm::StringRef linux_smap, LinuxMapCallback const &callback)