diff options
| author | wr7 <d-wr7@outlook.com> | 2024-08-16 07:44:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-16 14:44:25 +0200 |
| commit | e8e88873ab528eb9a44804e6e68953bb058eceb7 (patch) | |
| tree | 7ba73d2223c28de520c7ca3d20dc2e17333a34a0 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface | |
| parent | 7e23a23d5e4fa367842546af9f92dcdef869ef9a (diff) | |
[llvm-c] Add non-cstring versions of LLVMGetNamedFunction and LLVMGetNamedGlobal (#103396)
Add `LLVMGetNamedFunctionWithLength` and `LLVMGetNamedGlobalWithLength`
As far as i know, it isn't currently possible to use
`LLVMGetNamedFunction` and `LLVMGetNamedGlobal` with non-null-terminated
strings.
These new functions are more convenient for C programs that use
non-null-terminated strings or for languages like Rust that primarily
use non-null-terminated strings.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface')
0 files changed, 0 insertions, 0 deletions
