We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c612fe7 commit f98acacCopy full SHA for f98acac
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64dbreg.h
@@ -6,8 +6,10 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-// These functions are split out to be reused in NativeRegisterContextLinux_arm,
10
-// for supporting debugging 32bit processes on arm64.
+// When debugging 32-bit processes, Arm64 lldb-server should use 64-bit ptrace
+// 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.
13
14
#include "Plugins/Process/Linux/NativeProcessLinux.h"
15
#include "Plugins/Process/Utility/NativeRegisterContextDBReg.h"
0 commit comments