aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools
AgeCommit message (Expand)AuthorFilesLines
2017-01-10[cmake] Fix LLVM_LINK_LLVM_DYLIB build, againPavel Labath1-1/+7
2017-01-06Another windows build fixPavel Labath1-0/+1
2017-01-06Revert part of cleanup to fix a build breakDavid Blaikie1-2/+13
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie3-23/+7
2017-01-05[lldb-mi] Fix implementation for a few mi commandsHafiz Abid Qadeer9-7/+91
2016-12-28Quiet a warning where we weren't checking if this was the same and rhs.Greg Clayton1-1/+2
2016-12-20Change the timeout in CallBoardSystemServiceOpenApplication to Jason Molenda1-1/+1
2016-12-16Remove an unused type declaration.Hafiz Abid Qadeer1-6/+0
2016-12-15[CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman6-24/+6
2016-12-15Fix build for mingw.Hafiz Abid Qadeer3-4/+4
2016-12-08Increase timeout for Frontboard app launch request from 9 to 20 secondsJason Molenda1-1/+1
2016-12-05Clean up some use of __ANDROID_NDK__ in the cmake filesPavel Labath4-15/+12
2016-12-02Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath1-2/+0
2016-11-30Remove a spurious reference to ProcessElfCorePavel Labath1-1/+0
2016-11-29Add back some of the previous lldb-server dependenciesPavel Labath1-0/+5
2016-11-29Remove some OS-specific plugins from lldb-server dependenciesPavel Labath1-29/+0
2016-11-29Remove assorted other plugins which are not needed by lldb-serverPavel Labath1-14/+0
2016-11-29Remove dynamic loader, platform and ABI plugins from lldb-server dependenciesPavel Labath1-27/+0
2016-11-29Specify the dependencies of lldb-server manuallyPavel Labath1-1/+209
2016-11-24Introduce chrono to more gdb-remote functionsPavel Labath1-1/+1
2016-11-21Fix remote-linux regression due to stringRef changesOmair Javaid1-1/+1
2016-11-17Fix one more build error with lldb-server.Zachary Turner1-3/+3
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-2/+1
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini1-1/+1
2016-11-11Make the Error class constructor protectedMehdi Amini1-1/+1
2016-11-03Link lldb-mi only to the llvm components it usesPavel Labath1-4/+3
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2-4/+3
2016-10-27[CMake] Rename lldb-launcher to darwin-debugChris Bieneman1-2/+2
2016-10-18Fixup r284466 - try to unbreak NetBSDPavel Labath1-3/+4
2016-10-18[cmake] Make dependencies of lldb libraries private, take 2Pavel Labath3-4/+21
2016-10-14[LLDB-MI] Minor cleanup of CMICmnLLDBUtilSBValue classVadim Macagon2-16/+17
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner2-5/+5
2016-09-28Add the ability for the task port to change when a process execs.Greg Clayton3-3/+34
2016-09-22Fix parsing expressions to evaluate with spaces and optional args (MI)Ilia K1-10/+2
2016-09-21Fix typo in lldb --helpEd Maste1-1/+1
2016-09-21[CMake] Initial support for LLDB.frameworkChris Bieneman4-21/+12
2016-09-13Remove MIUtilParse (no longer used)Pavel Labath3-152/+0
2016-09-12fix Xcode build after r281226Todd Fiala1-1/+1
2016-09-12Move StdStringExtractor to tools/debugserverPavel Labath5-5/+533
2016-09-12Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)Ilia K1-3/+0
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone291-62719/+61234
2016-09-05Replace uses of MIUtilParse::CRegexParser with llvm::RegexPavel Labath2-31/+35
2016-09-04[NFC] Darwin llgs support from Week of CodeTodd Fiala4-0/+62
2016-08-30Fix darwin cmake build for r279997Pavel Labath1-1/+1
2016-08-30Update debugserver project to pull in StdStringExtractor.cpp instead of the newJason Molenda1-8/+6
2016-08-29Copy StringExtractor to StdStringExtractor.Zachary Turner3-16/+16
2016-08-25Fix warnings preventing copy elision.Pavel Labath1-10/+10
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala38-33/+3680
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala38-3680/+33
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala38-33/+3680