llvm-capstone/lldb/source/Core
Jason Molenda 5f64b94076
Clarify error messages on corefiles that no plugin handles (#72559)
These error messages are written in a way that makes sense to an lldb
developer, but not to an end user who asks lldb to run on a compressed
corefile or whatever. Simplfy the messages.
2023-11-16 13:58:07 -08:00
..
Address.cpp
AddressRange.cpp
AddressResolver.cpp
AddressResolverFileLine.cpp Re-land "[lldb] Expose a const iterator for SymbolContextList" 2023-05-05 11:19:21 -07:00
CMakeLists.txt Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67599) 2023-10-30 17:46:18 -07:00
Communication.cpp Revert "[lldb] Properly protect the Communication class with reader/writer lock" 2023-08-15 16:03:28 -07:00
CoreProperties.td [lldb] Add a setting to customize the prompt color (#66218) 2023-09-13 20:58:12 -07:00
DataFileCache.cpp [lldb] Fix duplicate word typos; NFC 2023-09-01 21:32:24 -07:00
Debugger.cpp [lldb] Add a setting to customize the prompt color (#66218) 2023-09-13 20:58:12 -07:00
DebuggerEvents.cpp [lldb] Change return type of EventData::GetFlavor 2023-04-11 10:49:17 -07:00
Declaration.cpp
Disassembler.cpp [lldb] Add syntax color highlighting for disassembly 2023-09-01 14:47:45 -07:00
DumpDataExtractor.cpp [LLDB] Add a setting for printing ValueObject hex values without leading zeroes (#66548) 2023-09-18 12:48:16 -04:00
DumpRegisterInfo.cpp [lldb] Add register field tables to the "register info" command 2023-06-21 10:50:31 +00:00
DumpRegisterValue.cpp [lldb] Use llvm::byteswap in DumpRegisterValue 2023-04-18 08:18:59 +00:00
DynamicLoader.cpp [lldb] Remove LocateSymbolFile (#71301) 2023-11-05 08:26:42 -08:00
EmulateInstruction.cpp [lldb] Sink StreamFile into lldbHost 2023-08-09 17:17:18 -07:00
FileLineResolver.cpp [lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC) 2023-05-04 22:00:17 -07:00
FormatEntity.cpp [lldb-dap] Add an option to provide a format for stack frames (#71843) 2023-11-13 21:10:16 -05:00
Highlighter.cpp
IOHandler.cpp [lldb] Simplify color logic in (IOHandler)Editline (NFC) 2023-09-13 22:27:05 -07:00
IOHandlerCursesGUI.cpp Clarify error messages on corefiles that no plugin handles (#72559) 2023-11-16 13:58:07 -08:00
Mangled.cpp [lldb] Add support for recognizing swift mangled names 2023-08-22 10:28:55 -07:00
Module.cpp [lldb] Remove LocateSymbolFile (#71301) 2023-11-05 08:26:42 -08:00
ModuleChild.cpp
ModuleList.cpp [lldb] Remove LocateSymbolFile (#71301) 2023-11-05 08:26:42 -08:00
Opcode.cpp
PluginManager.cpp [lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267) 2023-11-04 17:58:35 -07:00
Progress.cpp Revert "[lldb] Rate limit progress reports -- different approach [WIP-ish]" 2023-06-16 09:09:56 +02:00
RichManglingContext.cpp
SearchFilter.cpp [lldb] Change interface of StructuredData::Array::GetItemAtIndexAsString (#71613) 2023-11-09 13:35:35 -08:00
Section.cpp [lldb] Add support for recognizing swift ast sections in object files 2023-08-31 15:16:12 -07:00
SourceLocationSpec.cpp [lldb] Add missing StringExtras.h includes 2023-07-09 14:09:21 +01:00
SourceManager.cpp [lldb] Add two-level caching in the source manager 2023-07-03 14:12:39 -07:00
StreamAsynchronousIO.cpp
ThreadedCommunication.cpp Revert "[lldb] Properly protect the Communication class with reader/writer lock" 2023-08-15 16:03:28 -07:00
UserSettingsController.cpp [lldb][NFC] Move some ctors and tors to cpp files (#67165) 2023-09-22 13:33:07 -04:00
Value.cpp [lldb] Scalar::GetValue() should take a Stream by reference (#69231) 2023-10-17 15:40:51 -07:00
ValueObject.cpp Simplify ValueObject::GetQualifiedRepresentationIfAvailable(). (#71559) 2023-11-08 09:54:41 -08:00
ValueObjectCast.cpp
ValueObjectChild.cpp
ValueObjectConstResult.cpp Don't allow SBValue::Cast to cast from a smaller type to a larger, 2023-06-26 16:02:01 -07:00
ValueObjectConstResultCast.cpp Don't allow SBValue::Cast to cast from a smaller type to a larger, 2023-06-26 16:02:01 -07:00
ValueObjectConstResultChild.cpp Don't allow SBValue::Cast to cast from a smaller type to a larger, 2023-06-26 16:02:01 -07:00
ValueObjectConstResultImpl.cpp
ValueObjectDynamicValue.cpp [lldb] Identify Swift-implemented ObjC classes 2023-07-20 19:32:12 -07:00
ValueObjectList.cpp
ValueObjectMemory.cpp
ValueObjectRegister.cpp [lldb] Fix incorrect uses of LLDB_LOG_ERROR 2023-07-05 11:27:52 -07:00
ValueObjectSyntheticFilter.cpp [LLDB][easy] Fix a bug in DummySyntheticFrontEnd (#71143) 2023-11-03 01:16:35 -04:00
ValueObjectUpdater.cpp
ValueObjectVariable.cpp
ValueObjectVTable.cpp Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67599) 2023-10-30 17:46:18 -07:00