LLDB mainline
|
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) |