summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachThreadList.h
AgeCommit message (Expand)Author
2025-04-27[debugserver] Migrate MachThreadList away from PThreadMutex (NFC) (#137542)Jonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-01-24[lldb/debugserver] Unify the breakpoint/watchpoint interface (NFCI)Jonas Devlieghere
2020-01-18[debugserver] Share code between Enable/DisableHardwareWatchpoint (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2013-11-13<rdar://problem/15172417>Greg Clayton
2013-02-26Fix one remaining mach port number/globally unique thread ID mixup which prev...Jason Molenda
2013-02-22Change debugserver from using the mach port number (in debugserver'sJason Molenda
2012-05-23Add the capability to display the number of supported hardware watchpoints to...Johnny Chen
2011-01-24Added logging for threads that are spawned while we stop. We log theirGreg Clayton
2011-01-19Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton
2010-11-18Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton
2010-10-18Still trying to get detach to work with debugserver. Got a bit closer,Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner