[Lldb-commits] [lldb] [lldb][POSIX] Replaced bzero with memset (PR #121747)

2025-01-06 Thread Dhruv Srivastava via lldb-commits
DhruvSrivastavaX wrote: Reference Discussion: https://github.com/llvm/llvm-project/pull/120979#discussion_r1903934719 Please see if this is okay @DavidSpickett https://github.com/llvm/llvm-project/pull/121747 ___ lldb-commits mailing list lldb-commi

[Lldb-commits] [lldb] [lldb][POSIX] Replaced bzero with memset (PR #121747)

2025-01-06 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Dhruv Srivastava (DhruvSrivastavaX) Changes Replaced `bzero` with the standard `memset` so that it is common to all platforms. Review Request: @DavidSpickett --- Full diff: https://github.com/llvm/llvm-project/pull/121747.diff 1 Files

[Lldb-commits] [lldb] [lldb][POSIX] Replaced bzero with memset (PR #121747)

2025-01-06 Thread Dhruv Srivastava via lldb-commits
https://github.com/DhruvSrivastavaX created https://github.com/llvm/llvm-project/pull/121747 Replaced `bzero` with the standard `memset` so that it is common to all platforms. Review Request: @DavidSpickett >From ced564a1ae7938cddd360684e08077af210654cb Mon Sep 17 00:00:00 2001 From: Dhruv-