[Lldb-commits] [PATCH] [lldb] ASan malloc/free history threads
Kuba Brecka
kuba.brecka at gmail.com
Mon Jul 21 15:50:24 PDT 2014
Changed the plugin name. Added a method into lldbtest.py that tries to locate Clang in the llvm-build directory, which is needed if your system compiler doesn't have ASan or it doesn't have the recent ASan debugging API.
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4596.11726.patch
Type: text/x-patch
Size: 37363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140721/a150d922/attachment.bin>
More information about the lldb-commits
mailing list