summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upstream debugserver arm64e support.Jason Molenda2019-12-043-4/+117
* [debugserver] Set arch based on TARGET_TRIPLEVedant Kumar2019-11-201-4/+4
* [lldb] Fix JSON parser to allow empty arraysAlex Cameron2019-11-182-2/+12
* [lldb] Record framework build path and use it everywhereHaibo Huang2019-11-061-2/+1
* DebugServer: be more lenient about the target tripleSaleem Abdulrasool2019-10-301-1/+5
* build: workaround stale caches (NFC)Saleem Abdulrasool2019-10-291-1/+1
* [debugserver] Detect arch from LLVM_DEFAULT_TARGET_TRIPLEVedant Kumar2019-10-281-3/+17
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* Change debugserver to use the brk #0 for breakpoints.Jason Molenda2019-10-101-3/+1
* [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] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.cRaphael Isemann2019-10-041-1/+0
* [debugserver] Add --version/-V command line option to debugserver.Jonas Devlieghere2019-09-271-0/+11
* [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVERJonas Devlieghere2019-09-241-4/+2
* Fix a thinko in handling the QSetLogging packet.Jim Ingham2019-09-101-3/+3
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-9/+15
* Workaround TestConcurrentMany* flakiness in a more pricipled wayFrederic Riss2019-09-041-1/+1
* Send error message on failed attach from debugerserver.Jason Molenda2019-08-271-2/+18
* [debugserver] Switch back to std::once_flagJonas Devlieghere2019-08-221-1/+1
* [lldb] Replace std::once_flag with llvm::once_flag.Davide Italiano2019-08-221-1/+1
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-211-2/+0
* [NFC] Remove unused function GetHexWithFixedSizeJonas Devlieghere2019-08-212-31/+0
* [lldb][CMake] Workaround debugserver code-signing issue in generated Xcode pr...Stefan Granitz2019-08-071-0/+28
* Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda2019-08-079-29/+170
* [lldb] Configure debugserver_vers.c from CMakeStefan Granitz2019-07-242-0/+4
* Remove Xcode project remnantsJonas Devlieghere2019-07-221-8/+0
* [NFC] Remove indent after r366433Stefan Granitz2019-07-191-120/+118
* [CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz2019-07-181-124/+61
* [CMake] `install-distribution` for LLDB on DarwinStefan Granitz2019-07-101-12/+4
* [CMake] Check that a certificate for lldb is present at build time.Davide Italiano2019-06-251-0/+15
* [CMake] Two extra FOLDER properties for debugserverStefan Granitz2019-06-121-0/+4
* [CMake] LLDB.framework tools handlingStefan Granitz2019-05-291-0/+4
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-283-0/+5
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-246-11/+11
* [NFC] Add blank line (test commit)J. Ryan Stinnett2019-05-231-0/+1
* Delete unnecessary copy ctorsFangrui Song2019-05-222-18/+0
* Replace assert with static_assert here applicable.Jonas Devlieghere2019-05-151-1/+1
* Mark private unimplemented functions as deletedJonas Devlieghere2019-05-156-14/+10
* typedef enum -> enumFangrui Song2019-05-1412-29/+29
* Fix file names in file headers. NFCFangrui Song2019-05-136-6/+6
* [debugserver] Relax the codesigning identity checkFrederic Riss2019-04-161-11/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1037-331/+0
* Change the logging on ptrace(PT_KILL) in MachProcess::Kill to logJason Molenda2019-03-201-3/+5
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-113-6/+6
* [debugserver] Fix IsUserReady thread filteringFrederic Riss2019-03-061-1/+1
* Update com.apple.diagnosticd.diagnostic entitlementJason Molenda2019-03-012-2/+2
* One more fix while I'm looking at this - remove the Jason Molenda2019-02-181-7/+1
OpenPOWER on IntegriCloud