summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [CMake] libcompression is optional not required for debugserverChris Bieneman2017-07-281-2/+6
* [CMake] Add checks for libcompressionChris Bieneman2017-07-281-5/+17
* [CMake] Build debugserver & debugserver_nonuiChris Bieneman2017-07-251-8/+64
* [CMake] Add debugserver entitlementsChris Bieneman2017-07-251-2/+6
* [CMake] Refactor debugserver build systemChris Bieneman2017-07-186-23/+55
* Fix debugserver accepting remote connectionsChris Bieneman2017-07-131-3/+18
* Fix some type-based warningsTim Hammerquist2017-06-291-3/+3
* Update default cpu subtype for armv7 processes to armv7k, the mostJason Molenda2017-06-291-1/+1
* Rename Error -> Status.Zachary Turner2017-05-1214-51/+52
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-264-132/+135
* Correct the names of some target conditional defines in debugserver.Jason Molenda2017-04-211-1/+1
* Revert yesterdays IPv6 patchesPavel Labath2017-04-194-134/+132
* Update DebugServer to support IPv6 over TCPChris Bieneman2017-04-184-132/+134
* Support Unit Testing debugserverChris Bieneman2017-04-122-85/+69
* Back out temporary masking of EXC_SYSCALL mach exceptions.Jason Molenda2017-04-031-1/+1
* Mask out EXC_SYSCALL exceptions as well.Jason Molenda2017-03-301-1/+1
* [debugserver] NFC. One more small cleanup to DNBArchImplX86_64::SetFPUStateChris Bieneman2017-03-151-13/+9
* [debugserver] NFC. Cleanup Get/Set Register Value/ContextChris Bieneman2017-03-142-978/+535
* [debugserver] Fixing a small logic error from r297685Chris Bieneman2017-03-141-1/+1
* [debugserver] NFC. Missed one bit of cleanup in r297688Chris Bieneman2017-03-131-22/+13
OpenPOWER on IntegriCloud