kastiglione added inline comments.
================ Comment at: lldb/source/Commands/CommandObjectMemory.cpp:597-598 + ABISP abi; + if (Process * proc = m_exe_ctx.GetProcessPtr()) + abi = proc->GetABI(); + ---------------- Should `memory read` emit an error if there's no process (and no core file or any other memory to read from)? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127016/new/ https://reviews.llvm.org/D127016 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits