llvm-project/lldb/source/Plugins
Zachary Turner 6fa7681bb6 Convert many functions to use StringRefs.
Where possible, remove the const char* version.  To keep the
risk and impact here minimal, I've only done the simplest
functions.

In the process, I found a few opportunities for adding some
unit tests, so I added those as well.

Tested on Windows, Linux, and OSX.

llvm-svn: 281799
2016-09-17 02:00:02 +00:00
..
ABI NFC: Reformat ABISysV_i386 register context into something readable 2016-09-09 10:12:57 +00:00
Disassembler *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DynamicLoader gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
ExpressionParser *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Instruction [LLDB][MIPS] Fix Emulation for JALR64 Instruction 2016-09-09 10:46:25 +00:00
InstrumentationRuntime *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
JITLoader *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Language *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LanguageRuntime [RenderScript] Support tracking and dumping reduction kernels 2016-09-16 11:28:12 +00:00
MemoryHistory *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ObjectContainer *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ObjectFile Fix about a dozen compile warnings 2016-09-12 05:25:33 +00:00
OperatingSystem *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Platform Convert many functions to use StringRefs. 2016-09-17 02:00:02 +00:00
Process Convert many functions to use StringRefs. 2016-09-17 02:00:02 +00:00
ScriptInterpreter Some more pointer safety in Breakpoint. 2016-09-13 17:53:38 +00:00
StructuredData *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SymbolFile Add support for DW_AT_ranges_base attribute 2016-09-15 08:53:33 +00:00
SymbolVendor *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SystemRuntime *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
UnwindAssembly *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CMakeLists.txt Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00