llvm-capstone/lldb/source
Alex Langford e669011c3c [lldb][NFCI] Remove StructuredData::Dictionary::GetValueForKeyAsString overloads involving ConstString
In an effort to keep the ConstString StringPool small, I plan on
removing use of ConstString in StructuredData. The only class that
really uses it is StructuredData::Dictionary.

This one was fairly easy to remove, I plan on removing the others in
follow-up changes.

Differential Revision: https://reviews.llvm.org/D152597
2023-06-13 15:51:56 -07:00
..
API [lldb] Default can_create to true in GetChildAtIndex (NFC) 2023-06-13 15:51:32 -07:00
Breakpoint [lldb] Disable variable watchpoints when going out of scope 2023-06-07 16:52:11 -07:00
Commands [lldb] Improve corefile saving ergonomics 2023-06-13 13:44:51 -07:00
Core [lldb] Default can_create to true in GetChildAtIndex (NFC) 2023-06-13 15:51:32 -07:00
DataFormatters [lldb] Default can_create to true in GetChildAtIndex (NFC) 2023-06-13 15:51:32 -07:00
Expression Streamline expression parser error messages. 2023-06-12 10:29:48 -07:00
Host [lldb] Remove __FUNCTION__ from log messages in lldbHost (NFC) 2023-06-06 13:02:43 -07:00
Initialization
Interpreter [lldb][NFCI] Change return type of Properties::GetExperimentalSettingsName 2023-06-13 14:53:24 -07:00
Plugins [lldb] Default can_create to true in GetChildAtIndex (NFC) 2023-06-13 15:51:32 -07:00
Symbol [lldb] Take StringRef name in GetIndexOfChildWithName (NFC) 2023-06-01 20:24:01 -07:00
Target [lldb][NFCI] Remove StructuredData::Dictionary::GetValueForKeyAsString overloads involving ConstString 2023-06-13 15:51:56 -07:00
Utility [lldb][NFCI] Remove use of ConstString from Listener 2023-06-13 10:14:38 -07:00
Version
CMakeLists.txt