summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Don't enable -flimit-debug-info by default for the LLDB Xcode builds. This wa...Greg Clayton2016-02-091-24/+0
* Mention the --all-files option in the -p help string.Jim Ingham2016-02-091-1/+2
* Fix invalid shift operator overload in ScalarPavel Labath2016-02-094-1/+37
* Fix a typo in an xfail decorator in TestExprsCharTamas Berghammer2016-02-091-1/+1
* Fix an issue where pressing CTRL+C in the interactive script interpreter caus...Enrico Granata2016-02-091-1/+1
* [TestExprsChar] Fix a typo is failure archs listSiva Chandra2016-02-091-1/+1
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-099-25/+10
* Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.Zachary Turner2016-02-093-20/+4
* Remove the skipUnlessArch decorator.Zachary Turner2016-02-093-35/+8
* A number of improvements to decorator conditionals.Zachary Turner2016-02-084-28/+30
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-08117-193/+181
* Show real error message in -data-evaluate-expressionEugene Leviant2016-02-083-4/+9
* Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"Pavel Labath2016-02-081-0/+1
* Have lldb-server log the timestamp in its log messagesPavel Labath2016-02-081-1/+1
* [LLDB][MIPS] Fix TestExpressionInSyscall.py for MIPSBhushan D. Attarde2016-02-082-4/+26
* ProcessMachCore scans through the core file pages looking for aJason Molenda2016-02-063-49/+57
* Per Jim's suggestion, move checks that we're not mixing and matching Debugger...Enrico Granata2016-02-063-2/+12
* Fix an issue where certain CommandObjects (or Options thereof) were being cre...Enrico Granata2016-02-065-29/+79
* Fix "thread backtrace -s": option was misparsed because of a missing break.Jim Ingham2016-02-061-0/+1
* Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-0512-13/+409
* Add support to detect arm hard float ABI based binaries for ABISysV_armOmair Javaid2016-02-054-7/+63
* Bump up the packet timeout for gdbremote testsPavel Labath2016-02-051-1/+1
* Add two more addresses to check for the address of the kernel in debug mode;Jason Molenda2016-02-051-0/+16
* Add a little logging to ProcessMachCore so it is easier to tell when a user p...Jason Molenda2016-02-041-3/+16
* Fix the search path for CMake filesNiels Ole Salscheider2016-02-041-4/+4
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-04343-803/+1246
* Replace tabs with spaces for consistent indentation. No actual text changes.Adrian McCarthy2016-02-041-189/+189
* Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra2016-02-0412-409/+13
* Make HostThread SetName work on OS X. GetName doesn't currently work, the co...Jim Ingham2016-02-043-14/+11
* Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-0412-13/+409
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-0434-278/+347
* Provide arguments for all the format string placeholders!Adrian McCarthy2016-02-041-1/+1
* 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
OpenPOWER on IntegriCloud