summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
AgeCommit message (Expand)Author
2025-01-16[lldb] Add OS plugin property for reporting all threads (#123145)Felipe de Azevedo Piovezan
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-05[lldb] Move DynamicRegisterInfo to public Target libraryMichał Górny
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-03-17Remove ScriptInterpreterObject.Zachary Turner
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor
2013-05-07Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi
2013-05-04After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-12<rdar://problem/13491977>Greg Clayton
2013-01-18<rdar://problem/13010007>Greg Clayton
2012-10-25Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton
2012-10-18<rdar://problem/12491420>Greg Clayton
2012-08-24Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata
2012-08-23Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton