summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
diff options
context:
space:
mode:
authorSameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>2022-10-27 10:45:29 +0530
committerSameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>2022-10-27 11:00:28 +0530
commit0fd018f9a99fd51567dabf570e9a379f1ab15ccd (patch)
treefc14b5b2cfe75b5a718951356a3e01399f896492 /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
parent98d797cb716adbeae7ec867ea53062d4c277ab7d (diff)
[NFC] [AAPointerInfo] OffsetAndSize is no longer an std::pair
The struct OffsetAndSize is a simple tuple of two int64_t. Treating it as a derived class of std::pair has no special benefit, but it makes the code verbose since we need get/set functions that avoid using "first" and "second" in client code. Eliminating the std::pair makes this more readable. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D136745
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions