krytarowski added a comment.
In https://reviews.llvm.org/D52532#1250404, @labath wrote:
> In https://reviews.llvm.org/D52532#1246173, @krytarowski wrote:
>
> > I was wondering whether we want to normalize this inside the kernel and
> > always advance the Program Counter.. but it's easier to mana
This revision was automatically updated to reflect the committed changes.
Closed by commit rL343409: Pull GetSoftwareBreakpointPCOffset into base class
(authored by labath, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D52532
Files:
ll
labath added a comment.
In https://reviews.llvm.org/D52532#1246173, @krytarowski wrote:
> I was wondering whether we want to normalize this inside the kernel and
> always advance the Program Counter.. but it's easier to manage it in userland.
I am generally in favour of keeping the kernel simp
krytarowski added a comment.
I was wondering whether we want to normalize this inside the kernel and always
advance the Program Counter.. but it's easier to manage it in userland.
https://reviews.llvm.org/D52532
___
lldb-commits mailing list
lldb-c
labath created this revision.
labath added reviewers: krytarowski, zturner.
This function encodes the knowledge of whether the PC points to the
breakpoint instruction of the one following it after the breakpoint is
"hit". This behavior mainly(*) depends on the architecture and not on the
OS, so it