[all-commits] [llvm/llvm-project] 55147c: Revert "Revert "[lldb][LocateModuleCallback] Call ...
Shubham Sandeep Rastogi via All-commits
all-commits at lists.llvm.org
Fri Jul 14 08:19:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55147ceb62020633cd7e7d403120d3915f4be3b6
https://github.com/llvm/llvm-project/commit/55147ceb62020633cd7e7d403120d3915f4be3b6
Author: Shubham Sandeep Rastogi <srastogi22 at apple.com>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/Target/Target.h
M lldb/source/Target/Platform.cpp
M lldb/source/Target/Target.cpp
M lldb/unittests/Target/CMakeLists.txt
A lldb/unittests/Target/Inputs/AndroidModule.c
A lldb/unittests/Target/Inputs/AndroidModule.so
A lldb/unittests/Target/Inputs/AndroidModule.so.sym
A lldb/unittests/Target/Inputs/AndroidModule.unstripped.so
A lldb/unittests/Target/LocateModuleCallbackTest.cpp
Log Message:
-----------
Revert "Revert "[lldb][LocateModuleCallback] Call locate module callback""
This reverts commit df054499c35cdda02b196b2ca5c0a326abdc0a29.
Reverting because of build errors
In file included from /Users/buildslave/jenkins/workspace/as-lldb-cmake/llvm-project/lldb/source/API/SBPlatform.cpp:19:
/Users/buildslave/jenkins/workspace/as-lldb-cmake/llvm-project/lldb/include/lldb/Target/Target.h:1035:18: warning: parameter 'merged' not found in the function declaration [-Wdocumentation]
Commit: a76b3bec6c29f473fa0727c8aef01c7b31d400fd
https://github.com/llvm/llvm-project/commit/a76b3bec6c29f473fa0727c8aef01c7b31d400fd
Author: Shubham Sandeep Rastogi <srastogi22 at apple.com>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M lldb/unittests/Target/LocateModuleCallbackTest.cpp
Log Message:
-----------
Revert "Revert "[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest""
This reverts commit 668a3efd42e7fea19a0d331f73345f2ac13cdf4f.
Reverting because of build errors:
In file included from /Users/buildslave/jenkins/workspace/as-lldb-cmake/llvm-project/lldb/source/API/SBPlatform.cpp:19:
/Users/buildslave/jenkins/workspace/as-lldb-cmake/llvm-project/lldb/include/lldb/Target/Target.h:1035:18: warning: parameter 'merged' not found in the function declaration [-Wdocumentation]
Compare: https://github.com/llvm/llvm-project/compare/be794e3d921b...a76b3bec6c29
More information about the All-commits
mailing list