summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc
diff options
context:
space:
mode:
authorTom Tan <Tom.Tan@microsoft.com>2019-06-21 23:38:05 +0000
committerTom Tan <Tom.Tan@microsoft.com>2019-06-21 23:38:05 +0000
commit7ecb5145bae57fce44c53f3e8eacea76078e3825 (patch)
tree9f664fe9f45471f1a87c438fab1b6665d294c1db /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc
parent51a741c87fa8f87c8b37015dac4bce2b10d1ce81 (diff)
downloadbcm5719-llvm-7ecb5145bae57fce44c53f3e8eacea76078e3825.tar.gz
bcm5719-llvm-7ecb5145bae57fce44c53f3e8eacea76078e3825.zip
[COFF, ARM64] Fix encoding of debugtrap for Windows
On Windows ARM64, intrinsic __debugbreak is compiled into brk #0xF000 which is mapped to llvm.debugtrap in Clang. Instruction brk #F000 is the defined break point instruction on ARM64 which is recognized by Windows debugger and exception handling code, so llvm.debugtrap should map to it instead of redirecting to llvm.trap (brk #1) as the default implementation. Differential Revision: https://reviews.llvm.org/D63635 llvm-svn: 364115
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud