summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add ability to override JIT expr compiler options.Aidan Dodds2016-02-032-25/+88
* Remove skipUnlessListedRemote test decoratorPavel Labath2016-02-032-17/+0
* Fix an off-by-one in SocketTest::DecodeHostAndPortPavel Labath2016-02-032-2/+12
* [RenderScript] Use LLVM DWARF language enumEwan Crawford2016-02-032-2/+3
* The compiler may use "line number 0" to indicate compiler generated goo that ...Jim Ingham2016-02-032-2/+50
* Fix inverted conditional in TestInferiorAssert.pyZachary Turner2016-02-021-2/+2
* Fix a thinko in StackFrame::GetInScopeVariableList.Siva Chandra2016-02-021-1/+1
* Set correct thread stop info when single-step lands on a breakpoint [Windows]Adrian McCarthy2016-02-021-5/+19
* Don't return a tuple from the skip test function.Zachary Turner2016-02-023-34/+36
* Revert "[NFC] Cleanup RangeMap.h"Todd Fiala2016-02-022-583/+1382
* Re-write many skip decorators to use shared code.Zachary Turner2016-02-021-205/+90
* [NFC] Cleanup RangeMap.hTamas Berghammer2016-02-022-1382/+583
* XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSXPavel Labath2016-02-021-0/+1
* skip TestWatchLocation on OS XTodd Fiala2016-02-021-0/+1
* Remove redundant test in TestExitDuringStepPavel Labath2016-02-021-12/+4
* Log error message in SBTarget::LaunchPavel Labath2016-02-021-3/+2
* Mark TestProcessIO.test_stdin_redirection as flaky on androidPavel Labath2016-02-021-0/+1
* Fix single stepping over the IT instructionTamas Berghammer2016-02-021-5/+16
* Fix build after clang interface change in r259489Pavel Labath2016-02-021-3/+3
* Fix single-stepping onto a breakpointPavel Labath2016-02-023-51/+75
* Fix compiler lookup when specified without pathPavel Labath2016-02-022-2/+3
* NetBSD: Define initial RegisterContextNetBSD_x86_64Kamil Rytarowski2016-02-023-0/+400
* We try to avoid static objects. These are on the error path for unsupported ...Jim Ingham2016-02-021-4/+4
* Fix getCompiler in unit testing framework on compiler symlinksStephane Sezer2016-02-011-1/+2
* Add a note on how to create an empty target and use it to attach toJim Ingham2016-02-011-0/+10
* Always write the session file in UTF-8.Zachary Turner2016-02-014-3/+53
* Fix misnamed variable in TestProcessAPI.pyZachary Turner2016-02-011-2/+2
* Remove flaky annotation for TestCallWithTimeout on linuxPavel Labath2016-02-011-1/+0
* Remove Timer::Initialize routinePavel Labath2016-02-013-28/+12
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-014-15/+58
* Fixed a couple of places where we were getting the module from aJim Ingham2016-01-292-5/+21
* Fix this test for the the switch in default for IgnoreBreakpoints in SBFrame....Jim Ingham2016-01-291-1/+6
* Revert "fix up missing header from change r259084."Todd Fiala2016-01-291-1/+0
* Fix crash in lldb-mi when stack variable name is nullptr. This always happens...Eugene Leviant2016-01-293-1/+34
* Fix linking of lldb-server with BUILD_SHARED_LIBSPavel Labath2016-01-291-16/+11
* Ignore breakpoints by default in SBFrame::EvaluateExpressionEugene Leviant2016-01-291-0/+3
* [RenderScript] Remove unused RS commandEwan Crawford2016-01-292-55/+2
* Fix TestDataFormatterScript for Linux.Chaoren Lin2016-01-291-5/+4
* Fix a bug where type <formatter> list would ignore the -w argumentEnrico Granata2016-01-292-0/+7
* Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata2016-01-297-3/+109
* fix up missing header from change r259084.Todd Fiala2016-01-281-0/+1
* add back an Xcode-specific Makefile for header installationTodd Fiala2016-01-281-0/+23
* Remove autoconf support from source directories.Eugene Zelenko2016-01-28104-2252/+0
* Fix build after rL259070.Chaoren Lin2016-01-281-1/+1
* Update lldb for API change in clang r259070.Manman Ren2016-01-281-1/+1
* Fix an issue where the type <formatter> list command would not accept a valid...Enrico Granata2016-01-282-1/+27
* [Renderscript] Clang-format the renderscript plugin.Aidan Dodds2016-01-282-754/+819
* Fix const cast error for MSVC2015 build.Aidan Dodds2016-01-281-1/+1
* fixed Xcode gtest build failureTodd Fiala2016-01-281-4/+4
* modify Xcode build to use cmake/ninja for internal llvm/clangTodd Fiala2016-01-286-420/+495
OpenPOWER on IntegriCloud