summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.h
diff options
context:
space:
mode:
authorQiu Chaofan <qiucofan@cn.ibm.com>2024-07-24 20:58:37 +0800
committerGitHub <noreply@github.com>2024-07-24 20:58:37 +0800
commit20957d20913be92f9d88ea5ce862d898a386dad2 (patch)
treea95169d61d7d95f31199aceb30e79960567ed1d6 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.h
parent4bb3a1e16f3a854d05bc0b8c5b6f8f78effb1d93 (diff)
[AIX] Add -msave-reg-params to save arguments to stack (#97524)
In PowerPC ABI, a few initial arguments are passed through registers, but their places in parameter save area are reserved, arguments passed by memory goes after the reserved location. For debugging purpose, we may want to save copy of the pass-by-reg arguments into correct places on stack. The new option achieves by adding new function level attribute and make argument lowering part aware of it.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.h')
0 files changed, 0 insertions, 0 deletions