summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix cast in arm watchpoint handling codeTamas Berghammer2015-10-131-1/+1
* Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr...Vadim Macagon2015-10-131-0/+2
* Preliminary NetBSD supportBruce Mitchener2015-10-1313-1/+1460
* [libstdc++ data-formatters] Remove size limits.Siva Chandra2015-10-131-11/+0
* Support RHEL 7 and similar systems that use architecture-specific Python lib ...Todd Fiala2015-10-124-1/+83
* Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...Jim Ingham2015-10-122-18/+84
* Return the right answer for ShouldStop for the RunToAddress plan. This isn'tJim Ingham2015-10-121-1/+1
* Add a doc string for ReturnFromFrame.Jim Ingham2015-10-121-0/+7
* Fix test for change in a summary string (objects -> elements).Jim Ingham2015-10-121-6/+6
* TestAttachResume is still flaky on linux. mark it as suchPavel Labath2015-10-121-0/+1
* Switch threading mode for tests on Windows when there are lots of cores.Adrian McCarthy2015-10-121-4/+7
* dotest.py: Remove useless AttributeError catchesPavel Labath2015-10-121-45/+18
* Improve TestValueOfVectorVariableTamas Berghammer2015-10-121-10/+3
* X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal2015-10-126-12/+34
* Fixup log enable --stack so it works on Linux.Todd Fiala2015-10-101-0/+1
* [LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/ll...Bruce Mitchener2015-10-1014-319/+276
* Fix namespace closing comment.Bruce Mitchener2015-10-101-1/+1
* [TestValueOfVectorVariable] Reduce the vector size to 4.Siva Chandra2015-10-092-4/+6
* Fix build broken by r249885Zachary Turner2015-10-092-3/+3
* Correction in rL249838: Moving test to appropriate directoryMohit K. Bhakkad2015-10-093-0/+0
* Port native Python-API to 3.xZachary Turner2015-10-097-99/+648
* Have CMake translate LLDB_PYTHON_HOME to forward slashes.Zachary Turner2015-10-091-1/+2
* Don't blindly use C for eLanguageTypeUnknown when getting a scratch TypeSystem.Sean Callanan2015-10-091-1/+20
* [debugserver,cmake] Add DEPENDS to custom commands.Bruce Mitchener2015-10-091-1/+5
* Remove long-forgotten plugin virtuals.Bruce Mitchener2015-10-096-80/+0
* [LLDB] Fix display of value of a vector variables in watchpoint operationsMohit K. Bhakkad2015-10-094-3/+95
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-10-091-0/+2
* dotest.py: Fail if we detect multiple tests with the same namePavel Labath2015-10-091-0/+9
* Fix a crash, an UB and add some assert to dwo symbol file handlingTamas Berghammer2015-10-095-5/+26
* Fix the windows build after r249747Tamas Berghammer2015-10-091-1/+3
* Fix the way dwo tests are skipped on darwinTamas Berghammer2015-10-091-6/+7
* Rename one of the TestGoASTContextsPavel Labath2015-10-091-0/+0
* Fix regression caused by r249769Tamas Berghammer2015-10-092-2/+3
* Fix disabling of dwo testsPavel Labath2015-10-091-0/+1
* Addressing warning due to rL249651Mohit K. Bhakkad2015-10-091-3/+0
* Fix handling of LLDB_VERS_GENERATED_FILE.Bruce Mitchener2015-10-094-16/+25
* Added support for enumerating the languages that actually support TypeSystemsSean Callanan2015-10-0810-7/+117
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-087-139/+137
* Moved the target specific ClangASTContext initialization over into ClangASTCo...Greg Clayton2015-10-0812-157/+248
* syncsource.py: a specific dir's source_excludes may now include the special e...Todd Fiala2015-10-081-1/+10
* [cmake] Fix cmake build on OSX after r249434.Dawn Perchik2015-10-083-11/+12
* Fix the undefined symbol issue with go linking with autotools: build the Lang...Sylvestre Ledru2015-10-082-0/+2
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-0822-73/+753
* Make CMake display more readable paths to Python binaries on WindowsBruce Mitchener2015-10-081-3/+39
* [LLDB][MIPS] microMIPS load/store instruction emulation for hardware watchpointsMohit K. Bhakkad2015-10-081-18/+55
* Expected fail this test and supplied the radar number that is tracking the fix.Greg Clayton2015-10-071-1/+2
* [DWARFASTParserClang] Strengthen incomplete type handling.Siva Chandra2015-10-079-47/+186
* Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...Greg Clayton2015-10-072-0/+11
* Don't do DWO tests on darwin as they aren't supported. If this is an error an...Greg Clayton2015-10-071-1/+1
* Decide on the expression language inside UserExpressionDawn Perchik2015-10-072-11/+13
OpenPOWER on IntegriCloud