summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem
Commit message (Expand)AuthorAgeFilesLines
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-312-2/+16
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-905/+821
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-192-9/+9
* Update Go OS Plugin for newer runtimes.Ryan Brown2016-04-211-2/+13
* Remove autoconf support from source directories.Eugene Zelenko2016-01-282-28/+0
* Fix some compiler warnings with MSVC 2015.Zachary Turner2016-01-131-1/+1
* Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...Eugene Zelenko2015-10-222-53/+54
* Revert r250925 in source/Plugins/OperatingSystem/Go to fix MSVC builds failures.Eugene Zelenko2015-10-212-51/+54
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-213-85/+80
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-166-3/+664
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-3/+3
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Added XML to the host layer.Greg Clayton2015-05-261-1/+1
* Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton2015-04-071-4/+11
* Remove ScriptInterpreterObject.Zachary Turner2015-03-172-103/+87
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-132-7/+29
* <rdar://problem/14972424>Greg Clayton2013-10-171-1/+1
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-1/+1
* <rdar://problem/13956179>Greg Clayton2013-05-291-16/+3
* Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...Greg Clayton2013-05-221-2/+9
* <rdar://problem/13854277>Greg Clayton2013-05-102-14/+6
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-20/+23
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-072-4/+5
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-072-5/+4
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-042-4/+5
* Remove unused OperatingSystem plugin.Greg Clayton2013-05-035-415/+0
* <rdar://problem/13700260>Greg Clayton2013-05-011-6/+40
* More CMake fixes for OS X.Filipe Cabecinhas2013-04-251-1/+3
* <rdar://problem/13590152>Enrico Granata2013-04-221-0/+8
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-183-3/+3
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-183-3/+3
* Remove a debug print statement that I left in.Greg Clayton2013-04-161-2/+0
* <rdar://problem/13491977>Greg Clayton2013-04-122-7/+42
* <rdar://problem/13412986>Enrico Granata2013-03-281-0/+3
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-213-0/+12
* <rdar://problem/13069948>Greg Clayton2013-01-251-22/+25
* <rdar://problem/13010007>Greg Clayton2013-01-182-63/+101
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-2/+2
* Take the Target API lock before letting the Python code start to work constru...Jim Ingham2012-12-071-0/+12
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton2012-10-254-24/+42
* Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton2012-10-251-4/+0
* Added process and thread logging the python OperatingSystem plug-in.Greg Clayton2012-10-241-1/+17
* <rdar://problem/12491387>Greg Clayton2012-10-191-1/+1
* Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyon...Greg Clayton2012-10-191-1/+1
OpenPOWER on IntegriCloud