[lldb-dev] Core file on arm32

Chunseok Lee via lldb-dev lldb-dev at lists.llvm.org
Tue Jun 27 17:45:20 PDT 2017


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 <dvlahovski at 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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170628/e0bb4ec5/attachment.html>


More information about the lldb-dev mailing list