================
@@ -79,8 +79,10 @@ namespace lldb_private {
ProcessSP ProcessWindows::CreateInstance(lldb::TargetSP target_sp,
lldb::ListenerSP listener_sp,
- const FileSpec *,
+ const FileSpec *crash_file_path,
bool can_connect) {
+ if (crash_file_path)
+ return nullptr; // Cannot create a Windows process from a crash_file
----------------
JDevlieghere wrote:
```suggestion
return nullptr; // Cannot create a Windows process from a crash_file.
```
https://github.com/llvm/llvm-project/pull/170471
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits