summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachThread.cpp
AgeCommit message (Expand)Author
2025-04-27[debugserver] Migrate MachThread away from PThreadMutex (NFC) (#137543)Jonas Devlieghere
2024-12-19[lldb][debugserver] Read/write SME registers on arm64 (#119171)Jason Molenda
2024-10-10[lldb][debugserver][NFC] Simplify macOS thread name fetching. (#111684)Donough Liu
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb/debugserver] Unify the breakpoint/watchpoint interface (NFCI)Jonas Devlieghere
2020-01-07[lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann
2019-03-06[debugserver] Fix IsUserReady thread filteringFrederic Riss
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
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2017-12-09Change uses of strncpy in debugserver to strlcpyJason Molenda
2017-03-07fix format specifier warningsTim Hammerquist
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-08-18Quiet build warnings on MacOSX.Greg Clayton
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-25Remove some unnecessary uses of nub_break_t in the arm specificJason Molenda
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
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-01-10Check the return value of GetBasicInfo before dereferencing it. <rdar://prob...Jim Ingham
2011-10-28Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton
2011-09-29Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...Johnny Chen
2011-09-15Add comment regarding method call to DNBArchProtocol::NotifyException().Johnny Chen
2011-09-15Modify MachThread::NotifyException() to allow the arch specific protocol to p...Johnny Chen
2011-08-11In the case where we are trying to resume a thread all the way to 0, if we getJim Ingham
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-05-22Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton
2011-05-03Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton
2011-01-28The thread_info changes over the life of the thread, so you can't get it once...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-19Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton
2011-01-18Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton
2010-12-08Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 forGreg Clayton
2010-11-18Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton
2010-11-12Fixed more thread suspend/resume issues.Greg 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