aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUtils.cpp
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 22:49:36 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 13:31:06 +0100
commit5cc817be75011ac3a07a1a079cca10988555d519 (patch)
tree456bffe219137d8d0be8b22a1257d9428ca71875 /llvm/lib/Transforms/Utils/LoopUtils.cpp
parent8d8bd0d6548ed9d2482de341c1b0e53449e5c564 (diff)
downloadllvm-5cc817be75011ac3a07a1a079cca10988555d519.zip
llvm-5cc817be75011ac3a07a1a079cca10988555d519.tar.gz
llvm-5cc817be75011ac3a07a1a079cca10988555d519.tar.bz2
[lldb] Introduce i386 support in NetBSD Process plugin
Introduce support for i386 platform that is shared with amd64 in the same plugin. The concept is partially based on the Linux implementation. The plugin tries to reuse as much code as possible. As a result, i386 register enums are mapped into amd64 values and those are used in actual code. The code for accessing FPU and debug registers is shared, although general-purpose register layouts do not match between the two kernel APIs and need to be #ifdef-ed. This layout will also make it possible to add support for debugging 32-bit programs on amd64 with minimal added code. In order for this to work, I had to add missing data for debug registers on i386. Differential Revision: https://reviews.llvm.org/D73802
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions