[Lldb-commits] [clang] [lldb] [llvm] Extending LLDB to work on AIX (PR #102601)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 9 07:41:14 PDT 2024


================
@@ -342,7 +342,7 @@ uint32_t SBBreakpoint::GetIgnoreCount() const {
   return count;
 }
 
-void SBBreakpoint::SetThreadID(tid_t tid) {
+void SBBreakpoint::SetThreadID(lldb::tid_t tid) {
----------------
DavidSpickett wrote:

If these lldb:: are fixing compilation errors they would be welcome as a separate patch.

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


More information about the lldb-commits mailing list