[Lldb-commits] [PATCH] D5871: Add an OperatingSystem plugin to support goroutines
Ryan Brown via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 15 09:21:34 PDT 2015
ribrdb updated the summary for this revision.
ribrdb set the repository for this revision to rL LLVM.
ribrdb updated this revision to Diff 34806.
ribrdb added a comment.
I've updated this to load the plugin when modules are loaded, added a setting to enable/disable the goroutine plugin, and added a test.
Repository:
rL LLVM
http://reviews.llvm.org/D5871
Files:
include/lldb/Core/PluginManager.h
lldb.xcodeproj/project.pbxproj
source/Core/PluginManager.cpp
source/Initialization/SystemInitializerCommon.cpp
source/Plugins/OperatingSystem/CMakeLists.txt
source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp
source/Plugins/OperatingSystem/Go/OperatingSystemGo.h
source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
source/Target/Process.cpp
source/Target/StackFrameList.cpp
source/Target/ThreadList.cpp
test/lang/go/goroutines/TestGoroutines.py
test/lang/go/goroutines/main.go
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5871.34806.patch
Type: text/x-patch
Size: 41097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150915/b3ce1f41/attachment-0001.bin>
More information about the lldb-commits
mailing list