This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3003ba00a3260bdee71dd802bcfa970c3580e6bb
clang-p2996
/
lldb
/
tools
/
debugserver
/
source
History
Greg Clayton
6ae1a11d4d
Removed unused functions.
...
llvm-svn: 261768
2016-02-24 20:47:13 +00:00
..
MacOSX
Removed unused functions.
2016-02-24 20:47:13 +00:00
ARM_DWARF_Registers.h
…
ARM_ehframe_Registers.h
…
ChangeLog
…
CMakeLists.txt
…
com.apple.debugserver.applist.internal.plist
…
com.apple.debugserver.applist.plist
…
com.apple.debugserver.internal.plist
…
com.apple.debugserver.plist
…
com.apple.debugserver.posix.plist
…
debugserver-entitlements.plist
…
debugserver-macosx-entitlements.plist
…
debugserver.cpp
Add a missing break.
2016-02-10 01:33:58 +00:00
DNB.cpp
…
DNB.h
…
DNBArch.cpp
…
DNBArch.h
…
DNBBreakpoint.cpp
…
DNBBreakpoint.h
…
DNBDataRef.cpp
…
DNBDataRef.h
…
DNBDefs.h
…
DNBError.cpp
…
DNBError.h
…
DNBLog.cpp
…
DNBLog.h
…
DNBRegisterInfo.cpp
…
DNBRegisterInfo.h
…
DNBRuntimeAction.h
…
DNBThreadResumeActions.cpp
…
DNBThreadResumeActions.h
…
DNBTimer.h
…
JSONGenerator.h
…
libdebugserver.cpp
…
libdebugserver.h
…
PseudoTerminal.cpp
…
PseudoTerminal.h
…
PThreadCondition.h
…
PThreadEvent.cpp
…
PThreadEvent.h
…
PThreadMutex.cpp
…
PThreadMutex.h
…
RNBContext.cpp
…
RNBContext.h
…
RNBDefs.h
…
RNBRemote.cpp
A while back in revison 244716 we added support for getting the host OS version info from debugserver. We added keys to "qHostInfo" that were "osmajor", "osminor" and "ospatch", but no one ever parsed those, so I am removing them from debugserver. We accidentally also added a "version" key to qHostInfo instead of "os_version". So now we need to support both "version" and "os_version" in qHostInfo since we have debugserver binaries out in the wild that support this old packet type. I have updated debugserver ot use the correct "os_version" for future compatability or correctness.
2016-01-28 00:16:11 +00:00
RNBRemote.h
…
RNBServices.cpp
…
RNBServices.h
…
RNBSocket.cpp
…
RNBSocket.h
…
SysSignal.cpp
…
SysSignal.h
…
TTYState.cpp
…
TTYState.h
…