| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-instate a bit of code that was commented out in r188246 which | Jason Molenda | 2018-09-06 | 1 | -2/+2 |
| * | Remove unnecessary entitlement in debugserver for iOS. | Jason Molenda | 2018-08-28 | 1 | -2/+0 |
| * | Introduce lldb-framework CMake target and centralize its logic | Alex Langford | 2018-06-18 | 1 | -1/+1 |
| * | Add support for PLATFORM_*SIMULATOR | Frederic Riss | 2018-06-15 | 1 | -0/+8 |
| * | Add an entitlement to debugserver | Frederic Riss | 2018-06-14 | 1 | -3/+2 |
| * | Delete some dead code | Alex Langford | 2018-06-08 | 1 | -5/+0 |
| * | Typo fixes. | Bruce Mitchener | 2018-05-29 | 2 | -4/+4 |
| * | [CMake] Unify and relayer testing | Jonas Devlieghere | 2018-05-03 | 1 | -2/+2 |
| * | Silence compiler warning. | Adrian Prantl | 2018-05-02 | 1 | -0/+1 |
| * | Enable AUTOBRIEF in doxygen configuration. | Adrian Prantl | 2018-05-02 | 1 | -1/+1 |
| * | [debugserver] Fix the G packet handling. | Frederic Riss | 2018-04-27 | 1 | -1/+3 |
| * | [debugserver] Fix handling of the 'g' packet | Frederic Riss | 2018-04-27 | 1 | -1/+3 |
| * | [debugserver] Return 'ios' instead of 'iphoneos' for the ostype. | Frederic Riss | 2018-04-25 | 1 | -2/+2 |
| * | Revert "[debugserver] Remove dead function call. NFCI." | Davide Italiano | 2018-04-13 | 1 | -0/+3 |
| * | [debugserver] Remove dead function call. NFCI. | Davide Italiano | 2018-04-13 | 1 | -3/+0 |
| * | [debugserver] Fix LC_BUILD_VERSION load command handling. | Frederic Riss | 2018-04-06 | 5 | -169/+104 |
| * | Prevent double release of mach ports | Frederic Riss | 2018-03-29 | 1 | -2/+0 |
| * | Add the same new entitlement from r326399 to | Jason Molenda | 2018-03-26 | 1 | -0/+2 |
| * | Rename remotectl_com.apple.internal.xpc.remote.debugserver.plist | Jason Molenda | 2018-03-19 | 1 | -0/+0 |
| * | Add the ios-mini target to the top-level xcodeproj, which builds | Jason Molenda | 2018-03-19 | 1 | -0/+35 |
| * | [cmake] Copy system debugserver from the right place when only CommandLineTools | Vedant Kumar | 2018-03-16 | 1 | -2/+9 |
| * | Upstreaming avx512 register support in debugserver. These changes | Jason Molenda | 2018-03-06 | 9 | -33/+1218 |
| * | Add another entitlement that we need for debugserver. | Jason Molenda | 2018-03-01 | 1 | -0/+2 |
| * | Add ability to collect memory limit. | Han Ming Ong | 2018-02-28 | 5 | -6/+34 |
| * | Removed accidentally committed code from previous commit. | Han Ming Ong | 2018-02-27 | 1 | -5/+1 |
| * | Got rid of weak imports of libpenergy and libpsample because we are already r... | Han Ming Ong | 2018-02-27 | 1 | -3/+5 |
| * | Delete dead code in MachVMMemory.cpp, NFC | Vedant Kumar | 2018-02-24 | 1 | -36/+0 |
| * | [unittests] Disable lldb-server tests if an external debug server is in use | Vedant Kumar | 2018-02-24 | 1 | -2/+3 |
| * | Add DEBUGSERVER_PATH to the cache so it'll be available for tests. | Don Hinton | 2018-02-17 | 1 | -2/+2 |
| * | [cmake] Fix LLDB_CODESIGN_IDENTITY logic. | Don Hinton | 2018-02-17 | 1 | -3/+17 |
| * | [cmake] Darwin: Copy in the system debugserver if needed | Vedant Kumar | 2018-02-13 | 1 | -1/+9 |
| * | Make use of physical footprint as memory measurement. | Han Ming Ong | 2018-02-01 | 4 | -339/+19 |
| * | When parsing the target.xml register file, if no architecture has | Jason Molenda | 2018-01-12 | 1 | -0/+7 |
| * | debugserver: Propagate environment in launch-mode (pr35671) | Pavel Labath | 2017-12-22 | 3 | -8/+34 |
| * | Change uses of strncpy in debugserver to strlcpy | Jason Molenda | 2017-12-09 | 5 | -15/+15 |
| * | [MachException] Avoid alignment UB, NFC | Vedant Kumar | 2017-12-08 | 2 | -4/+11 |
| * | Remove extant references to g_message_mutex, NFC | Vedant Kumar | 2017-12-08 | 1 | -9/+6 |
| * | Fix the -Wunused-function warning properly (MachProcess.mm) | Vedant Kumar | 2017-12-06 | 1 | -1/+1 |
| * | Fix an -Wunused-function warning, NFC | Vedant Kumar | 2017-12-06 | 1 | -20/+22 |
| * | Fix misc -Wcast-qual warnings, NFC | Vedant Kumar | 2017-12-06 | 7 | -22/+29 |
| * | Remove no-op function pointer null checks, NFC | Vedant Kumar | 2017-12-06 | 2 | -30/+22 |
| * | Fix warnings in JSON.cpp, NFC | Vedant Kumar | 2017-12-01 | 1 | -3/+0 |
| * | Fix warnings in DNBDataRef.cpp, NFC | Vedant Kumar | 2017-12-01 | 1 | -6/+6 |
| * | Recognize another magic token sent in the LaunchInfo's EventData. | Jim Ingham | 2017-11-17 | 1 | -29/+71 |
| * | [CMake] Need to set WITH_LOCKDOWN on debugserver target | Chris Bieneman | 2017-09-06 | 1 | -0/+5 |
| * | Change the ftag x87 register from being 8-bits wide to 16-bits wide | Jason Molenda | 2017-08-24 | 2 | -8/+8 |
| * | Fix typo in variable name. | Lang Hames | 2017-08-16 | 1 | -1/+1 |
| * | [CMake] Fixing an error in STREQUAL usage. | Chris Bieneman | 2017-08-15 | 1 | -1/+1 |
| * | [CMake] Disable code sign entitlements when using lldb_codesign | Chris Bieneman | 2017-08-15 | 1 | -2/+11 |
| * | [CMake] debugserver-nonui doesn't go in the framework | Chris Bieneman | 2017-07-28 | 1 | -1/+1 |