summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver
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
* Sort the files in the PBXBuildFile and PBXFileReference sectionsJason Molenda2018-06-151-152/+152
* Add support for PLATFORM_*SIMULATORFrederic Riss2018-06-151-0/+8
* Add an entitlement to debugserverFrederic Riss2018-06-142-4/+3
* 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-192-4/+4
* I didn't see that SocketAddress.cpp was already being pulledJason Molenda2018-03-191-6/+2
* Add the ios-mini target to the top-level xcodeproj, which buildsJason Molenda2018-03-192-0/+43
* [cmake] Copy system debugserver from the right place when only CommandLineToolsVedant Kumar2018-03-161-2/+9
* I added CFLAGS etc to one part of the project file I should not have.Jason Molenda2018-03-091-49/+1
* More cleanups of debugserver project file and the libpmenergy/libpmsampleJason Molenda2018-03-091-67/+132
* Remove unneeded per-arch sdk specifications from debugserver xcode project file.Jason Molenda2018-03-091-42/+0
* Remove the explicit dependency on libpmenergy and libpmsample.Jason Molenda2018-03-091-6/+2
* Fixed two more sdk inconsistencies with the pmenergy stuff.Jason Molenda2018-03-091-5/+3
* Three little cleanups in the debugserver xcode project file.Jason Molenda2018-03-091-103/+32
* 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-286-6/+48
* 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-272-87/+29
* 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
* Turn off the deprecated ALWAYS_SEARCH_USER_PATHS featureJason Molenda2018-02-031-0/+7
* Make use of physical footprint as memory measurement.Han Ming Ong2018-02-014-339/+19
* Remove the hardcoded macos deployment targets altogetherJason Molenda2018-01-171-21/+0
* When parsing the target.xml register file, if no architecture hasJason Molenda2018-01-121-0/+7
* This change updates the deployment target for lldb and debugserverJason Molenda2018-01-091-40/+110
* debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath2017-12-223-8/+34
* Tweak to the debugserver entitlements setup in the xcode projectJason Molenda2017-12-191-22/+12
* 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
OpenPOWER on IntegriCloud