summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachThread.h
AgeCommit message (Expand)Author
2025-04-27[lldb] Add missing includeAdrian Prantl
2025-04-27[debugserver] Migrate MachThread away from PThreadMutex (NFC) (#137543)Jonas Devlieghere
2024-10-10[lldb][debugserver][NFC] Simplify macOS thread name fetching. (#111684)Donough Liu
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
2019-02-13Replace 'ap' with 'up' suffix in variable names. (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-07-22Fix warnings.Bruce Mitchener
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-07-11Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...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-06-01rdar://problem/11320188Johnny Chen
2012-05-23Add the capability to display the number of supported hardware watchpoints to...Johnny Chen
2012-03-14<rdar://problem/10434005>Greg Clayton
2011-09-29Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...Johnny Chen
2011-08-09Added some logging and did some member renaming.Greg Clayton
2011-07-21If we are telling only one thread to run in debugserver, and that thread has ...Jim Ingham
2011-01-25Reverting recent thread resume changes as it was causing testing issues.Greg Clayton
2011-01-25When we are stepping a thread, force it to resume ALL the way to 0. And of c...Jim Ingham
2011-01-18Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton
2010-11-18Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton
2010-11-12Fixed an issue with the MachThread class where we might not get the initialGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner