summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachProcess.mm
Commit message (Expand)AuthorAgeFilesLines
* Save more descriptive error msg from FBS/BKS, relay it up to lldb.Jason Molenda2020-01-081-20/+26
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-25/+26
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-9/+15
* Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda2019-08-071-22/+93
* Change the logging on ptrace(PT_KILL) in MachProcess::Kill to logJason Molenda2019-03-201-3/+5
* One more fix while I'm looking at this - remove the Jason Molenda2019-02-181-7/+1
* Ah, misunderstood Jonas' feedback - fix this so we'llJason Molenda2019-02-181-1/+2
* Clean up an unused variable warning when building this forJason Molenda2019-02-181-0/+4
* Add some unconditional logging on the failure points when attachingJason Molenda2019-02-151-32/+58
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-6/+6
* 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] 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-061-80/+73
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-061-0/+39
* 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-061-4/+6
* Recognize another magic token sent in the LaunchInfo's EventData.Jim Ingham2017-11-171-29/+71
* Rename Error -> Status.Zachary Turner2017-05-121-6/+7
* fix format specifier warningsTim Hammerquist2017-03-071-12/+19
* Removed an unneccesary #if now that debugserver-mini links Foundation.Sean Callanan2017-01-261-2/+0
* Link debugserver against Foundation to get access to NSProcessInfo.Sean Callanan2017-01-251-0/+2
* Change the timeout in CallBoardSystemServiceOpenApplication to Jason Molenda2016-12-201-1/+1
* Increase timeout for Frontboard app launch request from 9 to 20 secondsJason Molenda2016-12-081-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-3431/+3356
* [debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI)Vedant Kumar2016-08-091-1/+0
* Try to fix the OSX build with old SDK after r274725Tamas Berghammer2016-07-071-2/+12
* debugserver will now report the minimum version load commandJason Molenda2016-07-071-0/+45
* Add support to debugserver for some new ways to interact with dyldJason Molenda2016-07-071-157/+319
* Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is definedJason Molenda2016-05-191-1/+1
* Fix an issue where debugserver would not properly vend OS version information...Enrico Granata2016-05-181-7/+5
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-011-0/+1
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-231-251/+589
* Fix lldb build on older OSX versions after svn commit r244716Dawn Perchik2015-08-271-0/+2
* Have debugserver send the OS version string plusJason Molenda2015-08-121-0/+24
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* Don't water JSONGenerator objects down into ObjectSP's too early so that we c...Greg Clayton2015-07-221-31/+31
* Fix warnings.Bruce Mitchener2015-07-221-4/+5
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+267
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-45/+44
* Clarify the launch style for debugserver to use.Jason Molenda2014-10-281-6/+2
* Increase the gdb-remote packet timeout for the first packet we sendJason Molenda2014-07-241-0/+9
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Fix typos.Bruce Mitchener2014-07-011-3/+3
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+41
* Allow for a task port to change when we exec. Greg Clayton2014-04-301-1/+25
* Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton2014-04-241-2/+80
OpenPOWER on IntegriCloud