Skip to content

Commit f98acac

Browse files
committed
Stress on arm64 servers have to debug 32-bit processes with 64-bit ptrace.
1 parent c612fe7 commit f98acac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64dbreg.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// These functions are split out to be reused in NativeRegisterContextLinux_arm,
10-
// for supporting debugging 32bit processes on arm64.
9+
// When debugging 32-bit processes, Arm64 lldb-server should use 64-bit ptrace
10+
// interfaces. 32-bit ptrace interfaces should only be used by 32-bit server.
11+
// These functions are split out to be reused in both 32-bit and 64-bit register
12+
// context for 64-bit server.
1113

1214
#include "Plugins/Process/Linux/NativeProcessLinux.h"
1315
#include "Plugins/Process/Utility/NativeRegisterContextDBReg.h"

0 commit comments

Comments
 (0)