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
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
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-