[Lldb-commits] [PATCH] [lldb] ASan malloc/free history threads

Kuba Brecka kuba.brecka at gmail.com
Tue Sep 2 19:33:46 PDT 2014


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4596.13188.patch
Type: text/x-patch
Size: 37199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140903/b0de2ea6/attachment.bin>


More information about the lldb-commits mailing list