Looks like RegisterContextNetBSD_x86_64.cpp should use RegisterInfos_x86_64.h as much as possible, but I think will be good idea if platform maintainer will take care about this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
There are no debug registers supported right now on NetBSD and I was forced to duplicate the code. It's on TODO and I prefer to streamline the kernel.
source/Plugins/Process/Utility/RegisterInfos_x86_64.h | ||
---|---|---|
12 ↗ | (On Diff #71718) | It's not a "C" include, if it's cstddef now. :) If you could you also move the headers to the end of the include list as well, it would be super great as that is the new style now. |
source/Plugins/Process/Utility/RegisterInfos_x86_64.h | ||
---|---|---|
12 ↗ | (On Diff #71718) | Will do this in commit. I assume that headers sets comments are obsolete now too. LLVM/Clang doesn't use them. |