aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/gdbclientutils.py
diff options
context:
space:
mode:
authorAlex Langford <alangford@apple.com>2024-01-26 10:20:52 -0800
committerGitHub <noreply@github.com>2024-01-26 10:20:52 -0800
commit176d07d360094b366b25cc009846ec64ac7d8040 (patch)
tree11c55b78bddd85af4df2cc5ea0a10073096995f1 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py
parent5f22d3356cda0a9b1521c839c006f61b5cc504fc (diff)
downloadllvm-176d07d360094b366b25cc009846ec64ac7d8040.zip
llvm-176d07d360094b366b25cc009846ec64ac7d8040.tar.gz
llvm-176d07d360094b366b25cc009846ec64ac7d8040.tar.bz2
[lldb][NFCI] Constrain EventDataBytes creation (#79508)
There are 3 ways to create an EventDataBytes object: (const char *), (llvm::StringRef), and (const void *, size_t len). All of these cases can be handled under `llvm::StringRef`. Additionally, this allows us to remove the otherwise unused `SetBytes`, `SwapBytes`, and `SetBytesFromCString` methods.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions