Searched refs:debugger (Results 151 - 175 of 213) sorted by relevance

123456789

/haiku/src/kits/interface/
H A DView.cpp449 debugger("BView cannot be constructed from a NULL archive.");
771 debugger("Trying to delete a view that belongs to a window. "
1514 debugger("DragMessage: warning - the Handler needs a looper");
4143 debugger("Calling BeginLineArray with a count <= 0");
4148 debugger("Can't nest BeginLineArray calls");
4157 // calls with a NULL fCommArray would drop into the debugger anyway,
4180 debugger("BeginLineArray must be called before using AddLine");
4202 debugger("Can't call EndLineArray before BeginLineArray");
4622 debugger("AddChild failed - the view already has a parent.");
4627 debugger("AddChil
[all...]
H A DLayout.cpp98 debugger("Deleting a BLayout that still has items. Subclass hooks "
H A DMenu.cpp740 debugger("BMenu::AddItem(BMenuItem*, int32) this method can only "
773 debugger("BMenu::AddItem(BMenuItem*, BRect) this method can only "
824 debugger("BMenu::AddItem(BMenuItem*, int32) this method can only "
846 debugger("BMenu::AddItem(BMenu*, BRect) this method can only "
2769 debugger("BMenu can't determine where to draw."
H A DMenuBar.cpp482 debugger("MenuBar must be added to a window before it can be used.");
H A DPictureDataWriter.cpp676 debugger("PictureDataWriter::WriteDrawBitmap: invalid length");
H A DAlert.cpp595 debugger("BAlerts must have at least one button.");
H A DMenuItem.cpp646 debugger("Error - can't add menu or menu item to more than 1 container"
/haiku/src/kits/app/
H A DApplication.cpp358 debugger("2 BApplication objects were created. Only one is allowed.");
1443 debugger("BApplication: couldn't obtain new app_server comm port");
1472 debugger("Can't reconnect to app server!");
/haiku/src/libs/alm/
H A DSharedSolver.cpp112 debugger("SharedSolver deleted while still in use!");
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp13 #include <debugger.h>
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp24 debugger("AVLTreeBase check failed"); \
/haiku/src/kits/game/
H A DGameSoundBuffer.cpp312 debugger("Invalid number of channels.");
/haiku/src/kits/shared/
H A DJson.cpp245 debugger("illegal state - more than one character pushed back");
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp665 debugger("unknown package state");
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp22 #define ASSERT(condition) if (!(condition)) { debugger("Assertion failed!"); }
399 // Userland debugger will extract symbols itself...
/haiku/src/apps/deskbar/
H A DResourceSet.cpp77 debugger("deleting object owned by BResourceSet");
/haiku/headers/private/media/
H A DServerInterface.h250 debugger("File name too long!");
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp132 debugger("_event_queue_imp::AddEvent failed, should not be here\n");
H A DMediaFile.cpp82 debugger("BMediaFile::BMediaFile not implemented");
H A DSoundPlayer.cpp86 debugger("BSoundPlayer: toNode must have B_BUFFER_CONSUMER kind!\n");
H A DMediaNode.cpp561 // We just trip into debugger, code that tries to do this is broken.
562 debugger("BMediaNode::SetTimeSource() can't be used to set a timesource, "
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp137 debugger("pio is NULL");
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp37 else debugger("core not locked, meltdown occurred")
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp166 debugger("unknown type in gType");
/haiku/headers/os/kernel/
H A DOS.h411 extern void debugger(const char *message);
419 to re-enable the default debugger pass a zero.

Completed in 175 milliseconds

123456789