Re: [lldb-dev] Not able to find process plugin for core file

2016-03-14 Thread Greg Clayton via lldb-dev
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. &

Re: [lldb-dev] Not able to find process plugin for core file

2016-03-14 Thread Bhushan Attarde via lldb-dev
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:

Re: [lldb-dev] Not able to find process plugin for core file

2016-03-10 Thread Greg Clayton via lldb-dev
> 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 '

[lldb-dev] Not able to find process plugin for core file

2016-03-10 Thread Bhushan Attarde via lldb-dev
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