[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 11:18:55 PDT 2015


ribrdb updated this revision to Diff 34813.
ribrdb added a comment.

Ok, I've changed it to use the symbol table like the ASAN runtime does.
I'm not seeing any language info in the elf or macho file headers.
It looks like there's also a gosymtab section I could look for, but the name is different in macho and elf so I'd prefer this one.


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.34813.patch
Type: text/x-patch
Size: 41830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150915/4d9fed79/attachment-0001.bin>


More information about the lldb-commits mailing list