summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...Enrico Granata2012-10-291-0/+5
* <rdar://problem/12523238> Commit 1 of 3Enrico Granata2012-10-231-5/+32
* <rdar://problem/12479701> Use the plain pydoc pager to work around Python hel...Enrico Granata2012-10-221-3/+2
* <rdar://problem/12437442>Enrico Granata2012-10-221-30/+7
* <rdar://problem/12491420>Greg Clayton2012-10-181-13/+20
* Fixing a logic error where we would incorrectly show the newly crafted functi...Enrico Granata2012-09-201-2/+3
* <rdar://problem/12188843> Fixing a problem where a Python command created in ...Enrico Granata2012-09-181-4/+13
* Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton2012-09-011-5/+5
* The OS plug-in can now get data from a python script that implements the prot...Greg Clayton2012-08-241-2/+2
* Fixing a bunch of issues with the OS plugin codeEnrico Granata2012-08-241-1/+7
* Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...Enrico Granata2012-08-241-0/+116
* Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata2012-08-241-0/+88
* Merge python-GIL bracnh (by filcab) back into trunk!Johnny Chen2012-08-181-134/+75
* Fix a race condition where multiple PythonInputReaderManager instances could,...Johnny Chen2012-08-171-30/+41
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-0/+249
* <rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata2012-08-081-6/+6
* <rdar://problem/11862570> Fixing a potential crasher related to Python lockingEnrico Granata2012-07-311-2/+2
* <rdar://problem/11538779> Fixing issues where Python scripts were not able to...Enrico Granata2012-06-071-18/+291
* When the current thread state is NULL, PyThreadState_Get() issues a fatal error.Johnny Chen2012-05-041-1/+4
* Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata2012-04-251-1/+1
* Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton2012-04-251-1/+1
* Making the Cocoa formatters comply with the new on-disk layout of the Python ...Enrico Granata2012-04-251-1/+1
* Maked LLDB into a package so we can import things without poluting the global...Greg Clayton2012-04-251-9/+4
* Fixing a potential crasher where Python would assume we have no thread state ...Enrico Granata2012-04-041-8/+15
* Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata2012-03-291-2/+1
* adding a summary for Objective-C type 'Class'Enrico Granata2012-03-271-1/+1
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-0/+23
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-7/+9
* Added formatters for libc++ (http://libcxx.llvm.org):Enrico Granata2012-03-121-1/+1
* Fixed a crasher when Xcode calls into ScriptInterpreterPython::ResetOutputFil...Johnny Chen2012-03-081-6/+15
* Using the new ScriptInterpreterObject in the implementation of synthetic chil...Enrico Granata2012-03-061-321/+156
* added a new formatter for CF(Mutable)BitVectorEnrico Granata2012-03-031-1/+1
* (a) adding formatters for:Enrico Granata2012-03-021-1/+1
* (a) adding an introspection formatter for NS(Mutable)IndexSetEnrico Granata2012-03-011-1/+1
* This commit:Enrico Granata2012-02-291-45/+141
* Patch from Filipe Cabecinhas!Johnny Chen2012-02-291-3/+14
* This patch provides a set of formatters for most of the commonly used Cocoa c...Enrico Granata2012-02-231-0/+5
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-2/+3
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-2/+4
* <rdar://problem/10062621>Enrico Granata2012-02-151-9/+25
* Added support to SBType for getting template arguments from a SBType:Greg Clayton2012-02-031-1/+1
* Added many more python convenience accessors:Greg Clayton2012-02-011-20/+3
* This commit provides a new default summary for Objective-C boolean variables,...Enrico Granata2012-01-311-0/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* Stop running so many individual commands when going into the script interpreter.Greg Clayton2012-01-281-48/+20
* <rdar://problem/10750012>Greg Clayton2012-01-271-21/+4
* <rdar://problem/10649734>Greg Clayton2012-01-061-4/+16
* this patch addresses several issues with "command script" subcommands:Enrico Granata2011-11-071-9/+35
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-0/+7
* Decoupling of lock-related code from the core of ScriptInterpreterPython. All...Enrico Granata2011-10-241-224/+120
OpenPOWER on IntegriCloud