[Lldb-commits] [lldb] 530bc61 - [lldb] Fix typo in ProcessWindows.h

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 11 11:33:22 PST 2022


Author: Jonas Devlieghere
Date: 2022-03-11T11:33:16-08:00
New Revision: 530bc619011a435080b52abff628d201389c05f9

URL: https://github.com/llvm/llvm-project/commit/530bc619011a435080b52abff628d201389c05f9
DIFF: https://github.com/llvm/llvm-project/commit/530bc619011a435080b52abff628d201389c05f9.diff

LOG: [lldb] Fix typo in ProcessWindows.h

Added: 
    

Modified: 
    lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
index 27f9e63c2b80c..043fd0f0f5a54 100644
--- a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
+++ b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
@@ -71,7 +71,7 @@ class ProcessWindows : public Process, public ProcessDebugger {
                           ThreadList &new_thread_list) override;
   bool IsAlive() override;
 
-  ArchSpec GetSystemArchitecture override();
+  ArchSpec GetSystemArchitecture() override;
 
   size_t DoReadMemory(lldb::addr_t vm_addr, void *buf, size_t size,
                       Status &error) override;


        


More information about the lldb-commits mailing list