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.
Paths
| Differential D7650
Fix SettingsCommandTestCase.test_set_error_output_path ClosedPublic Authored by vharron on Feb 14 2015, 11:13 PM.
Details
Diff Detail Event Timelinevharron updated this object. This revision is now accepted and ready to land.Feb 18 2015, 3:14 PM
Revision Contents
Diff 19978 include/lldb/Interpreter/OptionValueFileSpec.h
source/Interpreter/OptionValueFileSpec.cpp
source/Interpreter/Property.cpp
test/settings/TestSettings.py
|