summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fixing a bunch of issues with the OS plugin codeEnrico Granata2012-08-243-3/+9
* Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...Enrico Granata2012-08-244-4/+160
* Was forcing everyone on ToT to use the PythonOSPlugin.. my badEnrico Granata2012-08-241-1/+1
* Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata2012-08-247-13/+244
* Fix a typo.Johnny Chen2012-08-241-1/+1
* Switch over to using object instances for all PythonData objects.Greg Clayton2012-08-232-86/+178
* Clarify the doc string for register-name a bit, add flags.Jim Ingham2012-08-231-1/+4
* Take '--help' as well as '-h' as hint to emit the usage output.Johnny Chen2012-08-231-1/+1
* Document the generic register names in help for register-name.Jim Ingham2012-08-231-1/+15
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-235-1/+93
* A first version of a bunch of classes that wrap commonly used Python objects ...Enrico Granata2012-08-234-0/+459
* Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton2012-08-236-1/+370
* gdb format should default to count of 1.Jim Ingham2012-08-231-2/+2
* Make the substring un-matching more robust.Johnny Chen2012-08-231-1/+1
* Make a test scenario stronger, since, by default, the setting interpreter.exp...Johnny Chen2012-08-231-2/+3
* Fix the test suite failures as a result of r162418 check-in.Johnny Chen2012-08-232-2/+5
* rdar://problem/12022371Johnny Chen2012-08-232-2/+61
* <rdar://problem/12022079>Greg Clayton2012-08-239-17/+161
* Fix some indenting.Jim Ingham2012-08-221-25/+25
* Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham2012-08-229-110/+242
* Check that the data buffer is non-null before getting its file contents.Jim Ingham2012-08-221-1/+5
* Change the man page install phase to only run in "desktop" and "desktop-no-xp...Jason Molenda2012-08-221-1/+2
* Modified .lldb-loggings now to direct the lldb log files to the same session ...Johnny Chen2012-08-222-1/+67
* Demonstrate how to use the config file and the pre-flight functionality to ro...Johnny Chen2012-08-224-0/+189
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-2219-3430/+235
* Fixed a Linux building bug pointed out by Daniel Malea.Filipe Cabecinhas2012-08-221-1/+1
* Fix wrong directory pathname.Johnny Chen2012-08-221-2/+2
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-22104-7795/+11430
* Added a test for the Python part of SBInputReader callbacks.Filipe Cabecinhas2012-08-224-2/+63
* Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas2012-08-224-2/+91
* rdar://problem/11324515Johnny Chen2012-08-224-3/+133
* Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...Johnny Chen2012-08-213-1/+34
* Remove the process->DisableWatchpoint() and EnableWatchpoint() calls since th...Johnny Chen2012-08-211-4/+2
* rdar://problem/12144930Johnny Chen2012-08-212-1/+26
* Comment change.Johnny Chen2012-08-211-2/+3
* SBValue::GetTypeName and SBValue::GetByteSize might have to update the dynami...Jim Ingham2012-08-211-4/+45
* Fix the wrong comment in TestUUIDMismatchWarnings.py.Johnny Chen2012-08-202-2/+3
* Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...Johnny Chen2012-08-202-3/+13
* Added qVAttachOrWaitSupported packet support.Greg Clayton2012-08-201-0/+1
* A baton isn't needed to dispatch input.Filipe Cabecinhas2012-08-205-6/+22
* Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends.Filipe Cabecinhas2012-08-201-0/+35
* Some eh_frame unwind instructions will define a return address register;Jason Molenda2012-08-184-13/+50
* Fix missing braces from the python-GIL merge.Johnny Chen2012-08-181-1/+4
* Merge python-GIL bracnh (by filcab) back into trunk!Johnny Chen2012-08-184-146/+83
* Fix a race condition where multiple PythonInputReaderManager instances could,...Johnny Chen2012-08-172-30/+43
* Committed a simple dtrace script that tracksSean Callanan2012-08-171-0/+18
* Fixed some small formatting issues in the help forSean Callanan2012-08-161-2/+4
* Fixed a crash when incomplete expression variablesSean Callanan2012-08-161-0/+6
* Catch timestamps for the beginning and end of the test suite run.Johnny Chen2012-08-161-5/+10
* Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>!Johnny Chen2012-08-161-0/+12
OpenPOWER on IntegriCloud