Skip to content

Commit

Permalink
[lldb] Fix typo in ProcessWindows.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JDevlieghere committed Mar 11, 2022
1 parent 4df9544 commit 530bc61
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit 530bc61

Please sign in to comment.