[Lldb-commits] [lldb] r265931 - Remove unintentional return

2016-04-11 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Mon Apr 11 06:19:37 2016 New Revision: 265931 URL: http://llvm.org/viewvc/llvm-project?rev=265931&view=rev Log: Remove unintentional return Modified: lldb/trunk/source/Core/ArchSpec.cpp Modified: lldb/trunk/source/Core/ArchSpec.cpp URL: http://llvm.org/viewvc/l

[Lldb-commits] [lldb] r261206 - [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation for MIPS

2016-02-18 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Thu Feb 18 05:53:28 2016 New Revision: 261206 URL: http://llvm.org/viewvc/llvm-project?rev=261206&view=rev Log: [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation for MIPS SUMMARY: This patch implements ArchSpec::GetClangTargetCP

[Lldb-commits] [lldb] r260072 - [LLDB][MIPS] Fix TestExpressionInSyscall.py for MIPS

2016-02-07 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Sun Feb 7 22:35:51 2016 New Revision: 260072 URL: http://llvm.org/viewvc/llvm-project?rev=260072&view=rev Log: [LLDB][MIPS] Fix TestExpressionInSyscall.py for MIPS SUMMARY: This patch fixes TestExpressionInSyscall.py and solves bug 23659 for MIPS. Co

[Lldb-commits] [lldb] r258919 - [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS

2016-01-27 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Wed Jan 27 04:16:30 2016 New Revision: 258919 URL: http://llvm.org/viewvc/llvm-project?rev=258919&view=rev Log: [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS SUMMARY: Get the load address for the address given by symbol and function.

[Lldb-commits] [lldb] r258485 - Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB during expression evaluation

2016-01-21 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Thu Jan 21 23:02:02 2016 New Revision: 258485 URL: http://llvm.org/viewvc/llvm-project?rev=258485&view=rev Log: Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB during expression evaluation SUMMARY: The symbol "$" has a specia

[Lldb-commits] [lldb] r257442 - [LLDB][MIPS] Merge emulation of similar instructions for MIPS64

2016-01-11 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Mon Jan 11 21:56:58 2016 New Revision: 257442 URL: http://llvm.org/viewvc/llvm-project?rev=257442&view=rev Log: [LLDB][MIPS] Merge emulation of similar instructions for MIPS64 SUMMARY: This patch merges emulation of similar instructions into a single func

[Lldb-commits] [lldb] r257441 - [LLDB][MIPS] Handle PIC calling convention for MIPS64

2016-01-11 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Mon Jan 11 21:48:43 2016 New Revision: 257441 URL: http://llvm.org/viewvc/llvm-project?rev=257441&view=rev Log: [LLDB][MIPS] Handle PIC calling convention for MIPS64 SUMMARY: This patch sets up register r25 with the address of function to be called in Pr

[Lldb-commits] [lldb] r256929 - Fix build warnings after rL256915

2016-01-06 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Wed Jan 6 06:08:22 2016 New Revision: 256929 URL: http://llvm.org/viewvc/llvm-project?rev=256929&view=rev Log: Fix build warnings after rL256915 Modified: lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp Modified: lldb/trunk/source/Plugins/

[Lldb-commits] [lldb] r256915 - [LLDB][MIPS32]Merge emulation of similar instructions

2016-01-05 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Tue Jan 5 23:44:02 2016 New Revision: 256915 URL: http://llvm.org/viewvc/llvm-project?rev=256915&view=rev Log: [LLDB][MIPS32]Merge emulation of similar instructions SUMMARY: This patch merges emulation of similar instructions into a single function (whe

[Lldb-commits] [lldb] r255005 - [LLDB][MIPS] Handle PIC calling convention for MIPS32

2015-12-07 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Tue Dec 8 00:05:57 2015 New Revision: 255005 URL: http://llvm.org/viewvc/llvm-project?rev=255005&view=rev Log: [LLDB][MIPS] Handle PIC calling convention for MIPS32 SUMMARY: - PrepareTrivialCall() to setup register r25 with the address of function to be

[Lldb-commits] [lldb] r249381 - [MIPS] Emulate microMIPS instructions

2015-10-06 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Tue Oct 6 03:52:08 2015 New Revision: 249381 URL: http://llvm.org/viewvc/llvm-project?rev=249381&view=rev Log: [MIPS] Emulate microMIPS instructions SUMMARY: This patch includes: 1. Emulation of prologue/epilogue and branch instructions for microMIP

[Lldb-commits] [lldb] r247666 - [LLDB][MIPS] Add support for DT_MIPS_RLD_MAP_REL

2015-09-14 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Tue Sep 15 00:45:29 2015 New Revision: 247666 URL: http://llvm.org/viewvc/llvm-project?rev=247666&view=rev Log: [LLDB][MIPS] Add support for DT_MIPS_RLD_MAP_REL SUMMARY: This patch provides support for MIPS specific DT_MIPS_RLD_MAP_REL tag in LLDB. T

[Lldb-commits] [lldb] r246015 - [MIPS] Avoid breakpoint in delay slot

2015-08-25 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Wed Aug 26 01:04:54 2015 New Revision: 246015 URL: http://llvm.org/viewvc/llvm-project?rev=246015&view=rev Log: [MIPS] Avoid breakpoint in delay slot SUMMARY: This patch implements Target::GetBreakableLoadAddress() method that takes an address and ch

[Lldb-commits] [lldb] r245033 - Fixed build failures caused by rL245026. Changed occurrences of ClangASTType to CompilerType.

2015-08-13 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Fri Aug 14 01:36:28 2015 New Revision: 245033 URL: http://llvm.org/viewvc/llvm-project?rev=245033&view=rev Log: Fixed build failures caused by rL245026. Changed occurrences of ClangASTType to CompilerType. Modified: lldb/trunk/source/Plugins/ABI/SysV-mips64/ABIS

[Lldb-commits] [lldb] r245026 - Handle floating point and aggregate return types in SysV-mips64 ABI

2015-08-13 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Thu Aug 13 23:44:47 2015 New Revision: 245026 URL: http://llvm.org/viewvc/llvm-project?rev=245026&view=rev Log: Handle floating point and aggregate return types in SysV-mips64 ABI SUMMARY: This patch adds support of floating point and aggregate return typ

[Lldb-commits] [lldb] r245020 - [MIPS]Handle floating point and aggregate return types in SysV-mips [32 bit] ABI

2015-08-13 Thread Bhushan D. Attarde via lldb-commits
Author: bhushan.attarde Date: Thu Aug 13 22:40:31 2015 New Revision: 245020 URL: http://llvm.org/viewvc/llvm-project?rev=245020&view=rev Log: [MIPS]Handle floating point and aggregate return types in SysV-mips [32 bit] ABI SUMMARY: This patch adds support of floating point and aggrega