summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* XFail TestImport.py on Windows because Python 3 import rules don't work that ...Adrian McCarthy2016-04-051-0/+1
* Fix a crasher that could happen if ClangASTSource::CompleteType() found a typ...Greg Clayton2016-04-051-3/+3
* Fix dotest.py '-p' option for multi-process modeStephane Sezer2016-04-051-0/+4
* Update watchpoint help to use new -s flagStephane Sezer2016-04-051-7/+7
* Print environment when dumping arch tripleStephane Sezer2016-04-051-0/+4
* Make sure to update Target arch if environment changedStephane Sezer2016-04-051-1/+1
* Allow gdbremote process to read modules from memoryStephane Sezer2016-04-055-63/+22
* Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")Kuba Brecka2016-04-052-0/+2
* Enabling AddressSanitizer tests, they should work now.Kuba Brecka2016-04-052-2/+0
* Fixing AddressSanitizer tests (update expectations for current ASan, make it ...Kuba Brecka2016-04-052-23/+13
OpenPOWER on IntegriCloud