HomeSort by: relevance | last modified time | path
    Searched refs:supports_qxfer_osdata (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 466 process_stratum_target::supports_qxfer_osdata () function in class:process_stratum_target
target.h 244 virtual bool supports_qxfer_osdata ();
linux-low.h 213 bool supports_qxfer_osdata () override;
server.cc 1955 if (!the_target->supports_qxfer_osdata () || writebuf != NULL)
2823 if (the_target->supports_qxfer_osdata ())
linux-low.cc 5733 linux_process_target::supports_qxfer_osdata () function in class:linux_process_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 466 process_stratum_target::supports_qxfer_osdata () function in class:process_stratum_target
target.h 244 virtual bool supports_qxfer_osdata ();
linux-low.h 213 bool supports_qxfer_osdata () override;
server.cc 1950 if (!the_target->supports_qxfer_osdata () || writebuf != NULL)
2772 if (the_target->supports_qxfer_osdata ())
linux-low.cc 5747 linux_process_target::supports_qxfer_osdata () function in class:linux_process_target

Completed in 45 milliseconds