[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

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

2016-03-14 Thread Bhushan Attarde via lldb-dev
Bhushan Attarde Cc: lldb-dev@lists.llvm.org Subject: Re: [lldb-dev] Not able to find process plugin for core file > 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 t

[lldb-dev] llvm assertion while evaluating expressions for MIPS on Linux

2015-10-19 Thread Bhushan Attarde via lldb-dev
Hi, I am facing issue (llvm assertion) in evaluating expressions for MIPS on Linux. (lldb) p fooptr(a,b) lldb: /home/battarde/git/llvm/lib/MC/ELFObjectWriter.cpp:791: void {anonymous}::ELFObjectWriter::computeSymbolTable(llvm::MCAssembler&, const llvm::MCAsmLayout&, const SectionIndexMapTy&, co

Re: [lldb-dev] llvm assertion while evaluating expressions for MIPS on Linux

2015-10-23 Thread Bhushan Attarde via lldb-dev
y other architecture? Is the "$" special for > MIPS and not for other architectures? We really don't want to remove the '$' > as we want the symbol to be unique. The '$' symbol is fine for all > x86/x86_64/arm and arm64 variants... > > Greg > &

Re: [lldb-dev] llvm assertion while evaluating expressions for MIPS on Linux

2015-10-25 Thread Bhushan Attarde via lldb-dev
> >> On Oct 20, 2015, at 11:11 AM, Greg Clayton via lldb-dev >> wrote: >> >> What is this not happening on any other architecture? Is the "$" special for >> MIPS and not for other architectures? We really don't want to remove the '$' &g