[Lldb-commits] [lldb] Fix a bug with cancelling "attach -w" after you have run a process previously (PR #65822)
Daniel Thornburgh via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 19 15:05:38 PDT 2023
mysterymath wrote:
It looks like this is breaking buildbots:
https://lab.llvm.org/buildbot/#/builders/68/builds/60267
The test can't find `main.cpp`, and it looks like the immediately preceding test issues an `os.chdir`. It has a hook to reset it, but maybe there's some problem with it?
https://github.com/llvm/llvm-project/pull/65822
More information about the lldb-commits
mailing list