summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Bump to lldb-141.Jason Molenda2012-04-184-18/+18
* Add armv7s to recognized cpu type for arm instruction emulation.Jason Molenda2012-04-181-8/+10
* We now record metadata for Objective-C interfaces,Sean Callanan2012-04-184-22/+38
* Update the way SDK directories are found so we are not reliant on the old "La...Greg Clayton2012-04-182-68/+196
* Make sure an error is returned when Process::LoadImage() fails.Greg Clayton2012-04-181-2/+5
* When an AST import fails, provide the metadataSean Callanan2012-04-171-2/+7
* Bump to lldb-140.Jason Molenda2012-04-174-18/+18
* Disabled spell checking in the expression parser,Sean Callanan2012-04-171-0/+6
* Fixed the ability to load multiple __LINKEDIT segments at the same address fo...Greg Clayton2012-04-163-14/+26
* Add the capability of supplying the pre/post-flight functions to the test sui...Johnny Chen2012-04-165-2/+125
* Added a new host function that allows us to run shell command and get the out...Greg Clayton2012-04-147-25/+296
* Added a --lldb option to override the locationSean Callanan2012-04-141-15/+19
* Made sure that the collections of mutexes used inSean Callanan2012-04-141-2/+2
* Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:Johnny Chen2012-04-144-13/+19
* Updated LLVM to take a variety of fixes toSean Callanan2012-04-143-443/+191
* The API lock was getting dropped too soon in GetVariables. GetValueObjectFor...Jim Ingham2012-04-131-5/+2
* In debug mode, assert if we haven't initialized a mutex we thought we'd initi...Jim Ingham2012-04-131-0/+1
* Don't do the work in DoTakedown if the thread plan isn't valid.Jim Ingham2012-04-131-12/+21
* The run all threads timeout in RunThreadPlan should respect the user timeout,...Jim Ingham2012-04-131-17/+40
* Added the thread ID (tid) to each packet history item and the packet history ...Greg Clayton2012-04-134-42/+95
* First step to make the test suite runnable for remote platforms.Johnny Chen2012-04-131-4/+18
* Factor out a bunch of common code in the two ThreadPlanCallFunction construct...Jim Ingham2012-04-132-97/+70
* <rdar://problem/11193466>Greg Clayton2012-04-131-10/+21
* Couple more places in SBValue where you need to take the run-lock.Jim Ingham2012-04-131-16/+58
* ThreadPlanCallFunction's destructor wasn't calling DoTakedown, so if the that...Jim Ingham2012-04-131-0/+1
* Added a --memory option to allow dumping the matching malloc block memory wit...Greg Clayton2012-04-131-11/+23
* <rdar://problem/11241798>Greg Clayton2012-04-132-8/+4
* version bump to lldb-139.Jason Molenda2012-04-134-18/+18
* Updated llvm.zip to include a fix for a leak inSean Callanan2012-04-131-0/+60
* Ditto 'requires modern objc runtime' for TestRealDefinition.py -- fix test su...Johnny Chen2012-04-131-0/+12
* Added more complete error checking for mutexes only for "Debug" builds where ...Greg Clayton2012-04-131-1/+82
* Ditto 'requires modern objc runtime' for TestObjCProperty.py -- fix test suit...Johnny Chen2012-04-131-0/+4
* Fix some test suite errors. TestForwardDecl.py errors were due to bad Makefi...Johnny Chen2012-04-133-1/+15
* Added a mechanism for keeping track of where inSean Callanan2012-04-1310-47/+117
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-1315-34/+60
* Fixed a problem where LLDB inserted regular CSean Callanan2012-04-121-0/+5
* Fixed some expression issues after switching to void * args.Greg Clayton2012-04-121-2/+2
* Fixed an issue that happens in LLDB versions after SBFrame switched to using ...Greg Clayton2012-04-121-2/+4
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-1210-25/+49
* A few tweaks done to the heap.py in me free time where we now have:Greg Clayton2012-04-122-147/+234
* Make sure that DoResume doesn't stall if we shut down the async thread while ...Jim Ingham2012-04-123-10/+59
* Cleanup, keep private types separate from private member variables.Jim Ingham2012-04-121-12/+11
* Make sure frozen_sp for a ClangExpressionVariableSean Callanan2012-04-121-1/+2
* Make the default architectures to run as both 64 and 32-bit.Johnny Chen2012-04-121-1/+1
* Fixed a crash in Clang when a superclass of anSean Callanan2012-04-111-0/+15
* Cleaned up code that was getting SBData for an SBInstruction.Greg Clayton2012-04-114-34/+77
* Cleaned up the code and we now also dump the dynamic object for the malloc bl...Greg Clayton2012-04-111-88/+125
* Get rid of absolute path in "process load" command.Greg Clayton2012-04-111-1/+1
* Added a new "heap.py" module that adds a new command line command that can fi...Greg Clayton2012-04-113-41/+195
* Fixed an issue that would cause a crash when dumping fully qualified types.Greg Clayton2012-04-111-2/+5
OpenPOWER on IntegriCloud