summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NFC] Cleanup the code used to run shell commands from testsTamas Berghammer2016-04-056-71/+34
* Enabling TSan tests, they should work now.Kuba Brecka2016-04-052-2/+0
* Fix ThreadSanitizer test cases to work on OS X 10.10 and older.Kuba Brecka2016-04-052-0/+10
* Fix TestPlatformProcessConnect after rL265357Tamas Berghammer2016-04-051-1/+5
* Fix a bug in linux core file handlingPavel Labath2016-04-0510-10/+106
* Consolidate the knowledge of what arm cores are always executingJason Molenda2016-04-055-26/+65
* Improve the way LLDB escapes arguments before passing them to the shellEnrico Granata2016-04-046-7/+45
* Implement `target modules dump objfile`Adrian McCarthy2016-04-042-6/+122
* disabled TSAN tests until the author can help track down CI failuresTodd Fiala2016-04-042-0/+2
* Xcode: run gtests when building the lldb-gtest targetTodd Fiala2016-04-041-0/+15
* Xcode: modify lldb-python-test-suite target to build inferiors with $(LLDB_PY...Todd Fiala2016-04-041-1/+5
* Set the architecture type from minidump more precisely. Differentiate i686 v...Adrian McCarthy2016-04-041-2/+10
* Make FileSpec handling platform-independentPavel Labath2016-04-042-40/+119
* Fix flakyness in TestWatchpointMultipleThreadsPavel Labath2016-04-042-7/+2
* Add some unit tests for ClangASTContext.Zachary Turner2016-04-016-133/+416
* Fixed an issue where if we have DWARF in an executable that has multiple lang...Greg Clayton2016-04-013-3/+27
* skip and xfail two std::list-related libcxx tests that fail on OS X with TOT ...Todd Fiala2016-04-012-0/+2
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-014-145/+41
* mark TestCallWithTimeout.py XFAIL on macosx.Todd Fiala2016-04-011-1/+1
* Guard xunit result test class and test method name access to prevent testbot ...Todd Fiala2016-04-011-2/+2
* Fix clean rule for a makefilePavel Labath2016-04-011-1/+1
* Change a recently added assert into lldbassertPavel Labath2016-04-011-1/+2
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-016-9/+201
* Don't vary debug info for lldb-server testsPavel Labath2016-03-312-1/+13
* Fix DWO breakage in r264909Pavel Labath2016-03-314-3/+13
* Add --help and --long-help options to 'command alias' such that one can now s...Enrico Granata2016-03-312-7/+168
* Enhance the 'type X list' commands such that they actually alert the user if ...Enrico Granata2016-03-303-11/+26
* Fixed a problem where a dSYM wasn't properly found because it had the wrong nameSean Callanan2016-03-302-2/+3
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-3018-333/+360
* Fix header name.Jim Ingham2016-03-301-1/+1
* Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...Kuba Brecka2016-03-302-2/+6
* Fix SocketAddressTest (again)Pavel Labath2016-03-301-1/+2
* Fix warning in ThreadSanitizerRuntimePavel Labath2016-03-301-1/+1
* Fix warning in ClangExpressionParserPavel Labath2016-03-301-1/+1
* Fix flakyness in TestWatchpointMultipleThreadsPavel Labath2016-03-302-13/+3
* Don't register the addresses of private symbols from expressions.Sean Callanan2016-03-301-1/+1
* Fixed the failing test TestCommandScriptImmediateOutput on MacOSX. Turns out ...Greg Clayton2016-03-303-6/+6
* LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (...Greg Clayton2016-03-291-2/+2
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-2913-68/+217
* When creating typedefs, don't call Type::GetName() since that might recursive...Greg Clayton2016-03-291-4/+4
* Don't try to call getTypeSize() on a class if it isn't complete as clang will...Greg Clayton2016-03-291-1/+9
* Move DynamicLoader plugins to SystemInitializerFullPavel Labath2016-03-292-12/+12
* Revert the "build fix" in r264104Pavel Labath2016-03-291-4/+0
* Fix infinite recursion in DWO file parsingPavel Labath2016-03-294-37/+45
* Add ClangUtil.cpp to the xcode projectPavel Labath2016-03-291-0/+8
* Add missing swig wrappers for r264662Pavel Labath2016-03-291-0/+5
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-2817-611/+584
* Expose top-level Clang expressions via the command line and the API.Sean Callanan2016-03-2810-1/+206
OpenPOWER on IntegriCloud