Commit 13f0ff7d by Ben Clayton

Vulkan/Debug: Always provide the dap::Source::path

This is common for virtual and physical files. Bug: b/148401179 Change-Id: I266097382098c1daf776ae64d878f08febee5d0e Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/43429Reviewed-by: 's avatarAntonio Maiorano <amaiorano@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent b470e41b
......@@ -536,10 +536,7 @@ dap::Source Server::Impl::source(File *file)
{
out.sourceReference = file->id.value();
}
else
{
out.path = file->path();
}
out.path = file->path();
return out;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment