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

  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 347 return *m_interface == DEBUGREG;
389 HWDEBUG interface and try the DEBUGREG interface instead.
395 which we use as an indicator to fall back to the DEBUGREG
406 /* EIO indicates that the request is invalid, so we try DEBUGREG
421 interface to UNAVAILABLE and don't try DEBUGREG. If DEBUGREG
423 unlikely that trying the DEBUGREG interface with this same thread
434 m_interface.emplace (DEBUGREG);
452 DEBUGREG represents the set of calls PTRACE_SET_DEBUGREG and
463 DEBUGREG
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 347 return *m_interface == DEBUGREG;
389 HWDEBUG interface and try the DEBUGREG interface instead.
395 which we use as an indicator to fall back to the DEBUGREG
406 /* EIO indicates that the request is invalid, so we try DEBUGREG
421 interface to UNAVAILABLE and don't try DEBUGREG. If DEBUGREG
423 unlikely that trying the DEBUGREG interface with this same thread
434 m_interface.emplace (DEBUGREG);
452 DEBUGREG represents the set of calls PTRACE_SET_DEBUGREG and
463 DEBUGREG
    [all...]

Completed in 26 milliseconds