summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix missing function argument passthrough.Zachary Turner2016-01-231-1/+1
* Decode files with UTF-8 in lldbutil.line_number.Zachary Turner2016-01-221-1/+2
* Un xfail TestSettings.test_run_args_and_env_vars_with_dwarfZachary Turner2016-01-221-1/+0
* More fixes related to counting threads on Windows.Zachary Turner2016-01-223-86/+41
* candidate fix for Green Dragon lldb testbotTodd Fiala2016-01-221-1/+1
* Add a helper function to ProcessStructReader to allow one to inquire about th...Enrico Granata2016-01-221-0/+9
* XFail a test from TestConditionalBreak.py on Windows.Adrian McCarthy2016-01-221-2/+3
* XFail TestNamespaceLookup tests on Windows.Adrian McCarthy2016-01-221-1/+5
* added test fixture to EditlineTest gtestTodd Fiala2016-01-221-32/+35
* Commands: silence dumb -Wextra warning from GCCSaleem Abdulrasool2016-01-221-5/+5
* Target: fix -Wcast-qual warningSaleem Abdulrasool2016-01-221-1/+1
* Silence -Wreturn-type warningsSaleem Abdulrasool2016-01-222-0/+2
* fixed test suite crash when --platform-name doesn't start with 'remote-'Todd Fiala2016-01-221-9/+7
* Revert "Enable test log collection from remote debug servers"Pavel Labath2016-01-221-18/+6
* Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB ...Bhushan D. Attarde2016-01-221-2/+2
* [opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...Eduard Burtescu2016-01-221-3/+5
* Fix TestImport.py to work with Python 3.5.Adrian McCarthy2016-01-211-2/+4
* Always try to read DW_TAG_typedef types from DWO files first if we can. Greg Clayton2016-01-211-1/+24
* NFC. Corrects name of test class and a comment.Adrian McCarthy2016-01-211-2/+2
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-2118-147/+72
* Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...Adrian McCarthy2016-01-211-0/+1
* Enable test log collection from remote debug serversPavel Labath2016-01-211-6/+18
* When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,Jason Molenda2016-01-211-3/+16
* Fix a problem where we were not calling fcntl() with the correct arguments fo...Enrico Granata2016-01-201-2/+2
* Fixed some #ifdefs. We were erroneously not supporting certain simulators.Sean Callanan2016-01-201-2/+2
* Mark arm/aarch64 specific xfails with expectedFailureLinux decoratorOmair Javaid2016-01-204-5/+8
* Fix clang warning in RenderScriptRuntimePavel Labath2016-01-201-1/+1
* Enable TestInlineStepping on linux i386Pavel Labath2016-01-201-2/+0
* Enable TestConcurrentEvents on i386 linuxPavel Labath2016-01-201-1/+0
* [RenderScript] New command for viewing coordinate of current kernel invocationEwan Crawford2016-01-202-35/+138
* Some 32-bit arm corefiles on darwin may have their general purposeJason Molenda2016-01-203-5/+9
* Placate MVSC after my last commit.Davide Italiano2016-01-192-8/+4
* [Process] Remove dead code. All the switch cases are already covered.Davide Italiano2016-01-192-4/+0
* Removed a bunch of spurious files from the man page Copy Files build phase.Sean Callanan2016-01-191-18/+0
* Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...Oleksiy Vyalov2016-01-191-0/+6
* Fix for Bug 25338Ravitheja Addepally2016-01-195-25/+67
* Remove last XTIMEOUTs from android testsPavel Labath2016-01-192-6/+4
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-194-12/+33
* Update for llvm change. NFC.Rafael Espindola2016-01-184-7/+7
* Remove skipIfLinuxClang decoratorPavel Labath2016-01-181-18/+0
* Guard against application of an XFAIL decorator on a classPavel Labath2016-01-181-0/+2
* Revert "Unconditionally accept symbol sizes from elf"Tamas Berghammer2016-01-184-27/+12
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-184-12/+27
* [RenderScript] Remove mips specific expressionsEwan Crawford2016-01-182-180/+90
* On non-Windows platforms, asm int 3 generates an eStopReasonSignal.Zachary Turner2016-01-151-1/+2
* Fix TestDebugBreak.py.Zachary Turner2016-01-151-2/+3
* Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner2016-01-153-9/+18
* Small fixes to ensure TestLogging.py tests work with Python 3.5 as well as 2.7.Adrian McCarthy2016-01-151-3/+3
* Implement missing GoASTContext methodsRyan Brown2016-01-151-6/+145
* Fix decoration of TestConcurrentEventsPavel Labath2016-01-151-1/+35
OpenPOWER on IntegriCloud