[Lldb-commits] [PATCH] [lldb] ASan malloc/free history threads
Jason Molenda
jmolenda at apple.com
Wed Sep 3 14:26:29 PDT 2014
Looks good Kuba, please commit.
J
> On Sep 2, 2014, at 7:33 PM, Kuba Brecka <kuba.brecka at gmail.com> wrote:
>
> Replaced the "MemoryHistory*" to use MemoryHistorySP instead. Also changed the behavior of the lldbtest.py method for finding the just-built clang to return the path, instead of setting os.environ["CC"], because the environment variable affects subsequent tests.
>
> http://reviews.llvm.org/D4596
>
> Files:
> include/lldb/Core/PluginManager.h
> include/lldb/Target/MemoryHistory.h
> include/lldb/lldb-forward.h
> include/lldb/lldb-private-interfaces.h
> lldb.xcodeproj/project.pbxproj
> source/CMakeLists.txt
> source/Commands/CommandObjectMemory.cpp
> source/Core/PluginManager.cpp
> source/Plugins/CMakeLists.txt
> source/Plugins/Makefile
> source/Plugins/MemoryHistory/CMakeLists.txt
> source/Plugins/MemoryHistory/asan/CMakeLists.txt
> source/Plugins/MemoryHistory/asan/Makefile
> source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
> source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h
> source/Plugins/Process/Utility/HistoryThread.h
> source/Target/CMakeLists.txt
> source/Target/MemoryHistory.cpp
> source/lldb.cpp
> test/functionalities/asan/Makefile
> test/functionalities/asan/TestAsan.py
> test/functionalities/asan/main.c
> test/lldbtest.py
> <D4596.13188.patch>_______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
More information about the lldb-commits
mailing list