[Lldb-commits] [PATCH] D32522: Test case for the issue raised in D32271

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed May 3 02:00:23 PDT 2017


On 3 May 2017 at 07:41, vignesh balu <vigneshlldb at gmail.com> wrote:
> you mean like this "exe = os.path.join('./newdir/','proc_attach')". I can't

probably something like: os.path.join('.', 'newdir', 'proc_attach')


More information about the lldb-commits mailing list