From aef7908f6eb060b928f4aa820e4ba5e316ee5e00 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 3 Oct 2018 12:29:33 +0000 Subject: Pull FixupBreakpointPCAsNeeded into base class Summary: This function existed (with identical code) in both NativeProcessLinux and NativeProcessNetBSD, and it is likely that it would be useful to any future implementation of NativeProcessProtocol. Therefore I move it to the base class. Reviewers: krytarowski Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D52719 llvm-svn: 343683 --- lldb/source/Plugins/Process/Linux/NativeProcessLinux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.h') diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h index 5147c361b11e..69f2b528d330 100644 --- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h +++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h @@ -182,8 +182,6 @@ private: NativeThreadLinux &AddThread(lldb::tid_t thread_id); - Status FixupBreakpointPCAsNeeded(NativeThreadLinux &thread); - /// Writes a siginfo_t structure corresponding to the given thread ID to the /// memory region pointed to by @p siginfo. Status GetSignalInfo(lldb::tid_t tid, void *siginfo); -- cgit v1.2.3