[all-commits] [llvm/llvm-project] 5d66f9: [gdb-remote] Sort entries in QEnvironment*
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jul 22 16:45:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d66f9fd8e97c05a5dba317d3ad2566e61ead1ff
https://github.com/llvm/llvm-project/commit/5d66f9fd8e97c05a5dba317d3ad2566e61ead1ff
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
Log Message:
-----------
[gdb-remote] Sort entries in QEnvironment*
Similar to ae316ac66ffff430997e342772fc4629c1acece0 for
QEMU_(UN)SET_ENV.
The iteration order of StringMap is not guaranteed to be deterministic.
Sort the entries to give deterministic packets for the tests added by
D108018.
More information about the All-commits
mailing list