llvm-project/lldb/source/Plugins/LanguageRuntime
Raphael Isemann 0d9a201e26 [lldb][NFC] Remove ArgEntry::ref member
The StringRef should always be identical to the C string, so we
might as well just create the StringRef from the C-string. This
might be slightly slower until we implement the storage of ArgEntry
with a string instead of a std::unique_ptr<char[]>. Until then we
have to do the additional strlen on the C string to construct the
StringRef.

llvm-svn: 371842
2019-09-13 11:26:48 +00:00
..
CPlusPlus [lldb][NFC] Remove ArgEntry::ref member 2019-09-13 11:26:48 +00:00
Go Remove Go debugger plugin 2018-11-05 19:33:59 +00:00
ObjC Update name of objc runtime SPI function we call for class names. 2019-08-28 02:14:07 +00:00
RenderScript [lldb] D66174 `RegularExpression` cleanup 2019-08-20 09:24:20 +00:00
CMakeLists.txt Remove Java debugger plugin 2018-11-05 19:34:02 +00:00