LLDB mainline
|
#include "Plugins/Process/Linux/NativeProcessLinux.h"
#include "Plugins/Process/Utility/NativeRegisterContextDBReg.h"
#include "lldb/Utility/Status.h"
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 |
namespace | lldb_private::process_linux::arm64 |
Functions | |
Status | lldb_private::process_linux::arm64::ReadHardwareDebugInfo (::pid_t tid, uint32_t &max_hwp_supported, uint32_t &max_hbp_supported) |
Status | lldb_private::process_linux::arm64::WriteHardwareDebugRegs (int hwbType, ::pid_t tid, uint32_t max_supported, const std::array< NativeRegisterContextDBReg::DREG, 16 > ®s) |