| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | [CMake] libcompression is optional not required for debugserver | Chris Bieneman | 2017-07-28 | 1 | -2/+6 |
| * | [CMake] Add checks for libcompression | Chris Bieneman | 2017-07-28 | 1 | -5/+17 |
| * | [CMake] Build debugserver & debugserver_nonui | Chris Bieneman | 2017-07-25 | 1 | -8/+64 |
| * | [CMake] Add debugserver entitlements | Chris Bieneman | 2017-07-25 | 1 | -2/+6 |
| * | [CMake] Refactor debugserver build system | Chris Bieneman | 2017-07-18 | 5 | -22/+37 |
| * | Fix debugserver accepting remote connections | Chris Bieneman | 2017-07-13 | 1 | -3/+18 |
| * | Fix some type-based warnings | Tim Hammerquist | 2017-06-29 | 1 | -3/+3 |
| * | Update default cpu subtype for armv7 processes to armv7k, the most | Jason Molenda | 2017-06-29 | 1 | -1/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 14 | -51/+52 |
| * | Re-landing IPv6 support for LLDB Host | Chris Bieneman | 2017-04-26 | 3 | -132/+131 |
| * | Correct the names of some target conditional defines in debugserver. | Jason Molenda | 2017-04-21 | 1 | -1/+1 |
| * | Revert yesterdays IPv6 patches | Pavel Labath | 2017-04-19 | 3 | -130/+132 |
| * | Update DebugServer to support IPv6 over TCP | Chris Bieneman | 2017-04-18 | 3 | -132/+130 |
| * | Support Unit Testing debugserver | Chris Bieneman | 2017-04-12 | 2 | -85/+69 |
| * | Back out temporary masking of EXC_SYSCALL mach exceptions. | Jason Molenda | 2017-04-03 | 1 | -1/+1 |
| * | Mask out EXC_SYSCALL exceptions as well. | Jason Molenda | 2017-03-30 | 1 | -1/+1 |
| * | [debugserver] NFC. One more small cleanup to DNBArchImplX86_64::SetFPUState | Chris Bieneman | 2017-03-15 | 1 | -13/+9 |
| * | [debugserver] NFC. Cleanup Get/Set Register Value/Context | Chris Bieneman | 2017-03-14 | 2 | -978/+535 |
| * | [debugserver] Fixing a small logic error from r297685 | Chris Bieneman | 2017-03-14 | 1 | -1/+1 |
| * | [debugserver] NFC. Missed one bit of cleanup in r297688 | Chris Bieneman | 2017-03-13 | 1 | -22/+13 |
| * | [debugserver] NFC. Cleanup DNBArchImpl*::GetFPUState() | Chris Bieneman | 2017-03-13 | 3 | -242/+125 |
| * | [debugserver] This is a small cleanup patch to AVX support detection | Chris Bieneman | 2017-03-13 | 5 | -113/+55 |
| * | fix format specifier warnings | Tim Hammerquist | 2017-03-07 | 3 | -14/+21 |
| * | Fix darwin build (llvm::once_flag fallout) | Pavel Labath | 2017-02-06 | 1 | -2/+2 |
| * | Switch std::call_once to llvm::call_once | Kamil Rytarowski | 2017-02-06 | 1 | -2/+2 |
| * | [CMake] Add accurate dependency specifications | Chris Bieneman | 2017-01-31 | 2 | -16/+19 |