summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
...
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-141-1/+1
* Start at getting "thread return" working. Doesn't work yet.Jim Ingham2012-09-121-0/+3
* Simplify the typecheck code.Filipe Cabecinhas2012-08-281-10/+4
* Fixing a potential control may reach end of non-void function issueEnrico Granata2012-08-271-0/+1
* Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas2012-08-254-32/+91
* Fixing a bunch of issues with the OS plugin codeEnrico Granata2012-08-241-1/+1
* Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata2012-08-241-0/+97
* Fixed a Linux building bug pointed out by Daniel Malea.Filipe Cabecinhas2012-08-221-1/+1
* Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas2012-08-223-1/+87
* Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...Johnny Chen2012-08-201-2/+9
* A baton isn't needed to dispatch input.Filipe Cabecinhas2012-08-202-1/+17
* Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends.Filipe Cabecinhas2012-08-201-0/+35
* Merge python-GIL bracnh (by filcab) back into trunk!Johnny Chen2012-08-181-1/+1
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-0/+79
* <rdar://problem/11275622>Greg Clayton2012-07-311-1/+86
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-0/+3
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-0/+6
* Add accessors on process to get & set the selected thread by IndexID (useful ...Jim Ingham2012-07-132-0/+27
* Added documentation for many of our python properties and also made the prope...Greg Clayton2012-06-2927-238/+239
* Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton2012-06-271-0/+3
* Modify the ranges_access() helper function to be able to lookup the address r...Greg Clayton2012-06-271-0/+4
* Fixed the get_process_thread_list function to correctly return a list of all ...Greg Clayton2012-06-271-1/+1
* Make a way to set the result status for Python defined commands, and don't ov...Jim Ingham2012-06-271-0/+3
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-0/+3
* rdar://problem/11584012Johnny Chen2012-06-043-6/+4
* Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts t...Jim Ingham2012-05-262-3/+8
* Fix missing Resources/Python directory for macosx build.Johnny Chen2012-05-242-3/+3
* Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder...Jim Ingham2012-05-241-5/+6
* Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen2012-05-231-0/+3
* Add GetID to the .i file.Jim Ingham2012-05-161-0/+3
* Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham2012-05-111-0/+3
* Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas2012-05-119-11/+12
* Fix SBProcess::ReadMemory's typemap to handle PyLongObjects.Filipe Cabecinhas2012-05-111-5/+8
* Print out a notification when the process of a target other than the currentl...Jim Ingham2012-05-081-0/+3
* <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata2012-05-081-0/+3
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+1
* Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton2012-04-251-1/+1
* Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata2012-04-251-0/+4
* Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton2012-04-251-5/+17
* Ensure that lldb/runtime is not a dead point in the Python package hierarchy ...Enrico Granata2012-04-251-2/+6
* Maked LLDB into a package so we can import things without poluting the global...Greg Clayton2012-04-251-409/+100
* Added the ability to specify the symbol file for a module when adding it to a...Greg Clayton2012-04-231-0/+6
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-132-1/+7
* Added a property to get the dynamic type which uses the most permissive way t...Greg Clayton2012-04-111-2/+8
* Export the ability to see if a symbol is externally visible and also if the s...Greg Clayton2012-04-021-1/+14
* Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata2012-03-291-0/+14
* adding a summary for Objective-C type 'Class'Enrico Granata2012-03-271-0/+14
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-28/+28
* Adding a new API call IsTypeComplete() to SBType. This call is meant to check...Enrico Granata2012-03-241-1/+6
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-5/+13
OpenPOWER on IntegriCloud