[Lldb-commits] [lldb] c0df412 - [lldb] Fix build on older FreeBSD

2023-04-04 Thread Brooks Davis via lldb-commits
Author: Brooks Davis Date: 2023-04-04T21:21:45+01:00 New Revision: c0df412ad2a5236a66ff1b608aeddc744b563e79 URL: https://github.com/llvm/llvm-project/commit/c0df412ad2a5236a66ff1b608aeddc744b563e79 DIFF: https://github.com/llvm/llvm-project/commit/c0df412ad2a5236a66ff1b608aeddc744b563e79.diff

[Lldb-commits] [lldb] [llbd] Finish Turn lldb_private::Status into a value type. (#10616) (PR #112420)

2024-10-15 Thread Brooks Davis via lldb-commits
https://github.com/brooksdavis created https://github.com/llvm/llvm-project/pull/112420 Fix a few bare Status() invocations that were missed in the conversion. This is sufficent to build lldb on FreeBSD/aaarch64. Fixes: 0642cd768b80 >From 1732a1841a24e411cb261d7ae3bff16af618268c Mon Sep 17 00

[Lldb-commits] [lldb] [llbd] Finish Turn lldb_private::Status into a value type. (#10616) (PR #112420)

2024-10-15 Thread Brooks Davis via lldb-commits
https://github.com/brooksdavis updated https://github.com/llvm/llvm-project/pull/112420 >From 1732a1841a24e411cb261d7ae3bff16af618268c Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 15 Oct 2024 20:03:54 +0100 Subject: [PATCH 1/3] [llbd] Finish Turn lldb_private::Status into a value typ

[Lldb-commits] [lldb] [llbd] Finish Turn lldb_private::Status into a value type. (#10616) (PR #112420)

2024-10-15 Thread Brooks Davis via lldb-commits
https://github.com/brooksdavis updated https://github.com/llvm/llvm-project/pull/112420 >From 1732a1841a24e411cb261d7ae3bff16af618268c Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 15 Oct 2024 20:03:54 +0100 Subject: [PATCH 1/2] [llbd] Finish Turn lldb_private::Status into a value typ