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

  /src/external/gpl3/gdb/dist/gdb/
linux-thread-db.c 566 bool log_progress;
591 if (tdb_testinfo->log_progress) \
701 if (tdb_testinfo->log_progress)
726 the test if LOG_PROGRESS is true. */
729 check_thread_db (struct thread_db_info *info, bool log_progress)
733 if (log_progress)
756 tdb_testinfo->log_progress = log_progress;
791 if (test_passed && log_progress)
565 bool log_progress; member in struct:check_thread_db_info
  /src/external/gpl3/gdb.old/dist/gdb/
linux-thread-db.c 565 bool log_progress;
590 if (tdb_testinfo->log_progress) \
700 if (tdb_testinfo->log_progress)
725 the test if LOG_PROGRESS is true. */
728 check_thread_db (struct thread_db_info *info, bool log_progress)
732 if (log_progress)
755 tdb_testinfo->log_progress = log_progress;
790 if (test_passed && log_progress)
564 bool log_progress; member in struct:check_thread_db_info

Completed in 26 milliseconds