Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
OperatingSystem
/
Python
/
OperatingSystemPython.h
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
ab7f6d0
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
by Eugene Zelenko
· 10 years ago
0641ca1
Remove ScriptInterpreterObject.
by Zachary Turner
· 11 years ago
e98008c
Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage.
by Greg Clayton
· 12 years ago
57abc5d
<rdar://problem/13854277> <rdar://problem/13594769>
by Greg Clayton
· 12 years ago
ba4e61d
Reinstating r181091 and r181106 with fix for Linux regressions.
by Andrew Kaylor
· 12 years ago
f5b9240
Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots
by Ashok Thirumurthi
· 12 years ago
1b7746e
After recent OperatingsSystem plug-in changes, the lldb_private::Process and lldb_private::Thread subclasses were changed and the API was not respected properly.
by Greg Clayton
· 12 years ago
7b0992d
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
by Greg Clayton
· 12 years ago
e01e07b
Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++.
by Greg Clayton
· 12 years ago
b3ae876
<rdar://problem/13491977>
by Greg Clayton
· 12 years ago
a4d8747
<rdar://problem/13010007>
by Greg Clayton
· 13 years ago
ead45e0
Allow operating system plug-ins to specify the address for registers so we don't have to create data up front.
by Greg Clayton
· 13 years ago
c9d645d
<rdar://problem/12491420>
by Greg Clayton
· 13 years ago
5790759
Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP)
by Enrico Granata
· 13 years ago
b3e7760
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.
by Greg Clayton
· 13 years ago