summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [LLDB]{MIPS] Fix TestPlatformProcessConnect.pyMohit K. Bhakkad2016-03-224-18/+19
* [JITLoaderGDB] Pack the jit entry struct according to the target arch.Siva Chandra2016-03-222-8/+25
* Collect IRExecutionUnits as part of persistent expression state.Sean Callanan2016-03-216-82/+436
* Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham2016-03-2114-14/+52
* Attempt to fix MSVC build (no __attribute__ there)Pavel Labath2016-03-201-0/+1
* Use Enrico's new CommandAlias to give better help to the "sif" command.Jim Ingham2016-03-191-1/+7
* Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan2016-03-195-56/+83
* Fix the project file for the removal of lldb-mi's Platform.cpp.Jim Ingham2016-03-191-4/+0
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-1945-768/+1035
* Delete the custom implementation of signal() on Windows.Zachary Turner2016-03-186-113/+5
* Fix a build issue where the python module could become stale.Zachary Turner2016-03-181-4/+17
* Added a break statement that was needed. Caught by clang's unannotated case f...Greg Clayton2016-03-181-1/+2
* Fixed an case fall through that wasn't meant to happen. Caught by clang's una...Greg Clayton2016-03-181-7/+8
* Fixed a bug where DW_AT_start_scope would fall through to DW_AT_artificial in...Greg Clayton2016-03-181-32/+33
* Fix deadlock due to thread list locking in 'bt all' with obj-cStephane Sezer2016-03-171-38/+72
* Fix null pointer "dereference" in DomainSocketPavel Labath2016-03-161-1/+1
* Switch from unittest2.expectedFailure to our own decorator on TestSTLPavel Labath2016-03-161-2/+1
* Mark an LLGS test as flakyPavel Labath2016-03-161-0/+1
* [test] Persist packets between expect_gdbremote_sequence invocationsPavel Labath2016-03-163-30/+41
* Fix thread/process ID reading from linux core filesPavel Labath2016-03-168-2/+96
* Move OperatingSystem plugins to SystemInitializerFullPavel Labath2016-03-162-11/+12
* On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...Enrico Granata2016-03-153-7/+21
* Make it so that the data formatter for NSError can see through a variable of ...Enrico Granata2016-03-154-31/+42
* Only try to load the OS plug-in after a shared library load if we don't alrea...Greg Clayton2016-03-151-1/+4
* Fix ClangASTContext::GetFunctionArgumentAtIndex() to not water down the type ...Greg Clayton2016-03-151-1/+1
* Don't crash if the TypeSP is empty.Greg Clayton2016-03-151-1/+4
* Improve the 'type lookup' command such that it guesses to use the current's f...Enrico Granata2016-03-153-2/+52
* Remove unnecessary <limits> includes.Jim Ingham2016-03-157-9/+4
* Add regression test for expressions calling functions taking anonymous struct...Ewan Crawford2016-03-153-0/+78
* Fix expression evaluation for resolving anonymous aggregrate types with a typ...Ewan Crawford2016-03-151-0/+14
* Bump the lldb version # in the xcode project files fromJason Molenda2016-03-153-48/+48
* Workaround the fact that "b" is now a separate command object from "_regexp-b...Enrico Granata2016-03-152-6/+6
* Add some test coverage for the changes in alias helpEnrico Granata2016-03-151-0/+18
* Improve the way we decide whether an alias is a dashdash aliasEnrico Granata2016-03-151-1/+2
* This was printing arguments twice in dash-dash aliases; don't do thatEnrico Granata2016-03-151-24/+24
* Lots of progress on the CommandAlias refactoringEnrico Granata2016-03-147-136/+299
* Shuffle an #undef to avoid a warning on FreeBSDEd Maste2016-03-141-2/+1
* More of the alias refactoring work! CommandAlias is now a CommandObjectEnrico Granata2016-03-145-35/+75
* Enable expectedFailure for all Clang versions in TestRegisterVariablesEd Maste2016-03-141-1/+1
* [test] Correctly retry connections on android targetsPavel Labath2016-03-141-5/+31
* Allow any build-id length between 4 and 20 bytes inclusiveEd Maste2016-03-141-2/+3
* Extend XFlaky in TestProcessIO to linux as wellPavel Labath2016-03-141-5/+5
* Let's not convert from UINT32_MAX to the std::numeric_limits version.Jim Ingham2016-03-124-22/+24
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-1215-22/+146
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-125-428/+165
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-113-293/+199
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-113-318/+253
* Remove the skip if Darwin since I fixed the crash.Jim Ingham2016-03-111-1/+0
* Check for a NULL input filehandle before referencing it.Jim Ingham2016-03-111-8/+11
* Fixed MemoryCache L1 cache flushMarianne Mailhot-Sarrasin2016-03-114-1/+86
OpenPOWER on IntegriCloud