Lines Matching defs:NULL

32 	Event(int type, ::Thread* thread = NULL, TeamMemoryBlock* block = NULL,
33 ExpressionInfo* info = NULL, status_t expressionResult = B_OK,
34 ExpressionResult* expressionValue = NULL)
93 fTeam(NULL),
94 fListener(NULL),
95 fNodeManager(NULL),
96 fEditLine(NULL),
97 fHistory(NULL),
98 fPrompt(NULL),
102 fStoppedThread(NULL),
103 fCurrentThread(NULL),
104 fCurrentStackTrace(NULL),
106 fCurrentBlock(NULL),
107 fExpressionInfo(NULL),
109 fExpressionValue(NULL)
118 sCurrentContext = NULL;
144 if (fEditLine == NULL)
148 if (fHistory == NULL)
159 if (fNodeManager == NULL)
164 if (fExpressionInfo == NULL)
178 if (fEditLine != NULL) {
180 fEditLine = NULL;
183 if (fHistory != NULL) {
185 fHistory = NULL;
188 if (fTeam != NULL) {
190 fTeam = NULL;
193 if (fNodeManager != NULL) {
195 fNodeManager = NULL;
198 if (fCurrentBlock != NULL) {
200 fCurrentBlock = NULL;
203 if (fExpressionInfo != NULL) {
205 fExpressionInfo = NULL;
229 return fCurrentThread != NULL ? fCurrentThread->ID() : -1;
238 if (fCurrentThread != NULL)
243 if (fCurrentStackTrace != NULL) {
245 fCurrentStackTrace = NULL;
247 fNodeManager->SetStackFrame(NULL, NULL);
250 if (fCurrentThread != NULL) {
256 if (stackTrace != NULL) {
271 if (fCurrentThread != NULL) {
284 if (fCurrentStackTrace == NULL)
292 if (frame != NULL)
311 if (fExpressionValue != NULL) {
338 if (fCurrentBlock == NULL || !fCurrentBlock->Contains(address)) {
358 fPrompt = NULL;
391 while (fStoppedThread == NULL)
394 if (fCurrentThread == NULL)
436 fStoppedThread = NULL;
452 TeamMemoryBlock* block = NULL;
458 if (fCurrentBlock != NULL) {
475 ExpressionResult* value = NULL;
478 if (fExpressionValue != NULL) {
555 if (value != NULL) {
588 if (block != NULL)
633 return sCurrentContext != NULL ? sCurrentContext->fPrompt : NULL;