[Lldb-commits] [PATCH] Add an OperatingSystem plugin to support goroutines

Ryan Brown ribrdb at google.com
Mon Oct 20 12:32:39 PDT 2014


This is a first version of an os plugin for go supporting the 1.4 go runtime.
I'm not sure what the best way to enable/disable this plugin is. I tried checking for the go runtime symbols when the plugin is created, but it appears the symbols aren't loaded until later.
It would also be desirable to enable/disable the os plugin threads after the process has started, but I'm not sure how to implement that.

http://reviews.llvm.org/D5871

Files:
  lldb.xcodeproj/project.pbxproj
  source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp
  source/Plugins/OperatingSystem/Go/OperatingSystemGo.h
  source/lldb.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5871.15150.patch
Type: text/x-patch
Size: 24385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141020/dc266ac1/attachment.bin>


More information about the lldb-commits mailing list