summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...Michael Sartain2013-07-163-8/+43
* Fix typeos.Jason Molenda2013-07-161-3/+3
* Add tests for 'thread step out' for multithreaded programsDaniel Malea2013-07-163-0/+216
* Fixed a problem in IRForTarget where we would notSean Callanan2013-07-154-2/+107
* Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef)Enrico Granata2013-07-151-2/+2
* Remove unused RunLocker and related codeEd Maste2013-07-152-59/+0
* <rdar://problem/13793059>Greg Clayton2013-07-157-40/+250
* Fix typeo in diagnose-unwind.py.Jason Molenda2013-07-151-1/+1
* Fix issues with GCC debugging. GCC emits DWARF in unique ways that LLDB wasn'...Greg Clayton2013-07-152-0/+18
* Actually use the return value we get back whenSean Callanan2013-07-151-15/+10
* Adds a passing test for step-over and step-out when the inferior is about to ...Ashok Thirumurthi2013-07-153-0/+106
* Bump version number to 310.99.0.Jason Molenda2013-07-155-35/+35
* Commit Timothee Besset's patch to update Host/linux/Host.cpp to keep upJason Molenda2013-07-151-1/+1
* Modified the expression parser to only try toSean Callanan2013-07-122-5/+15
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-1219-1346/+7
* Missed a checking that should have been checked in with 186211.Greg Clayton2013-07-121-1/+1
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-1212-49/+194
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-1219-7/+1346
* Added Repr() and Str() member functions to our PythonObject class to allow ea...Enrico Granata2013-07-122-0/+28
* Adding information on the scriptable keywords ${target|process|thread|frame.s...Enrico Granata2013-07-121-1/+22
* Fix the linux gcc 4.6.3 buildbot failures that happened after my recent types...Greg Clayton2013-07-121-1/+3
* Enabled the "--debug" option functionality that will SIGSTOP the current proc...Greg Clayton2013-07-121-0/+5
* Work-around for GCC issue where setting a breakpoint on a vector definition a...Daniel Malea2013-07-121-7/+5
* Handle BreakNotify for threads whose tid doesn't match the ThreadSpec of the ...Ashok Thirumurthi2013-07-121-7/+27
* The correct max value for size_t variables is SIZE_MAX not UINT64_MAX. Remov...Jim Ingham2013-07-121-1/+1
* Fix gcc buildbot failures, re-enable tests disabled due to llvm.org/pr16575Daniel Malea2013-07-121-11/+2
* TypeHierarchyNavigator was removed in r186130Ed Maste2013-07-121-1/+0
* Unblock buildbot.Greg Clayton2013-07-111-1/+2
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-1114-197/+86
* Huge change to clean up types.Greg Clayton2013-07-11104-10333/+8243
* Tentatively re-enabling TestBreakAfterJoin on LinuxDaniel Malea2013-07-111-1/+0
* Added a memory.py module that contains a 'memfind' command which allows you t...Greg Clayton2013-07-111-0/+181
* Enable Mac OS X tests disabled due to llvm.org/pr16567Daniel Malea2013-07-111-9/+0
* Improve TestConcurrentEvents.pyDaniel Malea2013-07-112-86/+126
* Tweaks to the Python reference and example command to use the preferred print...Enrico Granata2013-07-112-6/+6
* Adds methods to ObjectFileELF to access data in ELF segmentsAshok Thirumurthi2013-07-112-1/+40
* Fix unhandled SIGTRAP signal on Linux causing assertion.Matt Kopec2013-07-111-0/+7
* Fix "source list -n printf" on Linux (printf is symbol alias for __printf)Michael Sartain2013-07-114-30/+166
* Add stub GetThreadName for FreeBSD, missed in r186033.Ed Maste2013-07-111-0/+7
* Add a -remote-file option to “target create” to specify the location of t...Jim Ingham2013-07-111-2/+15
* Stop process monitor from ProcessPOSIX::FinalizeAndrew Kaylor2013-07-104-6/+17
* Add support for listing inferior thread names on Linux.Matt Kopec2013-07-107-36/+112
* Adding a summary for ObjC blocksEnrico Granata2013-07-101-0/+7
* Fixed an issue introduced with my last fix where the command and sequence ID ...Greg Clayton2013-07-101-1/+1
* Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs ...Jim Ingham2013-07-101-0/+4
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-1030-1056/+971
* Fixed the CommunicationKDP::SendRequestAndGetReply() to correctly be able to ...Greg Clayton2013-07-101-8/+37
* Add silent option to command source.Michael Sartain2013-07-091-1/+9
* Reverting ProcessMonitor shared pointer changesAndrew Kaylor2013-07-096-22/+18
* Second attempt at getting the PyCallable changes in trunkEnrico Granata2013-07-0911-1427/+1080
OpenPOWER on IntegriCloud