summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix type_lookup test to make buildbots happyEugene Zemtsov2018-05-013-3/+3
* Log to the process channel, not target twice.Jason Molenda2018-05-011-1/+1
* Add logging when ArchSpec::SetArchitecture is given a cputype andJason Molenda2018-05-011-0/+5
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-3010-37/+39
* Move the persistent variable counter into TargetAdrian Prantl2018-04-3011-19/+30
* Remove premature caching of the global variables list in CompileUnit.Adrian Prantl2018-04-303-5/+20
* Protect DWARFCompileUnit::m_die_array by a new mutexJan Kratochvil2018-04-302-3/+18
* Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton2018-04-305-5/+173
* Reflow paragraphs in comments.Adrian Prantl2018-04-30604-13438/+11190
* Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matchedJan Kratochvil2018-04-309-19/+42
* llgs tests: Use noack-mode for communication to avoid pr37294Pavel Labath2018-04-302-2/+16
* ObjectFileELF: Add support for arbitrarily named code sectionsPavel Labath2018-04-305-0/+73
* Fixup r331049 (FileSpec auto-normalization)Pavel Labath2018-04-302-11/+5
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-2914-5/+51
* Fix build bots after r331049 broke them.Greg Clayton2018-04-271-10/+10
* [debugserver] Fix the G packet handling.Frederic Riss2018-04-272-1/+12
* Always normalize FileSpec paths.Greg Clayton2018-04-2712-210/+186
* Mark test as @skipIfOutOfTreeDebugserverFrederic Riss2018-04-271-0/+1
* Fix a thinko in the iteration over StructuredDataPlugin Create functions.Jim Ingham2018-04-271-3/+8
* [debugserver] Fix handling of the 'g' packetFrederic Riss2018-04-272-1/+33
* [debugserver] Return 'ios' instead of 'iphoneos' for the ostype.Frederic Riss2018-04-252-10/+10
* Fix -Wswitch warning after r330790.Benjamin Kramer2018-04-251-0/+3
* [lit, lldbsuite] Update the lldbsuite to correctly run tests on windows and w...Aaron Smith2018-04-242-6/+9
* [dotest] Make the set of tests independent of the test configurationPavel Labath2018-04-243-61/+33
* [CMake] Add the missing `dsymutil` dependency when running tests.Davide Italiano2018-04-231-0/+1
* llgs-tests: Increase packet time outPavel Labath2018-04-231-0/+1
* [CMake] Gate 'dsymutil' dependencyJonas Devlieghere2018-04-231-2/+2
* [lit] Generate a single lit cfg file for tests that require dotest.pyJonas Devlieghere2018-04-212-16/+47
* Temporarily skip Go TestExpressions on FreeBSD as it hangsEd Maste2018-04-211-0/+1
* FreeBSD: propagate error to user if memory access failsEd Maste2018-04-211-2/+6
* Fix the Xcode gtest target for the move of FileSpecTest.cpp.Jim Ingham2018-04-201-1/+1
* Fix a crash when resolving overloads of C++ virtual methods.Adrian Prantl2018-04-204-1/+29
* Move FileSpecTest to UtilityPavel Labath2018-04-203-7/+7
* [DWARFASTParserClang] Remove dead code. NFCI.Davide Italiano2018-04-201-42/+0
* Fix narrowing warning by appending `f` to literal constant.Adrian McCarthy2018-04-191-1/+1
* Attempt to fix TestMiniDump on windowsPavel Labath2018-04-192-7/+8
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-187-6/+98
* [LIT] Have lit run the lldb test suiteJonas Devlieghere2018-04-184-5/+133
* Report more precise error message when attach failsPavel Labath2018-04-183-5/+39
* Change PlatformPosix::DoLoadImage to use a UtilityFunction.Jim Ingham2018-04-174-50/+321
* Fix the xcode project for the Args -> Utility move.Jim Ingham2018-04-171-6/+6
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-1752-74/+61
* [Statistics] Relax the test output a little bit.Davide Italiano2018-04-161-4/+4
* [Commands] Expose statistics through the SBAPI.Davide Italiano2018-04-167-0/+60
* Make sure deleting all breakpoints clears their sites firstEugene Zemtsov2018-04-163-5/+30
* [lldb-private] Mark a function as inline to prevent multiple def errors.Davide Italiano2018-04-161-1/+1
* [Statistics] Move GetStatDescription to an header file.Davide Italiano2018-04-162-18/+18
* Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWA...Jan Kratochvil2018-04-148-828/+569
* Revert "[debugserver] Remove dead function call. NFCI."Davide Italiano2018-04-131-0/+3
* [debugserver] Remove dead function call. NFCI.Davide Italiano2018-04-131-3/+0
OpenPOWER on IntegriCloud