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 61bdaf7 commit 1134b6fCopy full SHA for 1134b6f
lldb/include/lldb/Host/aix/Ptrace.h
@@ -8,13 +8,11 @@
8
9
// This file defines ptrace functions & structures
10
11
-#ifndef liblldb_Host_aix_Ptrace_h_
12
-#define liblldb_Host_aix_Ptrace_h_
+#ifndef LIBLLDB_HOST_AIX_PTRACE_H_
+#define LIBLLDB_HOST_AIX_PTRACE_H_
13
14
#include <sys/ptrace.h>
15
16
-#define DEBUG_PTRACE_MAXBYTES 20
17
-
18
// Support ptrace extensions even when compiled without required kernel support
19
#ifndef PTRACE_GETREGS
20
#define PTRACE_GETREGS (PT_COMMAND_MAX + 1)
@@ -41,4 +39,4 @@
41
39
#define PTRACE_GETVSRREGS (PT_COMMAND_MAX + 6)
42
40
#endif
43
44
-#endif // liblldb_Host_aix_Ptrace_h_
+#endif // LIBLLDB_HOST_AIX_PTRACE_H_
0 commit comments