summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete dead code in MachVMMemory.cpp, NFCVedant Kumar2018-02-241-36/+0
* [unittests] Disable lldb-server tests if an external debug server is in useVedant Kumar2018-02-241-2/+3
* Add DEBUGSERVER_PATH to the cache so it'll be available for tests.Don Hinton2018-02-171-2/+2
* [cmake] Fix LLDB_CODESIGN_IDENTITY logic.Don Hinton2018-02-171-3/+17
* [cmake] Darwin: Copy in the system debugserver if neededVedant Kumar2018-02-131-1/+9
* Make use of physical footprint as memory measurement.Han Ming Ong2018-02-014-339/+19
* When parsing the target.xml register file, if no architecture hasJason Molenda2018-01-121-0/+7
* debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath2017-12-223-8/+34
* Change uses of strncpy in debugserver to strlcpyJason Molenda2017-12-095-15/+15
* [MachException] Avoid alignment UB, NFCVedant Kumar2017-12-082-4/+11
* Remove extant references to g_message_mutex, NFCVedant Kumar2017-12-081-9/+6
* Fix the -Wunused-function warning properly (MachProcess.mm)Vedant Kumar2017-12-061-1/+1
* Fix an -Wunused-function warning, NFCVedant Kumar2017-12-061-20/+22
* Fix misc -Wcast-qual warnings, NFCVedant Kumar2017-12-067-22/+29
* Remove no-op function pointer null checks, NFCVedant Kumar2017-12-062-30/+22
* Fix warnings in JSON.cpp, NFCVedant Kumar2017-12-011-3/+0
* Fix warnings in DNBDataRef.cpp, NFCVedant Kumar2017-12-011-6/+6
* Recognize another magic token sent in the LaunchInfo's EventData.Jim Ingham2017-11-171-29/+71
* [CMake] Need to set WITH_LOCKDOWN on debugserver targetChris Bieneman2017-09-061-0/+5
* Change the ftag x87 register from being 8-bits wide to 16-bits wideJason Molenda2017-08-242-8/+8
* Fix typo in variable name.Lang Hames2017-08-161-1/+1
* [CMake] Fixing an error in STREQUAL usage.Chris Bieneman2017-08-151-1/+1
* [CMake] Disable code sign entitlements when using lldb_codesignChris Bieneman2017-08-151-2/+11
* [CMake] debugserver-nonui doesn't go in the frameworkChris Bieneman2017-07-281-1/+1
OpenPOWER on IntegriCloud