[Lldb-commits] [lldb] Fix a bug with cancelling "attach -w" after you have run a process previously (PR #65822)

via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 19 16:48:00 PDT 2023


jimingham wrote:

Good eye!

The cleanup actually does run but it was told to reset the directory to the "testdir" which is:

build/lldb-test-build.noindex/commands/process/attach/TestProcessAttach.test_attach_to_process_from_different_dir_by_id

but the tests are supposed to start in the source directory.  I fixed that in:

74338bfe0cfec8b8db24af131cdeb664e346a1b5

teach me to just run the test I added!
 
Jim


> On Sep 19, 2023, at 3:05 PM, Daniel Thornburgh ***@***.***> 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?
> 
>> Reply to this email directly, view it on GitHub <https://github.com/llvm/llvm-project/pull/65822#issuecomment-1726605836>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADUPVW7ITHEIFWRJLWQS7VLX3IJLVANCNFSM6AAAAAA4RAWCQY>.
> You are receiving this because you modified the open/close state.
> 



https://github.com/llvm/llvm-project/pull/65822


More information about the lldb-commits mailing list