| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a ThreadSanitizer testcase that tests multiple reported issues. | Kuba Brecka | 2016-04-10 | 3 | -0/+212 |
* | Provide more information in ThreadSanitizer's JSON data. Move remaining TSan... | Kuba Brecka | 2016-04-10 | 1 | -2/+2 |
* | Fix TestBreakpointSetRestart failure on Android. | Oleksiy Vyalov | 2016-04-09 | 1 | -6/+12 |
* | Remove what I believe are the last known instances of formatters that run code | Enrico Granata | 2016-04-08 | 4 | -48/+11 |
* | Remove even more of the data formatters that silently run code | Enrico Granata | 2016-04-08 | 2 | -31/+1 |
* | Reset continue_after_async only if neither SIGINIT nor SIGSTOP received. | Oleksiy Vyalov | 2016-04-08 | 3 | -0/+61 |
* | Enabling AddressSanitizer tests, they should pass now (and this time I mean it). | Kuba Brecka | 2016-04-07 | 2 | -2/+0 |
* | Enable TestDebugBreak on x86_64 as well | Pavel Labath | 2016-04-07 | 1 | -1/+1 |
* | Fixup TestLinuxCore on windows | Pavel Labath | 2016-04-06 | 1 | -0/+2 |
* | Revert "XFail TestImport.py on Windows because Python 3 import rules don't wo... | Adrian McCarthy | 2016-04-05 | 1 | -1/+0 |
* | XFail TestImport.py on Windows because Python 3 import rules don't work that ... | Adrian McCarthy | 2016-04-05 | 1 | -0/+1 |
* | Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.") | Kuba Brecka | 2016-04-05 | 2 | -0/+2 |
* | Enabling AddressSanitizer tests, they should work now. | Kuba Brecka | 2016-04-05 | 2 | -2/+0 |
* | Fixing AddressSanitizer tests (update expectations for current ASan, make it ... | Kuba Brecka | 2016-04-05 | 2 | -23/+13 |
* | [NFC] Cleanup the code used to run shell commands from tests | Tamas Berghammer | 2016-04-05 | 2 | -44/+2 |
* | Enabling TSan tests, they should work now. | Kuba Brecka | 2016-04-05 | 2 | -2/+0 |
* | Fix ThreadSanitizer test cases to work on OS X 10.10 and older. | Kuba Brecka | 2016-04-05 | 2 | -0/+10 |
* | Fix a bug in linux core file handling | Pavel Labath | 2016-04-05 | 5 | -8/+71 |
* | Improve the way LLDB escapes arguments before passing them to the shell | Enrico Granata | 2016-04-04 | 1 | -1/+5 |
* | disabled TSAN tests until the author can help track down CI failures | Todd Fiala | 2016-04-04 | 2 | -0/+2 |
* | Fix flakyness in TestWatchpointMultipleThreads | Pavel Labath | 2016-04-04 | 2 | -7/+2 |
* | skip and xfail two std::list-related libcxx tests that fail on OS X with TOT ... | Todd Fiala | 2016-04-01 | 2 | -0/+2 |
* | Remove more of the code-running ObjC data formatter support | Enrico Granata | 2016-04-01 | 1 | -6/+1 |
* | Enhance the 'type X list' commands such that they actually alert the user if ... | Enrico Granata | 2016-03-30 | 2 | -1/+4 |
* | Fix flakyness in TestWatchpointMultipleThreads | Pavel Labath | 2016-03-30 | 2 | -13/+3 |
* | Fixed the failing test TestCommandScriptImmediateOutput on MacOSX. Turns out ... | Greg Clayton | 2016-03-30 | 2 | -5/+5 |
* | Fix an issue with nested aliases where the help system wouldn't correctly tra... | Enrico Granata | 2016-03-25 | 1 | -0/+8 |
* | Make File option flags consistent for Python API | Stephane Sezer | 2016-03-24 | 2 | -1/+44 |
* | Make 'type lookup' print an error message instead of complete radio silence w... | Enrico Granata | 2016-03-24 | 1 | -0/+1 |
* | Add ThreadSanitizer debugging support. | Kuba Brecka | 2016-03-23 | 6 | -0/+219 |
* | Change 'apropos' such that it doesn't look into the "long help/syntax" string... | Enrico Granata | 2016-03-23 | 1 | -1/+1 |
* | Fix a bug caused by my alias refactoring where, if an alias was defined in te... | Enrico Granata | 2016-03-22 | 3 | -0/+87 |
* | Add a DiagnosticManager replace error streams in the expression parser. | Sean Callanan | 2016-03-19 | 1 | -42/+42 |
* | Fix thread/process ID reading from linux core files | Pavel Labath | 2016-03-16 | 7 | -0/+94 |
* | On some platforms, the compiler is allowed to assume that BOOL == bool. On ot... | Enrico Granata | 2016-03-15 | 2 | -1/+9 |
* | Make it so that the data formatter for NSError can see through a variable of ... | Enrico Granata | 2016-03-15 | 2 | -5/+8 |
* | Fixed MemoryCache L1 cache flush | Marianne Mailhot-Sarrasin | 2016-03-11 | 3 | -0/+81 |
* | [LLDB][MIPS] Fix TestDisassembleBreakpoint | Mohit K. Bhakkad | 2016-03-07 | 1 | -1/+1 |
* | Revert a part of "Add/Improve complex, vector, aggregate types handling for S... | Pavel Labath | 2016-02-29 | 1 | -3/+3 |
* | Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft... | Omair Javaid | 2016-02-29 | 1 | -3/+3 |
* | [LLDB][MIPS] Fix TestInferiorAssert.py for MIPS | Sagar Thakur | 2016-02-26 | 1 | -0/+4 |
* | Get register context for the 32-bit process in a WoW64 process minidump | Adrian McCarthy | 2016-02-25 | 3 | -0/+107 |
* | xfail case sensitivity test on Linux. | Zachary Turner | 2016-02-24 | 1 | -0/+1 |
* | Some fixes for case insensitive paths on Windows. | Zachary Turner | 2016-02-24 | 3 | -0/+134 |
* | Remove expectedFailureFreeBSD decorator | Ed Maste | 2016-02-19 | 10 | -14/+14 |
* | Remove XFAIL from test passing on FreeBSD | Ed Maste | 2016-02-19 | 1 | -1/+0 |
* | Remove XFAIL from test passing on FreeBSD | Ed Maste | 2016-02-19 | 1 | -1/+0 |
* | Remove expectedFlakeyFreeBSD decorator for prompt setting | Ed Maste | 2016-02-18 | 1 | -1/+0 |
* | Add target and host platform enumerations so we're not using strings. | Zachary Turner | 2016-02-18 | 2 | -2/+4 |
* | Bump up timeout in TestChangeProcessGroup | Pavel Labath | 2016-02-16 | 1 | -1/+1 |