<div dir="ltr"><div dir="ltr">Yeah, that's a good idea. Made the change in r348289.<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 4, 2018 at 2:55 AM Pavel Labath <<a href="mailto:pavel@labath.sk">pavel@labath.sk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 03/12/2018 21:55, Jonas Devlieghere via lldb-commits wrote:<br>
> That wouldn't work because we try to create the directory which would <br>
> succeeded in the temp dir. I'd have to be something you don't have <br>
> access to, like the root or some network drive.<br>
> <br>
<br>
How about we change the behavior to only create the bottommost <br>
directory? E.g. if the user specifies "/X/Y/Z" as the path, then "/X/Y" <br>
has to exist, and "Z" will be created if not present (i.e. use mkdir, <br>
not mkdir -p). I think this is the behavior most users would expect <br>
anyway (I would be upset if a typo causes lldb to create a whole <br>
hierarchy some place I did not intend), and it will allow to test this <br>
via something like "%t/does_not_exist/repro_dir".<br>
<br>
pl<br>
</blockquote></div>