Author: mohit.bhakkad
Date: Mon Apr 18 00:27:42 2016
New Revision: 266589
URL: http://llvm.org/viewvc/llvm-project?rev=266589&view=rev
Log:
[LLDB][MIPS] Fix TestConcurrentEvents
Patch by Nitesh Jain
Reviewers: clayborg
Subscribers: jaydeep, bhushan, mohit.bhakkad, sagar
Differential Revision: ht
Author: mohit.bhakkad
Date: Tue Mar 22 03:08:02 2016
New Revision: 264030
URL: http://llvm.org/viewvc/llvm-project?rev=264030&view=rev
Log:
[LLDB]{MIPS] Fix TestPlatformProcessConnect.py
Patch by Nitesh Jain
Reviewers: clayborg, labath.
Subscribers: jaydeep, bhushan, mohit.bhakkad, sagar, lldb-co
Author: mohit.bhakkad
Date: Mon Mar 7 03:12:49 2016
New Revision: 262819
URL: http://llvm.org/viewvc/llvm-project?rev=262819&view=rev
Log:
[LLDB][MIPS] Fix TestDisassembleBreakpoint
Patch by Nitesh Jain
Reviewers: clayborg, jaydeep.
Subscribers: bhushan, mohit.bhakkad, sagar, lldb-commits.
Diff
Author: mohit.bhakkad
Date: Wed Feb 10 00:58:13 2016
New Revision: 260362
URL: http://llvm.org/viewvc/llvm-project?rev=260362&view=rev
Log:
[LLDB][MIPS] Generalise MIPS arch names
Patch by Nitesh Jain
Reviewers: clayborg, jaydeep.
Subscribers: zturner, bhushan, mohit.bhakkad, sagar, lldb-commits.
Author: mohit.bhakkad
Date: Sat Jan 23 04:36:06 2016
New Revision: 258621
URL: http://llvm.org/viewvc/llvm-project?rev=258621&view=rev
Log:
[LLDB] Consider only valid symbols while resolving by address
Reviewers: clayborg.
Subscribers: jaydeep, bhushan, sagar, nitesh.jain, lldb-commits.
Different
Author: mohit.bhakkad
Date: Tue Jan 12 00:03:01 2016
New Revision: 257448
URL: http://llvm.org/viewvc/llvm-project?rev=257448&view=rev
Log:
[LLDB][MIPS] Fix rL255619: mips 3, 4 and 5 are 64 bit archs
Modified:
lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Modified: lldb/trunk/so
Author: mohit.bhakkad
Date: Mon Jan 11 23:55:03 2016
New Revision: 257447
URL: http://llvm.org/viewvc/llvm-project?rev=257447&view=rev
Log:
[LLDB][MIPS] Fix ReadRegisterValue for registers with constant 32 bit size
regardless of ABI
Reviewers: clayborg, tberghammer.
Subscribers: jaydeep, bhushan
Author: mohit.bhakkad
Date: Wed Dec 23 06:34:58 2015
New Revision: 256331
URL: http://llvm.org/viewvc/llvm-project?rev=256331&view=rev
Log:
[LLDB] Fix Read/Write memory to be compatible with both endians
Reviewers: tberghammer.
Subscribers: jaydeep, bhushan, sagar, nitesh.jain,lldb-commits.
Diff
Author: mohit.bhakkad
Date: Mon Dec 14 04:26:18 2015
New Revision: 255488
URL: http://llvm.org/viewvc/llvm-project?rev=255488&view=rev
Log:
[LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic
sequences are yet to be supported in LLDB
Reviewers: jaydeep.
Subscribers: lldb-c
Author: mohit.bhakkad
Date: Sun Dec 6 23:47:35 2015
New Revision: 254892
URL: http://llvm.org/viewvc/llvm-project?rev=254892&view=rev
Log:
[LLDB][MIPS] Marking some expected failures
Reviewers: clayborg, zturner.
Subscribers: jaydeep, bhushan, sagar, nitesh.jain, tberghammer,lldb-commits.
Differ
Author: mohit.bhakkad
Date: Fri Dec 4 03:58:07 2015
New Revision: 254711
URL: http://llvm.org/viewvc/llvm-project?rev=254711&view=rev
Log:
[LLDB][MIPS] Fix gdbremote_testcase.py
Patch by Nitesh Jain
Reviewers: clayborg, ovyalov.
Subscribers: jaydeep, bhushan, mohit.bhakkad, sagar.
Differential R
Author: mohit.bhakkad
Date: Thu Dec 3 02:44:33 2015
New Revision: 254593
URL: http://llvm.org/viewvc/llvm-project?rev=254593&view=rev
Log:
[Fix] fix build failure due to rL254588
Modified:
lldb/trunk/include/lldb/Core/Debugger.h
Modified: lldb/trunk/include/lldb/Core/Debugger.h
URL:
http:/
Author: mohit.bhakkad
Date: Wed Dec 2 22:56:16 2015
New Revision: 254588
URL: http://llvm.org/viewvc/llvm-project?rev=254588&view=rev
Log:
[LLDB] Switch to assembly view if source is moved
Reviewers: clayborg, jingham, jasonmolenda.
Subscribers: jaydeep, bhushan, sagar, nitesh.jain,lldb-commits.
Author: mohit.bhakkad
Date: Wed Dec 2 11:45:02 2015
New Revision: 254522
URL: http://llvm.org/viewvc/llvm-project?rev=254522&view=rev
Log:
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Reviewers: clayborg.
Subscribers: jaydeep, bhushan, sagar, nitesh.jain,lldb-com
Author: mohit.bhakkad
Date: Mon Nov 23 06:19:59 2015
New Revision: 253864
URL: http://llvm.org/viewvc/llvm-project?rev=253864&view=rev
Log:
[LLDB][MIPS] Getting 0 index for H/W watchpoint is not necessarily an error
Reviewers: jaydeep.
Subscribers: bhushan, sagar, nitesh.jain, lldb-commits.
Diffe
Author: mohit.bhakkad
Date: Tue Nov 3 03:13:45 2015
New Revision: 251906
URL: http://llvm.org/viewvc/llvm-project?rev=251906&view=rev
Log:
[LLDB][MIPS] Fix GetUserRegisterInfoCount to count no of regs which are
physically present
Reviewers: clayborg, labath.
Subscribers: jaydeep, bhushan, sagar
Author: mohit.bhakkad
Date: Tue Nov 3 03:04:33 2015
New Revision: 251905
URL: http://llvm.org/viewvc/llvm-project?rev=251905&view=rev
Log:
[LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint
ignore feature for architectures with watchpoint_exceptions_received=before
Revi
Author: mohit.bhakkad
Date: Tue Oct 20 02:05:46 2015
New Revision: 250801
URL: http://llvm.org/viewvc/llvm-project?rev=250801&view=rev
Log:
[LLDB] Insert names with same signo as alias instead of a new entry
Reviewers: clayborg, labath.
Subscribers: jaydeep, dsanders, bhushan, sagar, nitesh.jain,
Author: mohit.bhakkad
Date: Wed Oct 14 00:42:11 2015
New Revision: 250272
URL: http://llvm.org/viewvc/llvm-project?rev=250272&view=rev
Log:
[LLDB] Adding mips32 in the list of archs with
watchpoint_exceptions_received=before
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCo
Author: mohit.bhakkad
Date: Wed Oct 14 00:20:03 2015
New Revision: 250267
URL: http://llvm.org/viewvc/llvm-project?rev=250267&view=rev
Log:
[LLDB][MIPS64] Adding mips64 reaturn address register for unwind plan
Modified:
lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
Author: mohit.bhakkad
Date: Fri Oct 9 15:36:54 2015
New Revision: 249897
URL: http://llvm.org/viewvc/llvm-project?rev=249897&view=rev
Log:
Correction in rL249838: Moving test to appropriate directory
Added:
lldb/trunk/test/functionalities/watchpoint/watchpoint_on_vectors/
lldb/trunk/test
Author: mohit.bhakkad
Date: Fri Oct 9 10:13:20 2015
New Revision: 249838
URL: http://llvm.org/viewvc/llvm-project?rev=249838&view=rev
Log:
[LLDB] Fix display of value of a vector variables in watchpoint operations
Reviewers: clayborg, zturner.
Subscribers: jaydeep, bhushan, sagar, nitesh.jain, b
Author: mohit.bhakkad
Date: Fri Oct 9 10:05:45 2015
New Revision: 249837
URL: http://llvm.org/viewvc/llvm-project?rev=249837&view=rev
Log:
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Reviewers: clayborg, jingham.
Subscribers: jaydeep, bhushan, sagar, nitesh.jain
Author: mohit.bhakkad
Date: Fri Oct 9 01:34:52 2015
New Revision: 249809
URL: http://llvm.org/viewvc/llvm-project?rev=249809&view=rev
Log:
Addressing warning due to rL249651
Modified:
lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
Modified: lldb/trunk/source/Plugins/I
Author: mohit.bhakkad
Date: Wed Oct 7 22:34:11 2015
New Revision: 249651
URL: http://llvm.org/viewvc/llvm-project?rev=249651&view=rev
Log:
[LLDB][MIPS] microMIPS load/store instruction emulation for hardware watchpoints
Reviewers: clayborg.
Subscribers: jaydeep, bhushan, sagar, nitesh.jain, lldb
Author: mohit.bhakkad
Date: Tue Oct 6 00:25:17 2015
New Revision: 249377
URL: http://llvm.org/viewvc/llvm-project?rev=249377&view=rev
Log:
[LLDB][MIPS] Fix hit_count for mips watchpoints
Reviewers: clayborg, jingham.
Subscribers: jaydeep, bhushan, dsanders, sagar, nitesh.jain, zturner,
jasonmol
Author: mohit.bhakkad
Date: Mon Oct 5 05:56:19 2015
New Revision: 249299
URL: http://llvm.org/viewvc/llvm-project?rev=249299&view=rev
Log:
[LLDB][MIPS] Skip invalid size watchpoint testcase for MIPS
Reviewers: jaydeep.
Subscribers: lldb-commits.
Differential Revision: http://reviews.llvm.org/D13
Author: mohit.bhakkad
Date: Wed Sep 9 05:32:20 2015
New Revision: 247134
URL: http://llvm.org/viewvc/llvm-project?rev=247134&view=rev
Log:
[LLDB][MIPS] Added support for the debugging of N32/O32 applications on MIPS64
target.
Patch by Nitesh Jain
Reviewers: clayborg, ovyalov.
Subscribers: jayde
Author: mohit.bhakkad
Date: Wed Sep 9 05:17:58 2015
New Revision: 247129
URL: http://llvm.org/viewvc/llvm-project?rev=247129&view=rev
Log:
[LLDB][MIPS] MIPS load/store instruction emulation for hardware watchpoints
Reviewers: clayborg.
Subscribers: jaydeep, bhushan, sagar, nitesh.jain, lldb-comm
Author: mohit.bhakkad
Date: Fri Aug 28 07:08:26 2015
New Revision: 246293
URL: http://llvm.org/viewvc/llvm-project?rev=246293&view=rev
Log:
[LLDB][MIPS] Aligning code with rL245831
Reviewers: jaydeep
Subscribers: lldb-commits.
Differential Revision: http://reviews.llvm.org/D12427
Modified:
l
30 matches
Mail list logo