[Lldb-commits] [PATCH] D142341: [LLDB][NFC] Fix a null pointer check in LibCxx.cpp

Shivam Gupta via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 23 03:21:45 PST 2023


xgupta added a comment.

In D142341#4072810 <https://reviews.llvm.org/D142341#4072810>, @Michael137 wrote:

> Looks correct to me, given we seem to allow `valobj_sp` to be null. Though we seem to be doing it in a lot of other places too around this file. So could fix those all at once?

Yeah I am doing that, will update in 30 minutes or so.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142341/new/

https://reviews.llvm.org/D142341



More information about the lldb-commits mailing list