summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBServices.cpp
AgeCommit message (Expand)Author
2024-10-14[lldb] Use CFPropertyListCreateData in debugserver (NFC) (#112262)Jonas Devlieghere
2020-02-04Enhance debugserver's err reporting on attach failsJason Molenda
2020-01-21[debugserver] Delete stale code referencing ppcVedant Kumar
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-05-29Typo fixes.Bruce Mitchener
2017-12-06Fix misc -Wcast-qual warnings, NFCVedant Kumar
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-07-22Fix warnings.Bruce Mitchener
2014-10-15Fix unused-variable warnings from the clang static analyzer.Jason Molenda
2014-03-29lldb arm64 import.Jason Molenda
2012-11-06<rdar://problem/12647273>Greg Clayton
2012-07-24Use a more efficient API to tell if a process belongs to springboard or not.Jim Ingham
2012-05-10Sanity check the return value from SBSCopyApplicationDisplayIdentifiers() bef...Johnny Chen
2012-02-22Change #ifdef markers around lockdown and SpringBoardJason Molenda
2010-09-09Got the ARM version of debugserver up to date. Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner