summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* android: add a command script to help display mixed Java/native backtraces.Todd Fiala2014-09-231-0/+192
* Fix for 218140 for SBTarget.i, the added functions were in the wrong class de...Carlo Kok2014-09-191-10/+11
* Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok2014-09-191-0/+9
* Extend the member function discovery APIs to also support Objective-C as well...Enrico Granata2014-09-191-0/+9
* Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...Enrico Granata2014-09-151-1/+30
* Add logic to LLDB to figure out the types of member functions of C++ classes....Enrico Granata2014-09-121-0/+6
* Implement ASan history threads in SB APIKuba Brecka2014-09-061-0/+3
* Expose the ability to retrieve the result of a type validator via the SB API....Enrico Granata2014-09-061-0/+3
* Expose ThreadCollection in SB APIKuba Brecka2014-09-063-0/+42
* Make it clear that the load_addr property on SBAddress relies on lldb.target, Jim Ingham2014-08-271-1/+1
* Fix some typos:Sylvestre Ledru2014-08-111-1/+1
* Add an option to suppress the persistent result variable when running Evaluat...Jim Ingham2014-08-081-0/+9
* Make the swig generation script use the correct python executable.Zachary Turner2014-08-021-1/+2
* (no commit message)Greg Clayton2014-07-301-0/+6
* Create an _d suffixed symlink when doing a debug Windows build.Zachary Turner2014-07-171-1/+8
* Enable the ability to enable debug info generation when evaluating expressions.Greg Clayton2014-07-111-1/+8
* Get the python scripting interface working on Windows.Zachary Turner2014-07-101-7/+4
* Add better logging to the new Python-based SWIG generation scripts.Zachary Turner2014-07-101-10/+30
* Fix typos.Bruce Mitchener2014-07-014-8/+8
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-014-3/+1409
* Fix a few typos.Bruce Mitchener2014-06-271-1/+1
* Fix an incomplete null structure spec in Python readline suppression module.Todd Fiala2014-06-261-1/+1
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+6
* Add SBUnixSignals.iEd Maste2014-06-231-0/+74
* Add API control of the signal disposition.Todd Fiala2014-06-232-2/+7
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-132-0/+15
* Add support for inspecting enum members.Todd Fiala2014-06-023-0/+136
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-172-1/+7
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-131-0/+10
* Allow clients to control the exact path that is used to launch processes by a...Greg Clayton2014-05-071-0/+6
* If CMake finds a python interpreter, use itEd Maste2014-05-071-4/+6
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-0/+13
* If CMake finds a python interpreter, use itEd Maste2014-04-241-3/+4
* Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2014-04-022-1/+44
* lldb arm64 import.Jason Molenda2014-03-292-0/+10
* Add the ability from the SB API's to set the "one thread" timeoutJim Ingham2014-03-281-0/+7
* Move LLDBWrapPython.cpp into the build folder for Xcode builds so it doesn't ...Greg Clayton2014-03-141-6/+1
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-131-0/+18
* libBacktraceRecording __introspection_dispatch_queue_get_pending_items isJason Molenda2014-03-091-0/+3
* Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham2014-02-281-0/+7
* * Rename PYTHON_INCLUDES to PYTHON_INC_DIR to match the similar declarationSylvestre Ledru2014-02-261-2/+2
* Suppress python readline module under Linux to fix a seg fault.Todd Fiala2014-02-266-0/+184
* Make sure we don't try to print the SystemExit exception, or we will cause th...Enrico Granata2014-02-181-1/+1
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-052-2/+21
* <rdar://problem/15936507>Enrico Granata2014-01-291-0/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-278-155/+13
* Added the ability to get the type that a typedef points to via:Greg Clayton2014-01-232-0/+6
* Patch by Ari GrantEnrico Granata2014-01-091-1/+1
* Add a new way to bind a format to a type: by enum typeEnrico Granata2013-12-281-0/+8
* Adding a document that describes the architecture of data formatters. Suggest...Enrico Granata2013-12-261-3/+1
OpenPOWER on IntegriCloud