[Lldb-commits] [PATCH] D16049: [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS

Bhushan Attarde via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 20 01:27:09 PST 2016


bhushan updated this revision to Diff 45364.
bhushan added a comment.

As suggested by Greg, added new function `matchArchitectures(archs)` which handles "archs".
This function can be used by other decorator functions for testing "archs".


Repository:
  rL LLVM

http://reviews.llvm.org/D16049

Files:
  include/lldb/API/SBInstruction.h
  packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/Makefile
  packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py
  packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/main.c
  packages/Python/lldbsuite/test/lldbtest.py
  scripts/interface/SBInstruction.i
  source/API/SBInstruction.cpp
  source/Target/Target.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16049.45364.patch
Type: text/x-patch
Size: 8778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160120/889cf634/attachment-0001.bin>


More information about the lldb-commits mailing list