summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source
Commit message (Expand)AuthorAgeFilesLines
...
* Ah, misunderstood Jonas' feedback - fix this so we'llJason Molenda2019-02-181-1/+2
* Clean up an unused variable warning when building this forJason Molenda2019-02-181-0/+4
* Add some unconditional logging on the failure points when attachingJason Molenda2019-02-153-42/+69
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-132-28/+28
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-115-11/+19
* Silence fallthrough warnings in debugserver.Adrian Prantl2019-02-071-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19106-424/+318
* [CMake] Prevent lldbDebugserverCommon from building if you disable debugserve...Alex Langford2019-01-171-85/+84
* [debugserver][CMake] Remove commented out lineAlex Langford2019-01-151-1/+0
* [CMake] Revised LLDB.framework buildsStefan Granitz2019-01-041-1/+1
* [CMake] Streamline code signing for debugserver #2Stefan Granitz2019-01-041-68/+123
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-7/+7
* Un-conditionalize use of libcompression. debugserver only buildsJason Molenda2018-12-181-58/+52
* Simplify Boolean expressionsJonas Devlieghere2018-12-1510-37/+24
* Revert "[CMake] Streamline code signing for debugserver and pass entitlements...Davide Italiano2018-11-271-104/+68
* [CMake] Streamline code signing for debugserver and pass entitlements to exte...Stefan Granitz2018-11-201-68/+104
* Remove header grouping comments.Jonas Devlieghere2018-11-116-19/+1
* Remove comments after header includes.Jonas Devlieghere2018-11-112-4/+2
* Enable listening for EXC_RESOURCE events, and format machJason Molenda2018-11-101-19/+36
* Remove llvm include from debugserver, change Jason Molenda2018-11-092-5/+3
* Add missing includeAdrian Prantl2018-11-091-0/+1
* Add missing includeAdrian Prantl2018-11-091-0/+1
* Annotate switch with LLVM_FALLTHROUGHAdrian Prantl2018-11-092-2/+3
* Remove working directory for debugserver code signing targetNathan Lanza2018-11-061-2/+0
* Re-instate a bit of code that was commented out in r188246 whichJason Molenda2018-09-061-2/+2
* Remove unnecessary entitlement in debugserver for iOS.Jason Molenda2018-08-281-2/+0
* Introduce lldb-framework CMake target and centralize its logicAlex Langford2018-06-181-1/+1
* Add support for PLATFORM_*SIMULATORFrederic Riss2018-06-151-0/+8
* Add an entitlement to debugserverFrederic Riss2018-06-141-3/+2
* Delete some dead codeAlex Langford2018-06-081-5/+0
* Typo fixes.Bruce Mitchener2018-05-292-4/+4
* [CMake] Unify and relayer testingJonas Devlieghere2018-05-031-2/+2
* Silence compiler warning.Adrian Prantl2018-05-021-0/+1
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-1/+1
* [debugserver] Fix the G packet handling.Frederic Riss2018-04-271-1/+3
* [debugserver] Fix handling of the 'g' packetFrederic Riss2018-04-271-1/+3
* [debugserver] Return 'ios' instead of 'iphoneos' for the ostype.Frederic Riss2018-04-251-2/+2
* Revert "[debugserver] Remove dead function call. NFCI."Davide Italiano2018-04-131-0/+3
* [debugserver] Remove dead function call. NFCI.Davide Italiano2018-04-131-3/+0
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-065-169/+104
* Prevent double release of mach portsFrederic Riss2018-03-291-2/+0
* Add the same new entitlement from r326399 to Jason Molenda2018-03-261-0/+2
* Rename remotectl_com.apple.internal.xpc.remote.debugserver.plistJason Molenda2018-03-191-0/+0
* Add the ios-mini target to the top-level xcodeproj, which buildsJason Molenda2018-03-191-0/+35
* [cmake] Copy system debugserver from the right place when only CommandLineToolsVedant Kumar2018-03-161-2/+9
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-069-33/+1218
* Add another entitlement that we need for debugserver.Jason Molenda2018-03-011-0/+2
* Add ability to collect memory limit.Han Ming Ong2018-02-285-6/+34
* Removed accidentally committed code from previous commit.Han Ming Ong2018-02-271-5/+1
* Got rid of weak imports of libpenergy and libpsample because we are already r...Han Ming Ong2018-02-271-3/+5
OpenPOWER on IntegriCloud