llvm-project/lldb/source/Host/windows
Simon Pilgrim 93a5a03030 [lldb] Host::ShellExpandArguments - fix error check for valid dictionary
Fix repeated check for a valid JSON parse and actually check the dictionary pointer

Reported here: https://pvs-studio.com/en/blog/posts/cpp/1003/ (N40)
2022-10-25 17:44:04 +01:00
..
ConnectionGenericFileWindows.cpp [lldb] Use std::size instead of llvm::array_lengthof 2022-09-08 14:21:55 -06:00
FileSystem.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
Host.cpp [lldb] Host::ShellExpandArguments - fix error check for valid dictionary 2022-10-25 17:44:04 +01:00
HostInfoWindows.cpp Modernize and simplify HostInfo::GetOSKernelDescription 2021-10-26 11:17:02 +02:00
HostProcessWindows.cpp [lldb] One more fix for the MonitorChildProcess patch (D120425) 2022-02-24 12:06:42 +01:00
HostThreadWindows.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
LockFileWindows.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
MainLoopWindows.cpp [lldb] Fix warnings about unused variables when building without asserts. NFC. 2022-10-01 14:27:48 +03:00
PipeWindows.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
ProcessLauncherWindows.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
ProcessRunLock.cpp