[Lldb-commits] [PATCH] D70796: [LLDB] Always interpret arm instructions as thumb on windows

Martin Storsjö via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 27 14:17:52 PST 2019


mstorsjo created this revision.
mstorsjo added reviewers: labath, amccarth.
Herald added a subscriber: kristof.beyls.
Herald added a project: LLDB.

Windows on arm always uses thumb mode, and doesn't have most of the mechanisms that are used in e.g. ELF for distinguishing between arm and thumb.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70796

Files:
  lldb/source/Utility/ArchSpec.cpp
  lldb/test/Shell/ObjectFile/PECOFF/disassemble-thumb.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70796.231324.patch
Type: text/x-patch
Size: 3332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191127/c8afdec2/attachment-0001.bin>


More information about the lldb-commits mailing list