llvm-project/lldb/source/Core
Jason Molenda bd67468645 Check that a FileSpec has a Directory component before using
A follow on to my patch for https://reviews.llvm.org/D126435
hit by an x86_64 linux bot; I assumed that a FileSpec had a
directory component and checked if the first character was a
'~'.  This was not a valid assumption.
2022-05-26 11:12:37 -07:00
..
Address.cpp [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB 2022-03-14 13:32:03 -07:00
AddressRange.cpp
AddressResolver.cpp
AddressResolverFileLine.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
CMakeLists.txt [llvm][lldb] use FindLibEdit.cmake everywhere 2022-05-12 15:59:41 -07:00
Communication.cpp [lldb] Modernize ThreadLauncher 2022-02-23 14:25:59 +01:00
CoreProperties.td Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
DataFileCache.cpp Disable LLDB index cache for .o files with no UUID. 2022-04-05 15:14:36 -07:00
Debugger.cpp [lldb/Core] Fix "sticky" long progress messages 2022-05-18 18:22:46 -07:00
DebuggerEvents.cpp [lldb] Print diagnostic prefixes (error, warning) in color 2022-04-12 20:28:29 -07:00
Declaration.cpp
Disassembler.cpp
DumpDataExtractor.cpp [lldb] Add option to show memory tags in memory read output 2022-01-26 14:40:39 +00:00
DumpRegisterValue.cpp
DynamicLoader.cpp don't extra notify ModulesDidLoad() from LoadModuleAtAddress() 2022-04-12 00:36:33 +02:00
EmulateInstruction.cpp
FileLineResolver.cpp
FileSpecList.cpp [LLDB] Remove cases of using namespace std 2022-03-04 12:50:25 -08:00
FormatEntity.cpp [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB 2022-03-14 13:32:03 -07:00
Highlighter.cpp
IOHandler.cpp Re-land "[lldb] Synchronize output through the IOHandler" 2022-03-15 12:53:46 -07:00
IOHandlerCursesGUI.cpp [lldb][gui] remove the "expand" diamond for variables where expanding fails 2022-04-07 21:59:18 +02:00
Mangled.cpp [demangler] Rust demangler buffer return 2022-04-13 08:50:04 -07:00
Module.cpp We don't require users to type out the full context of a function, for 2022-05-12 12:39:28 -07:00
ModuleChild.cpp
ModuleList.cpp Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
Opcode.cpp
PluginManager.cpp [lldb] Check if language is supported before creating a REPL instance 2021-12-14 12:05:35 -08:00
Progress.cpp
RichManglingContext.cpp [lldb] Add llvm_unreachable in RichManglingContext 2022-02-18 08:38:03 -08:00
SearchFilter.cpp
Section.cpp [LLDB][NFC] Remove dead code from Section.cpp 2022-03-15 18:11:30 -07:00
SourceLocationSpec.cpp
SourceManager.cpp Check that a FileSpec has a Directory component before using 2022-05-26 11:12:37 -07:00
StreamAsynchronousIO.cpp [lldb] Print diagnostic prefixes (error, warning) in color 2022-04-12 20:28:29 -07:00
StreamFile.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
UserSettingsController.cpp
Value.cpp [lldb] Use =default in the ValueList class 2022-03-30 09:12:59 +02:00
ValueObject.cpp [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
ValueObjectCast.cpp
ValueObjectChild.cpp
ValueObjectConstResult.cpp
ValueObjectConstResultCast.cpp
ValueObjectConstResultChild.cpp
ValueObjectConstResultImpl.cpp Remove unused variable. 2021-11-18 15:58:20 -08:00
ValueObjectDynamicValue.cpp [lldb] Change back LLDBLog::Commands->Types in a couple more places 2022-03-16 15:46:17 +01:00
ValueObjectList.cpp
ValueObjectMemory.cpp
ValueObjectRegister.cpp [lldb] Change back LLDBLog::Commands->Types in a couple more places 2022-03-16 15:46:17 +01:00
ValueObjectSyntheticFilter.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
ValueObjectUpdater.cpp
ValueObjectVariable.cpp