summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Enable test_lldbmi_settings_set_target_run_args_before on linuxPavel Labath2016-02-041-1/+0
* Mark TestProcessIO as flaky on androidPavel Labath2016-02-041-1/+5
* Add verbose logging support to gdb-remote testsPavel Labath2016-02-041-7/+39
* [RenderScript] Add command for recalculating allocation detailsEwan Crawford2016-02-042-0/+61
* Fix a little threading thinko in StartPrivateStateThread - don't pass stack v...Jim Ingham2016-02-042-5/+10
* Fix missing module qualification of subprocess.PIPE.Zachary Turner2016-02-031-1/+1
* Pass socket scheme as part of debug server listen URL.Oleksiy Vyalov2016-02-031-0/+1
* Fix sign conversion warnings in LLDB Python unittestsReid Kleckner2016-02-031-19/+18
* [NetBSD] Remove dead code.Davide Italiano2016-02-031-7/+0
* Remove a stray ;.Jim Ingham2016-02-031-1/+0
* The SetStopInfo from a Mach Exception was setting the stopJim Ingham2016-02-033-2/+4
* Move some android platform functions to lldbplatformutil.Zachary Turner2016-02-033-79/+80
* 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
OpenPOWER on IntegriCloud