llvm-project/lldb/source/Utility
Raphael Isemann 19351b24ca [lldb][NFC] Assert on invalid cursors positions when creating CompletionRequest
Before we just triggered undefined behavior on invalid positions.

llvm-svn: 368444
2019-08-09 14:32:50 +00:00
..
ARM64_DWARF_Registers.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ARM64_ehframe_Registers.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ARM_DWARF_Registers.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ARM_ehframe_Registers.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ArchSpec.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
Args.cpp Fix lit tests on Windows related to CR+LF 2019-06-07 21:13:30 +00:00
Baton.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Broadcaster.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
CMakeLists.txt [Support] move FileCollector from LLDB to llvm/Support 2019-07-24 22:59:20 +00:00
CompletionRequest.cpp [lldb][NFC] Assert on invalid cursors positions when creating CompletionRequest 2019-08-09 14:32:50 +00:00
Connection.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ConstString.cpp Remove unused function 'SetMangledCounterparts' (NFC) 2019-08-06 04:01:58 +00:00
DataBufferHeap.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
DataBufferLLVM.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DataEncoder.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
DataExtractor.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
Environment.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Event.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
FileSpec.cpp Delete unnecessary copy ctors 2019-05-22 08:38:23 +00:00
IOObject.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
JSON.cpp Fix integer literals which are cast to bool 2019-05-24 00:44:33 +00:00
LLDBAssert.cpp [LLDBAssert] Use unreachable instead of assert(0) 2019-07-05 21:54:20 +00:00
Listener.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
Log.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Logging.cpp [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG. 2019-07-22 23:48:01 +00:00
NameMatches.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PPC64LE_DWARF_Registers.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PPC64LE_ehframe_Registers.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PPC64_DWARF_Registers.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ProcessInfo.cpp Fix file names in file headers. NFC 2019-05-13 04:42:32 +00:00
RegisterValue.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
RegularExpression.cpp [Utility] Remove unused function 'GetMatchSpanningIndices' 2019-08-08 01:44:03 +00:00
Reproducer.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
ReproducerInstrumentation.cpp [Reproducers] Limit logging to calls that cross the API boundary. 2019-04-23 17:44:40 +00:00
Scalar.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
SelectHelper.cpp Fix integer literals which are cast to bool 2019-05-24 00:44:33 +00:00
SharingPtr.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
State.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Status.cpp Delete unnecessary copy ctors/copy assignment operators 2019-05-15 11:23:54 +00:00
Stream.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
StreamCallback.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StreamGDBRemote.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
StreamString.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StringExtractor.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
StringExtractorGDBRemote.cpp Create a generic handler for Xfer packets 2019-06-10 20:59:58 +00:00
StringLexer.cpp Delete unnecessary copy ctors/copy assignment operators 2019-05-15 11:23:54 +00:00
StringList.cpp [StringList] Change LongestCommonPrefix API 2019-07-31 03:26:10 +00:00
StructuredData.cpp Fix integer literals which are cast to bool 2019-05-24 00:44:33 +00:00
TildeExpressionResolver.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Timer.cpp Use correct format specifier to silence -Wformat warning. 2019-05-29 21:25:15 +00:00
UUID.cpp Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwin 2019-01-24 22:43:44 +00:00
UriParser.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
UserID.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
UserIDResolver.cpp Refactor user/group name resolving code 2019-03-04 18:48:00 +00:00
UuidCompatibility.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
VASprintf.cpp Fix file names in file headers. NFC 2019-05-13 04:42:32 +00:00
VMRange.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00