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

  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 2688 int gdb_supports_qRelocInsn = 0;
2718 gdb_supports_qRelocInsn = 1;
2852 if (gdb_supports_qRelocInsn && target_supports_fast_tracepoints ())
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 2639 int gdb_supports_qRelocInsn = 0;
2669 gdb_supports_qRelocInsn = 1;
2801 if (gdb_supports_qRelocInsn && target_supports_fast_tracepoints ())

Completed in 32 milliseconds