.. |
MacOSX
|
Resolve any bundle paths we are given when the specified executable is a bundle.
|
2012-10-31 21:44:39 +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
|
Switch from using KERN_PROCARGS2 to get the path to the executed process to proc_pidpath. The former was flakey, and the whole point of libproc is to protect us from potential flakiness at that level...
|
2012-11-01 01:04:46 +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
|
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification.
|
2012-09-18 18:04:04 +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
|
<rdar://problem/12219840>
|
2012-09-18 18:19:49 +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
|
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification.
|
2012-09-18 18:04:04 +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
|
Provide an SSL context ref in case SLL is needed for communication.
|
2012-10-13 00:18:18 +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.internal.plist
|
Added the plists to the debugserver project and fixed the labels for the new plists.
|
2012-10-31 23:49:14 +00:00 |
com.apple.debugserver.applist.plist
|
…
|
|
com.apple.debugserver.internal.plist
|
Added the plists to the debugserver project and fixed the labels for the new plists.
|
2012-10-31 23:49:14 +00:00 |
com.apple.debugserver.plist
|
…
|
|
debugserver-entitlements.plist
|
…
|
|
debugserver.cpp
|
Fix an error message in debugserver so it doesn't print "Unable to
|
2012-11-01 02:02:59 +00:00 |