Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lldb
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2022-03-11 22:32:21 +0300
committerJonas Devlieghere <jonas@devlieghere.com>2022-03-11 22:33:16 +0300
commit530bc619011a435080b52abff628d201389c05f9 (patch)
treef2aec0b7ded0dbe61273d483acd3da38101c2620 /lldb
parent4df95441089a8b294b44fc2876e9ef448d4adf12 (diff)
[lldb] Fix typo in ProcessWindows.h
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
index 27f9e63c2b80..043fd0f0f5a5 100644
--- a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
+++ b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
@@ -71,7 +71,7 @@ public:
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;