[Lldb-commits] [PATCH] Fix SettingsCommandTestCase.test_set_error_output_path

Vince Harron vharron at google.com
Sat Feb 14 23:13:17 PST 2015


Hi clayborg,

target.error-path (and output-path) were getting resolved on the
local file system, which doesn't make any sense for remote targets

So this patch prevents file paths from being resolved on the host
system.

http://reviews.llvm.org/D7650

Files:
  include/lldb/Interpreter/OptionValueFileSpec.h
  source/Interpreter/OptionValueFileSpec.cpp
  source/Interpreter/Property.cpp
  test/settings/TestSettings.py

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7650.19978.patch
Type: text/x-patch
Size: 5028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150215/96f614c8/attachment.bin>


More information about the lldb-commits mailing list