summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Plug-in PlatformNetBSD initializer and terminatorKamil Rytarowski2015-12-051-0/+2
* Document NetBSD platform support on the webpageKamil Rytarowski2015-12-055-4/+25
* Define new builder_netbsdKamil Rytarowski2015-12-052-0/+6
* [LLDB][MIPS] Fix TestConstVariables.pySagar Thakur2015-12-051-0/+1
* Make TestThreadSpecificBreakpoint.py more focused.Zachary Turner2015-12-045-53/+143
* Python 3 - Fix script import --allow-reload.Zachary Turner2015-12-041-3/+8
* Make it clear how you would get the pointee out of an SBValue withJim Ingham2015-12-042-1/+10
* Reduce memory traffic in ConstString in the std::map formatterEnrico Granata2015-12-041-6/+14
* Do the same iterator caching optimization for std::mapEnrico Granata2015-12-041-48/+64
* Implement GetMemoryRegionInfo for mini dumps.Adrian McCarthy2015-12-046-13/+98
* Add a similar benchmark for our std::map performanceEnrico Granata2015-12-043-0/+75
* Fix typo in a commentKamil Rytarowski2015-12-041-1/+1
* Add documentation for SBTarget::CreateValueFromAddress.Jim Ingham2015-12-041-0/+18
* Cache the incremental iterators as you traverse the list, so that you don't h...Enrico Granata2015-12-041-64/+79
* 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
OpenPOWER on IntegriCloud