summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAlex Langford <alangford@apple.com>2023-05-09 12:51:10 -0700
committerAlex Langford <alangford@apple.com>2023-05-09 13:46:27 -0700
commitb77e41f2886aca278b41a85fc0f947e078b3da13 (patch)
tree4035cb3a3ad11c18fc430d00fcf22de81fd43ae3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent9a7b363eeb867974aeb511c6ce0cfad723523aed (diff)
[lldb][NFCI] Remove custom dwarf LEB128 types
The LEB128 type defined by the DWARF standard is explicitly a variable-length encoding of an integer. LLDB had defined `uleb128` and `sleb128` types to be 32-bit but in many places in both LLVM and LLDB we treat the maximum width of LEB128 types to be 64, so let's remove these types and be consistent. Differential Revision: https://reviews.llvm.org/D150222
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions