llvm-project/lldb/source/Plugins/Process/Linux
Pavel Labath aef7908f6e 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
2018-10-03 12:29:33 +00:00
..
CMakeLists.txt Normalize some lldb #include statements. 2018-05-22 22:53:50 +00:00
NativeProcessLinux.cpp Pull FixupBreakpointPCAsNeeded into base class 2018-10-03 12:29:33 +00:00
NativeProcessLinux.h Pull FixupBreakpointPCAsNeeded into base class 2018-10-03 12:29:33 +00:00
NativeRegisterContextLinux.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux.h Clean up NativeRegisterContext 2017-11-10 11:05:49 +00:00
NativeRegisterContextLinux_arm.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_arm.h Typo fixes. 2018-05-29 09:10:46 +00:00
NativeRegisterContextLinux_arm64.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_arm64.h Typo fixes. 2018-05-29 09:10:46 +00:00
NativeRegisterContextLinux_mips64.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_mips64.h Kill struct IOVEC 2017-12-01 12:05:00 +00:00
NativeRegisterContextLinux_ppc64le.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_ppc64le.h Typo fixes. 2018-05-29 09:10:46 +00:00
NativeRegisterContextLinux_s390x.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_s390x.h Clean up NativeRegisterContext 2017-11-10 11:05:49 +00:00
NativeRegisterContextLinux_x86_64.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_x86_64.h Kill struct IOVEC 2017-12-01 12:05:00 +00:00
NativeThreadLinux.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeThreadLinux.h Clean up NativeRegisterContext 2017-11-10 11:05:49 +00:00
ProcessorTrace.cpp Fix assorted compiler warnings (mismatched signedness and printf specifiers) 2017-07-05 14:54:46 +00:00
ProcessorTrace.h Typo fixes. 2018-05-29 09:10:46 +00:00
Procfs.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SingleStepCheck.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
SingleStepCheck.h NPL: Fix single step workaround 2017-02-16 18:12:04 +00:00