summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tentative fix (add `extern "C"` declarations to expression prefix) and printi...Kuba Brecka2016-04-072-40/+70
* Enable TestDebugBreak on x86_64 as wellPavel Labath2016-04-071-1/+1
* Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath2016-04-072-20/+39
* Symbol: fix buildSaleem Abdulrasool2016-04-071-2/+2
* Reduce code duplication in ProcessGDBRemotePavel Labath2016-04-062-39/+20
* Fixup TestLinuxCore on windowsPavel Labath2016-04-061-0/+2
* Fix and xfail TestRegisterVariables after rL265498Tamas Berghammer2016-04-062-8/+3
* Fix a cornercase in breakpoint reportingPavel Labath2016-04-061-0/+17
* Fixup r265398Pavel Labath2016-04-061-0/+1
* make TestRegisterVariables slightly more resilientTodd Fiala2016-04-062-16/+123
* The FixItList typedef should have been inside "class ClangDiagnostic".Jim Ingham2016-04-061-1/+2
* If the fixed expression doesn't parse, don't tell the user about it.Jim Ingham2016-04-061-0/+5
* Don't write "using $_lldb_local_vars" statements for variables withJim Ingham2016-04-061-1/+1
* Revert "XFail TestImport.py on Windows because Python 3 import rules don't wo...Adrian McCarthy2016-04-051-1/+0
OpenPOWER on IntegriCloud