This revision was automatically updated to reflect the committed changes. Closed by commit rL353642: lldb: Fix compilation on OpenBSD (authored by teemperor, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D57907?vs=185804&id=186150#toc Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57907/new/ https://reviews.llvm.org/D57907 Files: lldb/trunk/source/Host/openbsd/Host.cpp Index: lldb/trunk/source/Host/openbsd/Host.cpp =================================================================== --- lldb/trunk/source/Host/openbsd/Host.cpp +++ lldb/trunk/source/Host/openbsd/Host.cpp @@ -67,8 +67,7 @@ cstr = data.GetCStr(&offset); if (cstr) { - process_info.GetExecutableFile().SetFile(cstr, false, - FileSpec::Style::native); + process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); if (!(match_info_ptr == NULL || NameMatches(
Index: lldb/trunk/source/Host/openbsd/Host.cpp =================================================================== --- lldb/trunk/source/Host/openbsd/Host.cpp +++ lldb/trunk/source/Host/openbsd/Host.cpp @@ -67,8 +67,7 @@ cstr = data.GetCStr(&offset); if (cstr) { - process_info.GetExecutableFile().SetFile(cstr, false, - FileSpec::Style::native); + process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); if (!(match_info_ptr == NULL || NameMatches(
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits