llvm-project/lldb/tools/debugserver/source
Greg Clayton 3382c2c80d Fixed debugserver to not exit when we are able to spawn the process, yet not
launch it due to not being able to get the task port. A SIGHUP was killing us
and also an error string wasn't properly being passed along. Got rid of a
class error variable that can only lead to multi-threaded crashes.

llvm-svn: 109930
2010-07-30 23:14:42 +00:00
..
MacOSX Fixed debugserver to not exit when we are able to spawn the process, yet not 2010-07-30 23:14:42 +00:00
ChangeLog Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNB.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNB.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBArch.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBBreakpoint.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBBreakpoint.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBDataRef.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBDataRef.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBDefs.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBError.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBError.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBLog.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBLog.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBRegisterInfo.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBRegisterInfo.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBRuntimeAction.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBThreadResumeActions.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBThreadResumeActions.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DNBTimer.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
FunctionProfiler.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
FunctionProfiler.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
PThreadCondition.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
PThreadEvent.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
PThreadEvent.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
PThreadMutex.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
PThreadMutex.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
ProfileObjectiveC.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
ProfileObjectiveC.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
PseudoTerminal.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
PseudoTerminal.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
RNBContext.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
RNBContext.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
RNBDefs.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
RNBRemote.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
RNBRemote.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
RNBServices.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
RNBServices.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
RNBSocket.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
RNBSocket.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
SysSignal.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
SysSignal.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
TTYState.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
TTYState.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
com.apple.debugserver.applist.plist Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
com.apple.debugserver.plist Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
debugserver-entitlements.plist Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
debugserver.cpp Fixed debugserver to not exit when we are able to spawn the process, yet not 2010-07-30 23:14:42 +00:00