[Lldb-commits] [PATCH] D60957: Read ObjC class names in one large read, instead of reading them individually

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 25 18:42:29 PDT 2019


jasonmolenda updated this revision to Diff 196776.
jasonmolenda added a comment.

Fix one small bug in the jitted expressions.  Increase the estimated size of class names that lldb uses to pre-allocate the string pool buffer.  Added a method to read the string pool out of the inferior, to reduce code duplication, and have it read the last name to get the full size of the string pool correct.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D60957

Files:
  AppleObjCRuntimeV2.cpp
  AppleObjCRuntimeV2.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60957.196776.patch
Type: text/x-patch
Size: 25326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190426/5cdd1ec8/attachment-0001.bin>


More information about the lldb-commits mailing list