diff options
| author | Thomas Symalla <5754458+tsymalla@users.noreply.github.com> | 2024-05-22 17:23:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 17:23:50 +0200 |
| commit | cb6a62369a353f506a1dde087eeaf5ebea5d5c26 (patch) | |
| tree | b7386c848b2955e82e4fc29ca0b62599472135d3 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
| parent | 2bde13cda1e389599413132028731f18fb5c03c3 (diff) | |
| download | llvm-cb6a62369a353f506a1dde087eeaf5ebea5d5c26.zip llvm-cb6a62369a353f506a1dde087eeaf5ebea5d5c26.tar.gz llvm-cb6a62369a353f506a1dde087eeaf5ebea5d5c26.tar.bz2 | |
Add `AddNull` argument to `CreateGlobalString`. (#93036)
There's currently no way to control whether a null terminator should be
appended to the string created in `CreateGlobalString` /
`CreateGlobalStringPtr`, since the methods don't expose an additional
argument.
This change adds an additional argument to the methods that has the same
default value, `true`, as in `ConstantDataArray::getString`, and passes
it down to this internal method.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions
