Skip to content

Revert "[Support] PR42623: Avoid setting the delete-on-close bit if a… #93

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Feb 27, 2021

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Feb 26, 2021

… TempFile doesn't reside on a local drive"

This reverts commit 79657e2.

The change regressed on Windows 7 -- rust-lang/rust#81051

… TempFile doesn't reside on a local drive"

This reverts commit 79657e2.

The change regressed on Windows 7 -- rust-lang/rust#81051
@cuviper
Copy link
Member Author

cuviper commented Feb 27, 2021

(force-pushed to remove the 11.x reference when targeting 12, but the code change is the same anyway)

@nikic nikic merged commit c8a8465 into rust-lang:rustc/12.0-2021-02-03 Feb 27, 2021
@cuviper cuviper deleted the rust-81051-llvm12 branch April 9, 2021 00:29
vext01 added a commit to vext01/llvm-project that referenced this pull request Oct 16, 2023
93: Fix instruction index bugs. r=ltratt a=vext01



Co-authored-by: Edd Barrett <vext01@gmail.com>
nikic pushed a commit to nikic/llvm-project that referenced this pull request Dec 21, 2023
This PR adds support for thread names in lldb on Windows.

```
(lldb) thr list
Process 2960 stopped
  thread rust-lang#53: tid = 0x03a0, 0x00007ff84582db34 ntdll.dll`NtWaitForMultipleObjects + 20
  thread rust-lang#29: tid = 0x04ec, 0x00007ff845830a14 ntdll.dll`NtWaitForAlertByThreadId + 20, name = 'SPUW.6'
  thread rust-lang#89: tid = 0x057c, 0x00007ff845830a14 ntdll.dll`NtWaitForAlertByThreadId + 20, name = 'PPU[0x1000019] physics[main]'
  thread rust-lang#3: tid = 0x0648, 0x00007ff843c2cafe combase.dll`InternalDoATClassCreate + 39518
  thread rust-lang#93: tid = 0x0688, 0x00007ff845830a14 ntdll.dll`NtWaitForAlertByThreadId + 20, name = 'PPU[0x100501d] uMovie::StreamingThread'
  thread #1: tid = 0x087c, 0x00007ff842e7a104 win32u.dll`NtUserMsgWaitForMultipleObjectsEx + 20
  thread rust-lang#96: tid = 0x0890, 0x00007ff845830a14 ntdll.dll`NtWaitForAlertByThreadId + 20, name = 'PPU[0x1002020] HLE Video Decoder'
<...>
```
nikic pushed a commit to nikic/llvm-project that referenced this pull request May 25, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants