Lines Matching +defs:file +defs:start
222 auto start = std::chrono::steady_clock::now();
233 (std::chrono::steady_clock::now() - start) > max_evaluation_time) {
334 // "description": "Optional start line of the range covered by this
339 // "description": "Optional start column of the range covered by this
400 // "description": "The start line of the actual range covered by the
405 // "description": "An optional start column of the actual range covered
417 // column is assumed to be in the start line."
670 // "description": "The checksums associated with this file."
674 llvm::json::Value CreateSource(const lldb::SBFileSpec &file) {
676 if (file.IsValid()) {
677 const char *name = file.GetFilename();
681 if (file.GetPath(path, sizeof(path)) &&
704 // file is associated with the frame.
732 // "description": "The line within the file of the frame. If source is
1143 if (lldb::SBFileSpec file = decl.GetFileSpec(); file.IsValid()) {
1145 if (file.GetPath(path, sizeof(path)) &&
1302 // "description": "The source file path where the variable was
1441 std::vector<std::string> args = {debug_adaptor_path.str(), "--comm-file",