Hello,

I am running lldb-3.8 on rpi2.
When I load coredump file, lldb exited with seg fault.
After digging into this issue, I found that loading core file for 32bit arch 
does not work well.
Last commit for 32bit arch corefile is 

" From 109a39c9709dbc2bd689469f1ba15efee098ee41 Mon Sep 17 00:00:00 2001
From: Dimitar Vlahovski <dvlahov...@google.com>
Date: Fri, 29 Jul 2016 13:18:09 +0000
Subject: [PATCH] Add/fix support for i386 elf core files"

Here, it seems that arm32 support is still missing in relase 4.0 branch.

Is there any plan to support coredump on arm32 ? or am I missing something ?

BR,
Chunseok Lee


_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to