summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Mark TestPrintStackTraces as flaky on linuxPavel Labath2016-05-091-0/+1
* Enable NamespaceLookupTestCase.test_scope_lookup_before_using_with_run_comman...Pavel Labath2016-05-091-1/+1
* Fix assertion in SymbolFilePDBPavel Labath2016-05-091-0/+4
* Take the API lock in SBThread::IsValid & SBFrame::IsValid.Jim Ingham2016-05-072-2/+27
* Remove some lldbassert's from the packet checking code.Jim Ingham2016-05-071-5/+0
* Fix the way the ShouldStopHere checker handles the general case of "stepping ...Jim Ingham2016-05-061-6/+33
* Fix LLDB after removal of PDB_ErrorCodeZachary Turner2016-05-061-1/+1
* debugserver; fix -Wunused-local-typedef, -Wunused-variable warningsSaleem Abdulrasool2016-05-061-7/+0
* debugserver: fix a couple of -Wmissing-field-initializers warningsSaleem Abdulrasool2016-05-061-1/+3
* debugserver: fix some -Wpessimizing-move warningsSaleem Abdulrasool2016-05-061-3/+3
* debugserver: fix a few -Wcovered-swift-default warningsSaleem Abdulrasool2016-05-062-2/+0
* debugserver: fix some -Wformat-pedantic warningsSaleem Abdulrasool2016-05-061-16/+7
* Fix standalone build on RHEL6.Eugene Zelenko2016-05-061-0/+1
* Revert r268591Enrico Granata2016-05-0516-98/+38
* Fix TestEvents.py on OS XTodd Fiala2016-05-051-3/+6
* fix argument usage for '-#' command line optionTodd Fiala2016-05-051-1/+1
* Guard AddCXXSynthetic with LLDB_DISABLE_PYTHONTamas Berghammer2016-05-051-0/+2
* Bump up timeout in AdbClientPavel Labath2016-05-051-1/+1
* Add support for displaying Java array types on AndoridTamas Berghammer2016-05-057-70/+258
* Downgrade skip to xfail in TestBitfields on linuxPavel Labath2016-05-051-1/+1
* Fix EOF handling in AdbClient (take 2)Pavel Labath2016-05-051-5/+16
* Fix syntax errors in TestEnumTypesPavel Labath2016-05-051-1/+2
* Fix DW_AT_specification handling in DWO filesPavel Labath2016-05-056-1/+71
* Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata2016-05-0516-38/+98
* Make the functions that fetch data from the ObjC runtime choose whether or no...Enrico Granata2016-05-051-15/+13
* XFail TestEnumTypes.py on WindowsAdrian McCarthy2016-05-042-7/+8
* XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy2016-05-044-12/+24
* Unblock the windows buildbot.Greg Clayton2016-05-041-0/+1
* Don't let two threads call Debugger::Clear simultaneously.Greg Clayton2016-05-042-24/+40
* Fixed a missing break and fixed spacing.Greg Clayton2016-05-041-22/+23
* Intentionally leak the ASTSourceMap instead of destroying it when LLDB quits.Sean Callanan2016-05-041-2/+3
* Update for llvm change to add pdb namespace.Zachary Turner2016-05-045-44/+50
* Fix a SIGSEGV caused by dereferencing a pointer without a null checkBryan Chan2016-05-041-2/+2
* Add a way for an ObjectFile to indicate that assembly emulationJason Molenda2016-05-046-3/+71
* You have to call setHasLoadedFieldsFromExternalStorage AFTER callingJim Ingham2016-05-041-1/+1
* Added a testcase for the ptr_refs tool so we catch if it stops working.Sean Callanan2016-05-033-0/+75
* Split out console and file writing cases in TestCommandScriptImmediateOutputFrancis Ricci2016-05-031-4/+17
* Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2016-05-0312-272/+127
* Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2016-05-0312-127/+272
* Another little example use of scripted thread plans.Jim Ingham2016-05-031-0/+25
* debugserver should fflush its log stream in FileLogCallback, now it does.Greg Clayton2016-05-021-2/+3
* Fix an issue where the apropos command would not print fully qualified comman...Enrico Granata2016-05-022-1/+23
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-0216-5/+450
* Add more debug logging to g_get_shared_cache_class_info_bodyEnrico Granata2016-05-021-1/+14
* Add an argument to ValueObject::GetSyntheticBase that allows for name customi...Enrico Granata2016-05-022-5/+14
* I forgot to check in the test case for the changes I made to synthetic childr...Enrico Granata2016-05-024-0/+127
* Add support for synthetic child providers to optionally return a customized t...Enrico Granata2016-05-026-0/+94
* Update test for r268192.Kuba Brecka2016-05-011-3/+3
* Improve wording and capitalization of TSan thread names.Kuba Brecka2016-05-011-7/+7
* Add thread numbers into ASan thread names.Kuba Brecka2016-05-011-5/+8
OpenPOWER on IntegriCloud