summaryrefslogtreecommitdiffstats
path: root/lldb/tools
Commit message (Expand)AuthorAgeFilesLines
* [lldb-server] Prefer target_include_directoriesAlex Langford2020-01-131-2/+1
* [lldb-server] Remove dead CMake codeAlex Langford2020-01-131-24/+0
* Save more descriptive error msg from FBS/BKS, relay it up to lldb.Jason Molenda2020-01-081-20/+26
* Rewrite comment about what watchpoints Aarch64 supports.Jason Molenda2020-01-071-21/+29
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-073-29/+31
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-4/+2
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-2/+2
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+3
* The field ‘totalFrames’ which is total number of frames available, is man...Serhiy Redko2019-12-091-0/+2
* Upstream debugserver arm64e support.Jason Molenda2019-12-043-4/+117
* [lldb/Reproducer] Add version checkJonas Devlieghere2019-12-032-1/+5
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-2/+4
* [lldb] fix a -Wcast-qual warningPavel Labath2019-11-261-1/+1
* Register Objective-C property accessors with their property decls.Adrian Prantl2019-11-221-1/+1
* [Driver] Fix newline at the end of help outputJonas Devlieghere2019-11-211-3/+2
* [Reproducer] Instruct users to replay reproducerJonas Devlieghere2019-11-211-4/+12
* [Docs] Generate the LLDB man page with SphinxJonas Devlieghere2019-11-211-1/+3
* [Driver] Fix missing space in lldb --help output.Jonas Devlieghere2019-11-201-1/+1
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-201-0/+17
* [debugserver] Set arch based on TARGET_TRIPLEVedant Kumar2019-11-201-4/+4
* [LLDB] Fix formatting in the driver (NFC)Jonas Devlieghere2019-11-191-2/+1
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-182-21/+2
* [lldb] Fix JSON parser to allow empty arraysAlex Cameron2019-11-182-2/+12
* [lldb-vscode] support the completion requestWalter Erquinigo2019-11-151-1/+148
* [CMake] Configure the Info.plist so it contains a real version number.Jonas Devlieghere2019-11-154-3/+17
* [LLDB] Don't install the pretty stack trace handler twice.Jonas Devlieghere2019-11-131-7/+3
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-2/+2
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-121-1/+1
* [lldb] Record framework build path and use it everywhereHaibo Huang2019-11-063-6/+3
* DebugServer: be more lenient about the target tripleSaleem Abdulrasool2019-10-301-1/+5
* lldb-vscode: Add a forgotten cast to voidPavel Labath2019-10-301-0/+1
* [lldb-vscod] fix build with NDEBUG on windowsSquallATF2019-10-301-3/+4
* build: workaround stale caches (NFC)Saleem Abdulrasool2019-10-291-1/+1
* [debugserver] Detect arch from LLVM_DEFAULT_TARGET_TRIPLEVedant Kumar2019-10-281-3/+17
* [Driver] Force llvm to install its handlers before lldb'sVedant Kumar2019-10-251-0/+19
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-10/+0
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-181-0/+10
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+4
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-162-2/+3
* [lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour2019-10-111-3/+43
* [LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of argum...Martin Storsjo2019-10-111-0/+2
* [LLDB] [Driver] Use llvm::InitLLVM to do unicode argument conversion on WindowsMartin Storsjo2019-10-111-17/+3
* [lldb-test] Remove unused headerAlex Langford2019-10-101-1/+0
* Change debugserver to use the brk #0 for breakpoints.Jason Molenda2019-10-101-3/+1
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-6/+7
* [debugserver] Include the correct header.Davide Italiano2019-10-071-1/+1
* [debugserver] Don't link against Cocoa, it's not needed.Davide Italiano2019-10-041-2/+0
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-1/+1
* [lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.cRaphael Isemann2019-10-041-1/+0
* [JSON] Use LLVM's library for argdumperJonas Devlieghere2019-10-012-19/+7
OpenPOWER on IntegriCloud