[all-commits] [llvm/llvm-project] d3bdd5: [lldb/Platform] Always print Kernel last
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jan 31 14:44:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d3bdd51f70449435443b3e8ff254cba49d4aba80
https://github.com/llvm/llvm-project/commit/d3bdd51f70449435443b3e8ff254cba49d4aba80
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/commands/platform/basic/TestPlatformCommand.py
M lldb/source/Target/Platform.cpp
Log Message:
-----------
[lldb/Platform] Always print Kernel last
Specializations of the Platform class print the kernel after calling the
super method. By printing the kernel at the end in the super class, we
guarantee the order is the same on different platforms.
Commit: 83510e144bd9a1736c2191d3fac12922942e9e09
https://github.com/llvm/llvm-project/commit/83510e144bd9a1736c2191d3fac12922942e9e09
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py
Log Message:
-----------
[lldb/Test] Fix substr order in TestWatchLocationWithWatchSet.py
Commit: abb0357123f8f024102e877d289dfcb2d0a2e2b1
https://github.com/llvm/llvm-project/commit/abb0357123f8f024102e877d289dfcb2d0a2e2b1
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandLLDB.py
M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
Log Message:
-----------
[lldb/Test] Fix more substr ordering issues that only repro on the bot
Compare: https://github.com/llvm/llvm-project/compare/c0f475f2e3c3...abb0357123f8
More information about the All-commits
mailing list