Lines Matching refs:DNB

19 	* DNB.cpp (GetAllInfosMatchingName): Correctly truncate process name string
26 * DNB.cpp (DNBProcessLaunch): Added a stat on the incoming path that we are
41 * DNB.cpp (DNBProcessAttachByName): New function.
47 DNB.h: Declare DNBProcessAttachByName, DNBProcessAttachWait, change
76 * DNB.h (DNBProcessGetSharedLibraryInfoAddress): New prototype.
77 * DNB.cpp (DNBProcessGetSharedLibraryInfoAddress): New function.
115 * DNB.cpp (DNBProcessLaunch): Changed to take a eror string pointer with
117 * DNB.h (DNBProcessLaunch): Ditto.
202 * DNB.h (DNBResolveExecutablePath): New function prototype.
203 * DNB.cpp (DNBResolveExecutablePath): New function that will resolve
304 * DNB.h (DNBProcessWaitForEvent): Renamed to DNBProcessWaitForEvents.
309 * DNB.cpp (DNBProcessWaitForEvent): Renamed to DNBProcessWaitForEvents.
322 * DNB.cpp (GetProcessMap): Use new PTHREAD_MUTEX_LOCKER macro to ease
436 * DNB.cpp (DNBProcessIsAlive): User newly abstracted MachTask class.
476 * DNB.h (DNBProcessSetEvents): New API function prototype.
477 * DNB.cpp (DNBProcessSetEvents): New API function.
621 * DNB.cpp (DNBProcessResumeWithSignal): New function.
626 * DNB.h (DNBProcessResumeWithSignal): New prototype.
664 * DNB.cpp/h: (DNBProcessLaunch): Added nub_launch_flavor_t and error
700 * DNB.cpp (DNBBreakpointSet): Added boolean hardware parameter for
764 * DNB.h (DNBBreakpointSet): New take a HARDWARE parameter that allows
877 * DNB.cpp (DNBProcessResume): Pass 0 as the signal when resuming
881 * DNB.h (DNBThreadResumeWithSignal): New prototype.
896 * DNB.cpp (gProcessMap): Removed static C++ global.
933 * DNB.cpp (DNBProcessSBAttach): New function for use when attaching to
937 * DNB.h (DNBProcessSBAttach): New prototype.
969 * DNB.cpp (DNBProcessSBLaunch): Pass in launch_retval.
970 * DNB.h: Change prototype of DNBProcessSBLaunch to take launch_retval.
1000 * DNB.h: Pass envp to DNBProcessLaunch & DNBProcessSBLaunch.
1001 * DNB.cpp: Ditto.
1041 * DNB.cpp (DNBThreadPrintStopReason): Commented out unused function.
1043 * DNB.h (DNBThreadPrintStopReason): Commented out prototype.
1120 * DNB.cpp (DNBProcessWaitForEvent): Added timeout pointer as
1122 the DNB interface.
1124 * DNB.h (DNBProcessWaitForEvent): Added timeout argument.
1161 * DNB.cpp (DNBEnableLogging): Removed function.
1164 * DNB.h (DNBEnableLogging): Removed function prototype.
1253 * DNB.cpp (DNBPrintf): Check for NULL file handle.
1346 * DNB.cpp (sigchld_handler): Better logging when we get a
1443 * DNB.cpp: Ditto.
1500 registers, skip over gdb regs which don't map to DNB regs.