summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Augment the 'language objc class-table dump' command to take a "-v" option, w...Enrico Granata2016-04-142-8/+159
* Match types in for loop to fix signedness comparison warningEd Maste2016-04-131-2/+2
* Remove obsolete commentsPavel Labath2016-04-131-2/+0
* Fix test rerun logicPavel Labath2016-04-131-1/+1
* Update Symtab::InitAddressIndexes so that computed symbol sizesJason Molenda2016-04-132-13/+100
* Attempt to fix TestCPPBreakpointLocations on Linux/Android.Oleksiy Vyalov2016-04-131-1/+1
* Fix breakpoint_set_restart test for WindowsAdrian McCarthy2016-04-121-2/+8
* Fixed being able to set breakpoints on destructors when we don't fully specif...Greg Clayton2016-04-122-1/+4
* Use the FormatEntity work for great good - parse summary strings before accep...Enrico Granata2016-04-121-8/+11
* Cleanup the arguments for 'memory find' such that the help system reflects th...Enrico Granata2016-04-121-5/+5
* Revert to using libdispatch to reap threads on MacOSX. Code was accidentally ...Greg Clayton2016-04-121-21/+33
* Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata2016-04-122-4/+5
* Breakpoint conditions were making result variables, which they should not do. Jim Ingham2016-04-128-24/+48
* 'int' is reported as an exception on OS X not as a signal. I don't thinkJim Ingham2016-04-121-1/+1
* Fixup TestFdLeakPavel Labath2016-04-121-3/+5
* Bump up timeout in TestGdbRemoteProcessInfoPavel Labath2016-04-121-1/+1
* Skip a test in TestNamespaceLookup on linux to avoid a crashPavel Labath2016-04-121-0/+1
* Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath2016-04-122-8/+8
* Process: fix the build with certain kernel versionsSaleem Abdulrasool2016-04-121-0/+2
* Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata2016-04-122-8/+8
* Fixed Variable::GetDecl() and Variable::GetDeclContext() to check the "Type *...Greg Clayton2016-04-121-4/+10
* Add support for resolving dynamic types of extended ObjC tagged pointersEnrico Granata2016-04-112-0/+188
* Add support for additional NSArray formattersEnrico Granata2016-04-112-2/+41
* Add a formatter for zero-sized NSDataEnrico Granata2016-04-111-0/+4
* Mark TestPrintStackTraces as flaky on android armPavel Labath2016-04-111-0/+1
* [Driver] Fix a segfault in signal handlersPavel Labath2016-04-111-2/+6
* Retry deletion of temporary files to avoid race conditions on Windows.Adrian McCarthy2016-04-111-12/+15
* Remove unintentional returnBhushan D. Attarde2016-04-111-1/+0
* Fix makefile for TestMiThreadInfo after rL265858 (2nd try)Tamas Berghammer2016-04-111-0/+2
* Fix makefile for TestMiThreadInfo after rL265858Tamas Berghammer2016-04-111-2/+0
* Add a ThreadSanitizer testcase that tests multiple reported issues.Kuba Brecka2016-04-103-0/+212
* Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...Kuba Brecka2016-04-106-61/+290
* Fix TestBreakpointSetRestart failure on Android.Oleksiy Vyalov2016-04-091-6/+12
* Remove what I believe are the last known instances of formatters that run codeEnrico Granata2016-04-086-92/+33
* -thread-info in lldbmi does not conform to protocol. Should end with current ...Chuck Ries2016-04-085-4/+90
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-087-257/+2
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-084-4/+66
* Fix #ifdef __APPLE__ code is the swig Python bindingsTodd Fiala2016-04-081-2/+2
* fix missing import of 'time' in lldbutil.wait_for_file_on_targetTodd Fiala2016-04-081-0/+1
* Cleanups to command alias to refer to itself as 'command alias' and not allow...Enrico Granata2016-04-081-5/+17
* Add help for our regular expression commands when aliasedEnrico Granata2016-04-081-16/+12
* Append a missing \nEnrico Granata2016-04-081-1/+1
* Remove bad indentation introduced in 263859Luke Drummond2016-04-081-21/+21
* Revert bad commit 265797.Luke Drummond2016-04-081-15/+1
* Fix indentation for commit 263859.Luke Drummond2016-04-081-1/+15
* Fix-up LLDB build after rL13179Tamas Berghammer2016-04-081-18/+54
* Fix TestImport for Windows by ensuring backslashes in the directory paths are...Adrian McCarthy2016-04-071-7/+8
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-075-39/+1
* Enabling AddressSanitizer tests, they should pass now (and this time I mean it).Kuba Brecka2016-04-072-2/+0
* Simplify the ASan expression (follow-up for the previous commit, r265651).Kuba Brecka2016-04-071-2/+2
OpenPOWER on IntegriCloud