summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Install lldb Python module on Windows.Zachary Turner2017-01-061-6/+9
* Reapply "Fixes for Clang API changes to use std::shared_ptr"David Blaikie2017-01-061-16/+17
* Revert "Fixes for Clang API changes to use std::shared_ptr"David Blaikie2017-01-061-17/+16
* Another windows build fixPavel Labath2017-01-061-0/+1
* Attempt to fix windows build for r291198Pavel Labath2017-01-061-0/+1
* Fix clang build for r291198Pavel Labath2017-01-061-1/+1
* Revert "XFAIL an lldb-mi test"Pavel Labath2017-01-061-2/+0
* Consolidate file handle usage in Editline.cppPavel Labath2017-01-062-10/+39
* Revert part of cleanup to fix a build breakDavid Blaikie2017-01-061-2/+13
* Fixes for Clang API changes to use std::shared_ptrDavid Blaikie2017-01-061-16/+17
* Fix -Wunused-function warning by preprocessor conditionalizing the function t...David Blaikie2017-01-061-0/+2
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-0626-116/+67
* Skip a test on darwin.Hafiz Abid Qadeer2017-01-051-0/+1
* [lldb-mi] Fix implementation for a few mi commandsHafiz Abid Qadeer2017-01-0514-12/+189
* Fix jModulesInfo handling for cross-path syntax debuggingPavel Labath2017-01-052-3/+11
* Silence some -Wstring-conversion warningsPavel Labath2017-01-053-3/+3
* XFAIL an lldb-mi testPavel Labath2017-01-051-0/+2
* Add a debuginfo version check for RenderScript modulesLuke Drummond2017-01-042-1/+53
* [CMake] Fix install rules for tools included in the frameworkChris Bieneman2017-01-041-1/+1
* Remove SymbolFilePDBTests.cpp from the list of tests to include in the Jason Molenda2017-01-041-2/+0
* Improve the performance of jModulesInfo in lldb-serverTamas Berghammer2017-01-032-105/+92
* Fix-up TestLinuxCore for r290874Pavel Labath2017-01-031-0/+8
* Simplify reading of Linux notes to correctly handle endianess.Howard Hellyer2017-01-032-103/+58
* XFail TestNoreturnUnwind for arm targetsOmair Javaid2017-01-021-0/+1
* [unittests] Split DWARF tests out of PDB, fix standalone buildMichal Gorny2017-01-027-47/+113
* Fix the variable view in the "gui" curses mode so that variables whose childr...Greg Clayton2016-12-284-22/+182
* Quiet a warning where we weren't checking if this was the same and rhs.Greg Clayton2016-12-281-1/+2
* Fix a couple of incorrect format string warningsLuke Drummond2016-12-222-5/+4
* specify -DNDEBUG for BNI builds of all targets in the Xcode buildSean Callanan2016-12-211-0/+1
* [CMake] Support distribution install for LLDB.frameworkChris Bieneman2016-12-211-1/+11
* Ignore SIGPIPE in the mini-driver used by these tests.Jim Ingham2016-12-211-0/+10
* Rollback my commit r290168 to fix linux tests failure. I'll be back!Boris Ulasevich2016-12-209-235/+18
* [CMake] [PR31433] Fix LLDB tool installationChris Bieneman2016-12-201-13/+13
* Bug 30863 - Step doesn't stop with coditional breakpoint on the next lineBoris Ulasevich2016-12-209-18/+235
* Change the timeout in CallBoardSystemServiceOpenApplication to Jason Molenda2016-12-201-1/+1
* Expression evaluation for overloaded C functions (redux)Luke Drummond2016-12-196-29/+159
* Fix the cmake declaration syntaxSylvestre Ledru2016-12-171-1/+1
* Support of lldb on Kfreebsd Sylvestre Ledru2016-12-174-6/+9
* Fix compiler warning.Zachary Turner2016-12-161-1/+0
* Fix broken escaping of commands in the buildLuke Drummond2016-12-163-43/+50
* Remove an unused type declaration.Hafiz Abid Qadeer2016-12-161-6/+0
* Add methods to enable using formatv syntax in LLDB.Zachary Turner2016-12-1613-100/+161
* Fix a bug when using a StructuredData darwin-log pluginJason Molenda2016-12-163-1/+21
* [CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman2016-12-158-32/+43
* [CMake] Ensure Python files are inside the LLDB framework bundleChris Bieneman2016-12-151-0/+6
* [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and laterChris Bieneman2016-12-152-22/+8
* Fix build for mingw.Hafiz Abid Qadeer2016-12-1516-28/+20
* Remove linux/personality.h wrapperPavel Labath2016-12-152-26/+0
* Fix incorrectly named variables.Jim Ingham2016-12-154-5/+5
* Adopt PrettyStackTrace in LLDBSean Callanan2016-12-149-96/+20
OpenPOWER on IntegriCloud