summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where all tests marked with skip_if_callable would be skipped re...Enrico Granata2015-12-041-4/+5
* Improve the std::list data formatter to not need to calculate indices for eve...Enrico Granata2015-12-041-3/+6
* Add a benchmark that validates how much time LLDB spends trying to fully prin...Enrico Granata2015-12-043-0/+75
* Fix breakpoint language filtering for other C variants (like C99) and Pascal.Dawn Perchik2015-12-043-11/+23
* Marked TestModulesInlineFunctions.py XFAILTodd Fiala2015-12-041-0/+1
* Fix test error in TestObjCCheckers.pyTodd Fiala2015-12-041-1/+1
* Fill in the generic register kind if in AugmentRegisterInfoViaABI if it is av...Greg Clayton2015-12-041-4/+9
* Improve the functionality of JSONNumberTamas Berghammer2015-12-043-44/+116
* [LLDB][MIPS] Fix gdbremote_testcase.pyMohit K. Bhakkad2015-12-041-3/+9
* [LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPSJaydeep Patil2015-12-041-0/+1
* Add a space char so step logging doesn't print things likeJason Molenda2015-12-041-1/+1
* Add a newline at the end of this fileEnrico Granata2015-12-031-1/+1
* Fix in-memory section loading for JIT-ed code.Oleksiy Vyalov2015-12-031-0/+1
* Update .gitignore to include __pycache__ directories.Zachary Turner2015-12-031-0/+1
* Un XFAIL some tests that are now passing on Windows.Zachary Turner2015-12-032-2/+0
* Remove some duplicated code from PlatformPOSIX/AndroidTamas Berghammer2015-12-034-98/+27
* Fix TestLoadUnload for Windows -> POSIX remote debuggingTamas Berghammer2015-12-031-1/+2
* [Fix] fix build failure due to rL254588Mohit K. Bhakkad2015-12-031-0/+1
* [LLDB][MIPS] Using enum instead of a constant to fetch PC and CAUSE registers.Jaydeep Patil2015-12-031-2/+2
* [LLDB] Switch to assembly view if source is movedMohit K. Bhakkad2015-12-032-8/+18
* Fix test result serialization to use bytes.Zachary Turner2015-12-022-16/+21
* Candidate fixes for python2/3 compatible string handling in pickling support.Todd Fiala2015-12-022-4/+4
* Make --results-file stdout implied if unspecified when using a results format...Todd Fiala2015-12-021-3/+13
* Use sub-commands instead of --mode={client,server}.Zachary Turner2015-12-023-37/+40
* Adds candidate formatter for replacing legacy summary results.Todd Fiala2015-12-024-88/+432
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-12-022-4/+11
* XFAIL TestReturnValue for linux i386 clang 3.5-3.6Tamas Berghammer2015-12-021-0/+1
* Fix "process load/unload" on androidTamas Berghammer2015-12-0211-265/+352
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-0222-1140/+178
* PTRACE ABI to read FXSAVE area for 32-bit inferiorAbhishek Aggarwal2015-12-022-4/+42
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-0222-178/+1140
* Revert "Fix race during process interruption"Pavel Labath2015-12-014-108/+126
* Fix race during process interruptionPavel Labath2015-12-014-126/+108
* [LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp...Sagar Thakur2015-12-011-0/+3
* [LLDB][MIPS] Change ARCHFLAG for MIPSJaydeep Patil2015-12-011-0/+3
* Fix a bug where one-lining display of child values would ignore the user's ch...Enrico Granata2015-12-011-1/+1
* Unpack the output on the client, completing the cycle.Zachary Turner2015-11-304-39/+89
* Have swig_bot actually run swig, and send back the output.Zachary Turner2015-11-304-36/+74
* Fix hang in global static initializationAdrian McCarthy2015-11-301-4/+10
* [RS] Support RenderScript struct allocationsEwan Crawford2015-11-302-116/+409
* [LLGS] Don't forward I/O when process is stoppedPavel Labath2015-11-272-28/+45
* Re-add an xfail removed by r254163Tamas Berghammer2015-11-271-0/+1
* Fix TestRegisters.py on armTamas Berghammer2015-11-261-1/+1
* Remove some xfail-s fixed by r253026Tamas Berghammer2015-11-262-5/+0
* Make some of the tests in TestRegisters.py arm compatibleTamas Berghammer2015-11-262-117/+101
* Add 64/128 bit arm neon register definitions on linuxTamas Berghammer2015-11-267-65/+415
* Be *stupider* about what constitutes a supported language binding.Zachary Turner2015-11-252-29/+2
* Enable TestMiBreak on LinuxPavel Labath2015-11-251-1/+0
* Another hack to fix the build bot.Zachary Turner2015-11-241-1/+1
* Fix build after swig_bot_lib changes.Zachary Turner2015-11-241-1/+1
OpenPOWER on IntegriCloud