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

  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 60 when the PowerPC HWDEBUG ptrace interface is not available. */
71 /* These requests are used when the PowerPC HWDEBUG ptrace interface is
77 /* Not having PPC_PTRACE_GETHWDBGINFO defined means that the PowerPC HWDEBUG
147 /* The version of the PowerPC HWDEBUG kernel interface that we will use, if
341 return *m_interface == HWDEBUG;
357 be called if the interface is HWDEBUG. */
389 HWDEBUG interface and try the DEBUGREG interface instead.
393 watchpoints installed with the HWDEBUG interface not to
399 m_interface.emplace (HWDEBUG);
449 /* HWDEBUG represents the set of calls PPC_PTRACE_GETHWDBGINFO
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 60 when the PowerPC HWDEBUG ptrace interface is not available. */
71 /* These requests are used when the PowerPC HWDEBUG ptrace interface is
77 /* Not having PPC_PTRACE_GETHWDBGINFO defined means that the PowerPC HWDEBUG
147 /* The version of the PowerPC HWDEBUG kernel interface that we will use, if
341 return *m_interface == HWDEBUG;
357 be called if the interface is HWDEBUG. */
389 HWDEBUG interface and try the DEBUGREG interface instead.
393 watchpoints installed with the HWDEBUG interface not to
399 m_interface.emplace (HWDEBUG);
449 /* HWDEBUG represents the set of calls PPC_PTRACE_GETHWDBGINFO
    [all...]

Completed in 74 milliseconds