History log of /llvm-project/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h (Results 26 – 29 of 29)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-3.2.0, llvmorg-3.2.0-rc3, llvmorg-3.2.0-rc2, llvmorg-3.2.0-rc1
# ead45e01 25-Oct-2012 Greg Clayton <gclayton@apple.com>

Allow operating system plug-ins to specify the address for registers so we don't have to create data up front.

llvm-svn: 166701


# c9d645d3 18-Oct-2012 Greg Clayton <gclayton@apple.com>

<rdar://problem/12491420>

Added a new setting that allows a python OS plug-in to detect threads and provide registers for memory threads. To enable this you set the setting:

settings set target.pro

<rdar://problem/12491420>

Added a new setting that allows a python OS plug-in to detect threads and provide registers for memory threads. To enable this you set the setting:

settings set target.process.python-os-plugin-path lldb/examples/python/operating_system.py

Then run your program and see the extra threads.

llvm-svn: 166244

show more ...


# 5790759a 24-Aug-2012 Enrico Granata <egranata@apple.com>

Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP)

llvm-svn: 162513


# b3e77600 23-Aug-2012 Greg Clayton <gclayton@apple.com>

Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory.

llvm-svn: 162472


12