[Lldb-commits] [lldb] Add a new SBProcess:: GetCoreFile() API (PR #80767)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 5 16:16:53 PST 2024


================
@@ -865,7 +865,7 @@ llvm::Error ProcessElfCore::parseOpenBSDNotes(llvm::ArrayRef<CoreNote> notes) {
 /// - NT_SIGINFO - Information about the signal that terminated the process
 /// - NT_AUXV - Process auxiliary vector
 /// - NT_FILE - Files mapped into memory
-/// 
+///
----------------
clayborg wrote:

revert whitespace only change

https://github.com/llvm/llvm-project/pull/80767


More information about the lldb-commits mailing list