mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:44:12 +08:00
Revert "[debugserver] Remove dead function call. NFCI."
This reverts commit r330066 as it was wrong and the call was not dead. Thanks to Fred for pointing this out. llvm-svn: 330071
This commit is contained in:
@@ -6089,6 +6089,9 @@ rnb_err_t RNBRemote::HandlePacket_qProcessInfo(const char *p) {
|
||||
((addr_size == 8) ? sizeof(mach_header_64) : sizeof(mach_header));
|
||||
load_command lc;
|
||||
for (uint32_t i = 0; i < mh.ncmds && !os_handled; ++i) {
|
||||
const nub_size_t bytes_read =
|
||||
DNBProcessMemoryRead(pid, load_command_addr, sizeof(lc), &lc);
|
||||
|
||||
uint32_t major_version, minor_version, patch_version;
|
||||
auto *platform = DNBGetDeploymentInfo(pid, lc, load_command_addr,
|
||||
major_version, minor_version,
|
||||
|
||||
Reference in New Issue
Block a user