summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/DNBLog.cpp
AgeCommit message (Expand)Author
2025-04-28[lldb][DNB] Add missing includeMichael Buch
2025-04-27[debugserver] Migrate DNBLog away from PThreadMutex (NFC) (#137541)Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas 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
2013-02-02Added support for the qCmd monitor packet command. Currently it can only do:Greg Clayton
2012-09-18<rdar://problem/12219840>Greg Clayton
2011-10-28Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-02-12Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton
2010-12-03Fixed a race condition that could cause ProcessGDBRemote::DoResume() to returnGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner