[Lldb-commits] [PATCH] D59400: [lldb-vscode] Fix dangling pointer in request_evaluate.

Jorge Gorbe Moya via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 14 18:43:23 PDT 2019


jgorbe added a comment.

I considered assigning it to a `std::string`, but `GetCString()` can return a null pointer and I'm not sure you can construct a `std::string` directly from that.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D59400





More information about the lldb-commits mailing list