diff options
author | Fangrui Song <i@maskray.me> | 2024-03-19 15:40:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 15:40:23 -0700 |
commit | 35bf8e798dc61aee9fcfbc0b162169295d1ce290 (patch) | |
tree | ff855c43a97e62a6ca171ea73217e34e46a79452 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 888e2849036c7a216dd6208a2fe5a59393d4767a (diff) | |
download | llvm-35bf8e798dc61aee9fcfbc0b162169295d1ce290.zip llvm-35bf8e798dc61aee9fcfbc0b162169295d1ce290.tar.gz llvm-35bf8e798dc61aee9fcfbc0b162169295d1ce290.tar.bz2 |
[Support] Add decodeULEB128AndInc/decodeSLEB128AndInc
Many decodeULEB128/decodeSLEB128 users need to increment the pointer.
Add helpers to simplify this common pattern. We don't add `end` and
`error` parameters at present because many users don't need them.
Pull Request: https://github.com/llvm/llvm-project/pull/85739
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions