summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachException.cpp
Commit message (Expand)AuthorAgeFilesLines
* Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda2019-08-071-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Enable listening for EXC_RESOURCE events, and format machJason Molenda2018-11-101-19/+36
* Prevent double release of mach portsFrederic Riss2018-03-291-2/+0
* [MachException] Avoid alignment UB, NFCVedant Kumar2017-12-081-4/+2
* Remove extant references to g_message_mutex, NFCVedant Kumar2017-12-081-9/+6
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* 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
* Add the ability for the task port to change when a process execs.Greg Clayton2016-09-281-3/+18
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-498/+405
* Don't crash when a process' task port goes bad.Greg Clayton2016-05-121-1/+0
* More packet performance improvements. Greg Clayton2015-07-171-0/+7
* <rdar://problem/14814689>Greg Clayton2013-11-131-2/+1
* Get rid of a warning.Greg Clayton2013-02-161-1/+1
* Don't listen for EXC_RESOURCE exceptions, those should really be handled by t...Jim Ingham2013-01-241-1/+12
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-4/+4
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-4/+3
* <rdar://problem/11007934> Greg Clayton2012-03-081-7/+12
* <rdar://problem/10986692>Greg Clayton2012-03-061-7/+10
* <rdar://problem/10963899>Greg Clayton2012-03-011-3/+29
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-35/+34
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+533
OpenPOWER on IntegriCloud