[Lldb-commits] [PATCH] D26300: ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64 bit elf core files

Dimitar Vlahovski via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 10 05:39:06 PST 2016


dvlahovski added a comment.

I will generate the core files with the `make-core.sh` script  and update the revision today or tomorrow.



================
Comment at: packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py:107
 
+    @skipIf(oslist=['windows'])
+    @skipIf(triple='^mips')
----------------
labath wrote:
> emaste wrote:
> > Curious, why are these skipped only on windows?
> My guess would be that we fail to select the correct platform instance when opening the core there, so we end up trying to debug a linux core file with PlatformWindows, or something like that. I'll need to look into that at some point.
To be honest, I copied this from the other ELF core tests without investigating why they skip windows.


https://reviews.llvm.org/D26300





More information about the lldb-commits mailing list