See Steps to Reproduce. Reproducible: Always Steps to Reproduce: 1. Add Run Configuration for a C++ application. 2. Set Working Directory in that run configuration to something different from $HOME. 3. Switch debugger to LLDB. 4. Start debugging. Actual Results: Application's working directory is set to $HOME. Expected Results: Application's working directory should be set to the path specified in "Working Directory:" field in the run configuration. It works with GDB. Built from Git master, top commit: commit f9b262cd926151c30f4eae42ac7a7e56c7392edf Author: Kevin Funk <kfunk@kde.org> Date: Tue Aug 30 20:26:01 2016 +0200 lldb: Fix loading of resource with kxmlgui files Otherwise kdevlldbui.rc can't be found
Fixed with commit 3bf6698e63a7b65984cb7d0cc87fa764b654ae0e, but won't work unless upstream bug fixed: https://llvm.org/bugs/show_bug.cgi?id=30265