aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
authorSchrodinger ZHU Yifan <yifanzhu@rochester.edu>2025-05-01 10:41:33 -0400
committerGitHub <noreply@github.com>2025-05-01 10:41:33 -0400
commit80233751f9f3c9c8c5b1d66cd93399615f4d3ba2 (patch)
treec9172e5cbd5174c9c384c786329ec61f54c5cfd8 /lldb/source/Commands/CommandObjectProcess.cpp
parent0c7c82af230bd525bb96a54ca9480797b5fa2a42 (diff)
downloadllvm-80233751f9f3c9c8c5b1d66cd93399615f4d3ba2.zip
llvm-80233751f9f3c9c8c5b1d66cd93399615f4d3ba2.tar.gz
llvm-80233751f9f3c9c8c5b1d66cd93399615f4d3ba2.tar.bz2
[libc][NFC] add remarks to the setjmp implementation (#137066)
We use naked functions to avoid compiler-generated prologue and epilogue. Despite GCC documentation listing this as an unsupported case for extended asm, the generated code is not wrong as we only pass in constant operands to extended asm. See https://github.com/llvm/llvm-project/issues/137055 for related remarks. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions