HomeSort by: relevance | last modified time | path
    Searched defs:PPC_PTRACE_GETHWDBGINFO (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 75 #ifndef PPC_PTRACE_GETHWDBGINFO
77 /* Not having PPC_PTRACE_GETHWDBGINFO defined means that the PowerPC HWDEBUG
80 #define PPC_PTRACE_GETHWDBGINFO 0x89
134 #endif /* PPC_PTRACE_GETHWDBGINFO */
309 - PPC_PTRACE_GETHWDBGINFO, PPC_PTRACE_SETHWDEBUG, and
385 if (ptrace (PPC_PTRACE_GETHWDBGINFO, ptid.lwp (), 0, &m_hwdebug_info)
449 /* HWDEBUG represents the set of calls PPC_PTRACE_GETHWDBGINFO,
469 /* The info returned by the kernel with PPC_PTRACE_GETHWDBGINFO. Only
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 75 #ifndef PPC_PTRACE_GETHWDBGINFO
77 /* Not having PPC_PTRACE_GETHWDBGINFO defined means that the PowerPC HWDEBUG
80 #define PPC_PTRACE_GETHWDBGINFO 0x89
134 #endif /* PPC_PTRACE_GETHWDBGINFO */
309 - PPC_PTRACE_GETHWDBGINFO, PPC_PTRACE_SETHWDEBUG, and
385 if (ptrace (PPC_PTRACE_GETHWDBGINFO, ptid.lwp (), 0, &m_hwdebug_info)
449 /* HWDEBUG represents the set of calls PPC_PTRACE_GETHWDBGINFO,
469 /* The info returned by the kernel with PPC_PTRACE_GETHWDBGINFO. Only

Completed in 19 milliseconds