diff options
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r-- | Documentation/powerpc/ptrace.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/powerpc/ptrace.txt b/Documentation/powerpc/ptrace.txt index f2a7a3919772..99c5ce88d0fe 100644 --- a/Documentation/powerpc/ptrace.txt +++ b/Documentation/powerpc/ptrace.txt | |||
@@ -40,6 +40,7 @@ features will have bits indicating whether there is support for: | |||
40 | #define PPC_DEBUG_FEATURE_INSN_BP_MASK 0x2 | 40 | #define PPC_DEBUG_FEATURE_INSN_BP_MASK 0x2 |
41 | #define PPC_DEBUG_FEATURE_DATA_BP_RANGE 0x4 | 41 | #define PPC_DEBUG_FEATURE_DATA_BP_RANGE 0x4 |
42 | #define PPC_DEBUG_FEATURE_DATA_BP_MASK 0x8 | 42 | #define PPC_DEBUG_FEATURE_DATA_BP_MASK 0x8 |
43 | #define PPC_DEBUG_FEATURE_DATA_BP_DAWR 0x10 | ||
43 | 44 | ||
44 | 2. PTRACE_SETHWDEBUG | 45 | 2. PTRACE_SETHWDEBUG |
45 | 46 | ||