Type_unknown fails to find a ArchDefinitionEntry
> because there ins't any ArchDefinitionEntry in g_elf_arch_entries for this
> cpu/subtype combination.
> This in turn leaves everything in triple as "Unknown" and the ArchSpec
> created for core file remains Invalid.
&
finitionEntry in g_elf_arch_entries for this
cpu/subtype combination.
This in turn leaves everything in triple as "Unknown" and the ArchSpec created
for core file remains Invalid.
-Bhushan
-Original Message-
From: Greg Clayton [mailto:gclay...@apple.com]
Sent: 11 March 2016 02:31
To:
> On Mar 10, 2016, at 4:34 AM, Bhushan Attarde via lldb-dev
> wrote:
>
> Hi All,
>
> I am working on adding support for MIPS coredump file in LLDB.
>
> I tried below command:
>
> (lldb) target create "app_mips.elf" --core "core_mips"
> error: Unable to find process plug-in for core file '
Hi All,
I am working on adding support for MIPS coredump file in LLDB.
I tried below command:
(lldb) target create "app_mips.elf" --core "core_mips"
error: Unable to find process plug-in for core file '/home/battarde/test/
core_mips'
Currently LLDB is not able to find a Process plugin for MIPS