[LLDB][MIPS] Create Unix Signals based on target architecture
authorJaydeep Patil <jaydeep.patil@imgtec.com>
Thu, 30 Jul 2015 05:06:51 +0000 (05:06 +0000)
committerJaydeep Patil <jaydeep.patil@imgtec.com>
Thu, 30 Jul 2015 05:06:51 +0000 (05:06 +0000)
commit6fc590dadc027cf7c6336ea48ff0e5281f2d10a5
tree7d22f9aebf781d9fab44a9844d6a622024afd12a
parent252d529b6cf1385d942f03cacd2cbda441131522
[LLDB][MIPS] Create Unix Signals based on target architecture
    SUMMARY:
    The patch creates Unix Signals based on target architecture. For MIPS it creates MipsLinuxSignals.

    Reviewers: clayborg
    Subscribers: mohit.bhakkad, sagar, lldb-commits
    Differential Revision: http://reviews.llvm.org/D11455

llvm-svn: 243618
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp