summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1957-228/+171
* Simplify Boolean expressionsJonas Devlieghere2018-12-156-24/+14
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Enable listening for EXC_RESOURCE events, and format machJason Molenda2018-11-101-19/+36
* Re-instate a bit of code that was commented out in r188246 whichJason Molenda2018-09-061-2/+2
* Add support for PLATFORM_*SIMULATORFrederic Riss2018-06-151-0/+8
* Typo fixes.Bruce Mitchener2018-05-291-2/+2
* [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
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-062-81/+77
* Prevent double release of mach portsFrederic Riss2018-03-291-2/+0
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-067-22/+1148
* Add ability to collect memory limit.Han Ming Ong2018-02-283-6/+30
* 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
* Make use of physical footprint as memory measurement.Han Ming Ong2018-02-013-336/+18
* Change uses of strncpy in debugserver to strlcpyJason Molenda2017-12-091-5/+5
* [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-064-9/+11
* Remove no-op function pointer null checks, NFCVedant Kumar2017-12-061-3/+1
* Recognize another magic token sent in the LaunchInfo's EventData.Jim Ingham2017-11-171-29/+71
* Change the ftag x87 register from being 8-bits wide to 16-bits wideJason Molenda2017-08-242-8/+8
* [CMake] Refactor debugserver build systemChris Bieneman2017-07-184-18/+21
* Rename Error -> Status.Zachary Turner2017-05-127-29/+30
* Support Unit Testing debugserverChris Bieneman2017-04-121-67/+0
* 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
* [debugserver] NFC. Cleanup DNBArchImpl*::GetFPUState()Chris Bieneman2017-03-133-242/+125
* [debugserver] This is a small cleanup patch to AVX support detectionChris Bieneman2017-03-135-113/+55
* fix format specifier warningsTim Hammerquist2017-03-073-14/+21
* Fix darwin build (llvm::once_flag fallout)Pavel Labath2017-02-061-2/+2
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+2
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-10/+6
* Removed an unneccesary #if now that debugserver-mini links Foundation.Sean Callanan2017-01-261-2/+0
* Instead of weak-linking against LoggingSupport framework (whichJason Molenda2017-01-261-0/+1
* Link debugserver against Foundation to get access to NSProcessInfo.Sean Callanan2017-01-251-0/+2
* Conditionalized OsLogger.cpp on a modern SDK.Sean Callanan2017-01-251-1/+3
* Quiet a warning where we weren't checking if this was the same and rhs.Greg Clayton2016-12-281-1/+2
* Change the timeout in CallBoardSystemServiceOpenApplication to Jason Molenda2016-12-201-1/+1
* [CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman2016-12-151-5/+1
* Increase timeout for Frontboard app launch request from 9 to 20 secondsJason Molenda2016-12-081-1/+1
OpenPOWER on IntegriCloud