[Lldb-commits] [lldb] SBDebugger: define callback_token_t for win32 (PR #92870)
via lldb-commits
lldb-commits at lists.llvm.org
Tue May 21 00:25:07 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: antoine moynault (antmox)
<details>
<summary>Changes</summary>
fix lldb-aarch64-windows bot failure introduced by #<!-- -->89868 https://lab.llvm.org/buildbot/#/builders/219/builds/11583
---
Full diff: https://github.com/llvm/llvm-project/pull/92870.diff
1 Files Affected:
- (modified) lldb/include/lldb/lldb-types.h (+1)
``````````diff
diff --git a/lldb/include/lldb/lldb-types.h b/lldb/include/lldb/lldb-types.h
index 8e717c62d3259..6b9289f0a0743 100644
--- a/lldb/include/lldb/lldb-types.h
+++ b/lldb/include/lldb/lldb-types.h
@@ -47,6 +47,7 @@ typedef void *thread_arg_t; // Host thread argument type
typedef unsigned thread_result_t; // Host thread result type
typedef thread_result_t (*thread_func_t)(void *); // Host thread function type
typedef void *pipe_t; // Host pipe type is HANDLE
+typedef int callback_token_t;
#else
``````````
</details>
https://github.com/llvm/llvm-project/pull/92870
More information about the lldb-commits
mailing list