[all-commits] [llvm/llvm-project] 5f1e45: [lldb] pass --lldb-libs-dir argument to lldb-dotest
plabath via All-commits
all-commits at lists.llvm.org
Wed Feb 5 15:51:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5f1e45fd6764f9e31de1c9d6d7581645eea0c696
https://github.com/llvm/llvm-project/commit/5f1e45fd6764f9e31de1c9d6d7581645eea0c696
Author: Pavel Labath <labath at google.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M lldb/utils/lldb-dotest/CMakeLists.txt
M lldb/utils/lldb-dotest/lldb-dotest.in
Log Message:
-----------
[lldb] pass --lldb-libs-dir argument to lldb-dotest
This argument was introduced in dcab9736f, but lldb-dotest was not handled.
Commit: 98b273c893b2c218c56fe5c03cbb6f082cce008c
https://github.com/llvm/llvm-project/commit/98b273c893b2c218c56fe5c03cbb6f082cce008c
Author: Pavel Labath <labath at google.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M lldb/docs/use/formatting.rst
M lldb/include/lldb/Core/FormatEntity.h
R lldb/include/lldb/Target/AssertFrameRecognizer.h
M lldb/include/lldb/Target/StackFrameRecognizer.h
M lldb/include/lldb/Target/Thread.h
M lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py
M lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py
M lldb/source/API/SBThread.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
R lldb/source/Target/AssertFrameRecognizer.cpp
M lldb/source/Target/CMakeLists.txt
M lldb/source/Target/Process.cpp
M lldb/source/Target/StackFrameRecognizer.cpp
M lldb/source/Target/Thread.cpp
R lldb/test/Shell/Recognizer/Inputs/assert.c
R lldb/test/Shell/Recognizer/assert.test
Log Message:
-----------
Revert "[lldb/Target] Add Assert StackFrame Recognizer"
This reverts commit 2b7f32892b76cdfbe075300a5bf4a52e1b674bc7 because of test
failures due to dangling pointers.
Compare: https://github.com/llvm/llvm-project/compare/f5f70d1c8fbf...98b273c893b2
More information about the All-commits
mailing list