llvm-project/lldb/tools/debugserver/source
Jim Ingham 279ceecf65 Add a call to "sync" a thread state before checkpointing registers in preparation for
calling functions.  This is necessary on Mac OS X, since bad things can happen if you set
the registers of a thread that's sitting in a kernel trap.

<rdar://problem/11145013>

llvm-svn: 160756
2012-07-25 21:12:43 +00:00
..
MacOSX Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +00:00
ARM_DWARF_Registers.h Got the ARM version of debugserver up to date. 2010-09-09 06:32:46 +00:00
ARM_GCC_Registers.h Got the ARM version of debugserver up to date. 2010-09-09 06:32:46 +00:00
ChangeLog Spelling fixes. 2012-06-29 21:58:00 +00:00
DNB.cpp Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +00:00
DNB.h Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +00:00
DNBArch.cpp Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
DNBArch.h rdar://problem/11320188 2012-06-01 23:43:05 +00:00
DNBBreakpoint.cpp Enabled the "printf" attribute on all debugserver logging functions and fixed 2011-10-28 22:59:14 +00:00
DNBBreakpoint.h DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input argument. 2011-09-06 19:52:49 +00:00
DNBDataRef.cpp To silence the static analyzer. 2011-08-11 18:21:06 +00:00
DNBDataRef.h
DNBDefs.h Fixed the C++11 #defines that wrap std::weak_ptr to actually use std::weak_ptr. 2012-04-04 20:03:33 +00:00
DNBError.cpp Change #ifdef markers around lockdown and SpringBoard 2012-02-22 02:18:59 +00:00
DNBError.h Change #ifdef markers around lockdown and SpringBoard 2012-02-22 02:18:59 +00:00
DNBLog.cpp Enabled the "printf" attribute on all debugserver logging functions and fixed 2011-10-28 22:59:14 +00:00
DNBLog.h Enabled the "printf" attribute on all debugserver logging functions and fixed 2011-10-28 22:59:14 +00:00
DNBRegisterInfo.cpp Patch from Filipe Cabecinhas. 2012-04-26 17:09:38 +00:00
DNBRegisterInfo.h
DNBRuntimeAction.h
DNBThreadResumeActions.cpp
DNBThreadResumeActions.h Thread safety changes in debugserver and also in the process GDB remote plugin. 2011-01-18 19:36:39 +00:00
DNBTimer.h
FunctionProfiler.cpp
FunctionProfiler.h
PThreadCondition.h
PThreadEvent.cpp
PThreadEvent.h
PThreadMutex.cpp
PThreadMutex.h
ProfileObjectiveC.cpp
ProfileObjectiveC.h
PseudoTerminal.cpp Remove unused include of deprecated header. 2011-10-23 16:31:38 +00:00
PseudoTerminal.h Another patch from Jean-Daniel. Thanks. 2010-09-28 16:34:56 +00:00
RNBContext.cpp Added new OptionGroup classes for UInt64, UUID, File and Boolean values. 2011-05-03 22:09:39 +00:00
RNBContext.h Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
RNBDefs.h <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
RNBRemote.cpp Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +00:00
RNBRemote.h Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +00:00
RNBServices.cpp Use a more efficient API to tell if a process belongs to springboard or not. 2012-07-24 01:23:53 +00:00
RNBServices.h
RNBSocket.cpp Change lockdown API use in RNBSocket::ConnectToService. 2012-05-16 00:36:21 +00:00
RNBSocket.h Change #ifdef markers around lockdown and SpringBoard 2012-02-22 02:18:59 +00:00
SysSignal.cpp
SysSignal.h
TTYState.cpp
TTYState.h
com.apple.debugserver-secure.plist Pull in another plist from the old debugserver project. 2012-03-13 01:23:54 +00:00
com.apple.debugserver.applist.plist
com.apple.debugserver.plist
debugserver-entitlements.plist
debugserver.cpp Add "vAttachOrWait" to debugserver, so you can implement "attach to the process if it exists OR wait for it" without race conditions. Use that in lldb. 2012-07-20 21:37:13 +00:00