llvm-project/lldb/source/Utility
Jonas Devlieghere c4144caf9b [lldb/Reproducer] Disable buffering of stdout during replay
Different buffering behavior during capture and replay caused some of
the shell tests to fail when run from a reproducer. By disabling stdout
buffering we get a better approximation of how things get flushed during
an regular debug session. There is a performance impact but since this
only affects replay this is acceptable.
2020-01-22 16:17:08 -08: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 [LLDB] Add ObjectFileWasm plugin for WebAssembly debugging 2020-01-15 16:25:35 -08:00
Args.cpp [lldb][NFC] Remove ArgEntry::ref member 2019-09-13 11:26:48 +00:00
Baton.cpp [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription 2019-12-02 13:27:21 +01:00
Broadcaster.cpp [lldb][NFC] Remove unused includes in Utility's source files 2019-12-13 12:33:47 +01:00
CMakeLists.txt [JSON] Remove Utility/JSON.{h|cpp} 2019-10-02 18:02:36 +00:00
CompletionRequest.cpp [lldb][NFC] Use AppendEmptyArgument in CompletionRequest constructor 2019-09-26 07:06:05 +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 [lldb][NFC] Remove unused includes in Utility's source files 2019-12-13 12:33:47 +01:00
DataBufferHeap.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
DataBufferLLVM.cpp [lldb][NFC] Remove unused includes in Utility's source files 2019-12-13 12:33:47 +01:00
DataEncoder.cpp [lldb][NFC] Remove unused includes in Utility's source files 2019-12-13 12:33:47 +01:00
DataExtractor.cpp [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
Environment.cpp [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
Event.cpp [Utility] Modernize C-style cats 2019-05-23 05:12:11 +00:00
FileSpec.cpp [lldb][NFC] Migrate FileSpec::Dump to raw_ostream 2019-12-06 09:40:42 +01:00
GDBRemote.cpp [lldb/Utility] YAML validation should be orthogonal to packet semantics. 2020-01-03 14:23:42 -08:00
IOObject.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LLDBAssert.cpp [lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssert 2020-01-14 09:14:28 -08:00
Listener.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
Log.cpp [lldb] Fix log output and UtilityTests/LogChannelTest.List 2019-09-24 08:20:05 +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
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 [lldb][NFC] Migrate FileSpec::Dump to raw_ostream 2019-12-06 09:40:42 +01:00
RegisterValue.cpp [lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to RegisterValue 2019-12-06 11:16:39 +01:00
RegularExpression.cpp [lldb] Use the new Regex::isValid() with no parameter 2019-08-20 16:08:27 +00:00
Reproducer.cpp [lldb/Reproducers] Print more info for reproducer status 2020-01-15 20:25:44 -08:00
ReproducerInstrumentation.cpp [lldb/Reproducer] Disable buffering of stdout during replay 2020-01-22 16:17:08 -08:00
Scalar.cpp [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
SelectHelper.cpp [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in general 2019-09-23 12:03:56 +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 [LLDB] On Windows, force error message formatting to English 2019-11-28 14:15:13 -05:00
Stream.cpp [lldb][NFC] Move Address and AddressRange functions out of Stream and let them take raw_ostream 2019-12-05 14:41:33 +01:00
StreamCallback.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StreamString.cpp [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
StringExtractor.cpp [NFC] Remove unused function GetHexWithFixedSize 2019-08-21 04:55:53 +00:00
StringExtractorGDBRemote.cpp Create a generic handler for Xfer packets 2019-06-10 20:59:58 +00:00
StringLexer.cpp [NFC] Remove lldb_utility namespace. 2019-08-21 00:50:46 +00:00
StringList.cpp [lldb][NFC] Remove StringList::AutoComplete 2019-08-19 08:15:46 +00:00
StructuredData.cpp [lldb/Utility] Add std::move to make placate clang 3.8 2020-01-13 18:25:23 -08: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 [lldb] Migrate VMRange::Dump to raw_ostream 2019-12-06 10:19:20 +01:00