summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachException.cpp
AgeCommit message (Expand)Author
2025-04-28[debugserver] Remove PThreadMutex (NFC) (#137555)Jonas Devlieghere
2025-03-21[lldb][debugserver][MacOSX] Work around sanitizer misaligned address errors w...Michael Buch
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent
2023-08-18Align mach exception data before accessing itJason Molenda
2023-08-18Revert "Align mach exception data before accessing it"Jason Molenda
2023-08-18Align mach exception data before accessing itJason Molenda
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2019-08-07Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-10Enable listening for EXC_RESOURCE events, and format machJason Molenda
2018-03-29Prevent double release of mach portsFrederic Riss
2017-12-08[MachException] Avoid alignment UB, NFCVedant Kumar
2017-12-08Remove extant references to g_message_mutex, NFCVedant Kumar
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-03Back out temporary masking of EXC_SYSCALL mach exceptions.Jason Molenda
2017-03-30Mask out EXC_SYSCALL exceptions as well.Jason Molenda
2016-09-28Add the ability for the task port to change when a process execs.Greg Clayton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-12Don't crash when a process' task port goes bad.Greg Clayton
2015-07-17More packet performance improvements. Greg Clayton
2013-11-13<rdar://problem/14814689>Greg Clayton
2013-02-16Get rid of a warning.Greg Clayton
2013-01-24Don't listen for EXC_RESOURCE exceptions, those should really be handled by t...Jim Ingham
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-03-08<rdar://problem/11007934> Greg Clayton
2012-03-06<rdar://problem/10986692>Greg Clayton
2012-03-01<rdar://problem/10963899>Greg Clayton
2011-10-28Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner