Searched refs:debugger (Results 1 - 25 of 213) sorted by last modified time

123456789

/haiku/src/servers/app/font/
H A DFontStyle.cpp209 debugger("UpdateFace() called without having locked FontStyle!");
H A DFontManager.cpp290 debugger("family is NULL!");
/haiku/src/servers/app/
H A DServerApp.cpp195 debugger("ServerWindow doesn't respond!\n");
547 // Allow the debugger to show its window: if needed, remove any
H A DDesktop.cpp29 #include <debugger.h>
2857 // invalidate_on_exit kernel debugger add-on to trigger a redraw
2858 // after exiting a kernel debugger session.
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp930 Note: This function raises an exception (by calling the debugger), when
945 debugger("fDecodedDataBufferSize not multiple of frame size!");
973 debugger("resampling failed");
/haiku/src/system/boot/loader/
H A Dmisc.cpp21 debugger(const char *message) function
/haiku/headers/private/shared/
H A DAutoDeleter.h26 extern void debugger(const char *message);
58 debugger("identical objects");
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp340 debugger("expected key in internal message not found");
352 debugger("expected key in internal message not found");
364 debugger("expected key in internal message not found");
709 debugger("unable to lock the user login window");
731 debugger("unable to start a thread to gather data for creating an "
800 debugger("unable to configure the "
1053 debugger("missing captcha when assembling create user details");
1055 debugger("missing user usage conditions when assembling create user "
1443 debugger("the usage conditions should be set");
H A DMainWindow.cpp135 debugger("unable to serialize a screenshot coordinate");
187 debugger("unable to create the process coordinator semaphore");
286 debugger("unable to create the process coordinator semaphore");
538 debugger("unable to find the named package");
635 debugger("expected the [userDetail] data to be carried in the "
1532 debugger("unable to acquire the process coordinator sem");
1551 debugger("unable to acquire the process coordinator sem");
1553 debugger("unable to release the process coordinator sem");
1610 debugger("unable to release the process coordinator sem");
1632 debugger("unabl
[all...]
H A DUserUsageConditionsWindow.cpp235 debugger("illegal state - attempt to fetch, but fetch in progress");
243 debugger("unable to start a thread to fetch the user usage "
327 debugger("unhanded mode");
340 debugger("attempt to get user details for the current user, but"
H A DToLatestUserUsageConditionsWindow.cpp256 debugger("illegal state - attempt to fetch, but thread in "
267 debugger("unable to start a thread to fetch the user usage "
331 debugger("illegal state - attempt to agree, but thread in "
344 debugger("unable to start a thread to fetch the user usage "
441 debugger("the user has not agreed to the age and conditions");
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp266 debugger("the credentials supplied are invalid so it is not possible "
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.cpp132 debugger("RawDecoder::NegotiateOutputFormat: wrong encoded format type");
244 debugger("RawDecoder::NegotiateAudioOutputFormat unknown input format\n");
268 debugger("RawDecoder::NegotiateAudioOutputFormat unknown output format\n");
293 debugger("RawDecoder::NegotiateAudioOutputFormat unknown output format\n");
316 debugger("RawDecoder::NegotiateAudioOutputFormat unknown output format\n");
339 debugger("RawDecoder::NegotiateAudioOutputFormat unknown output format\n");
362 debugger("RawDecoder::NegotiateAudioOutputFormat unknown output format\n");
385 debugger("RawDecoder::NegotiateAudioOutputFormat unknown output format\n");
408 debugger("RawDecoder::NegotiateAudioOutputFormat unknown output format\n");
431 debugger("RawDecode
[all...]
/haiku/src/kits/interface/
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 DColumnListView.cpp694 debugger(dbmessage.String());
H A DMenuItem.cpp646 debugger("Error - can't add menu or menu item to more than 1 container"
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp1815 debugger("FUSEVolume::Open(): inconsistent direct_io flags!");
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp665 debugger("unknown package state");
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp46 debugger("expected the bitmap to be supplied");
83 debugger("expected the bitmap to be supplied");
106 debugger("expected the value to be supplied");
/haiku/src/kits/shared/
H A DJson.cpp245 debugger("illegal state - more than one character pushed back");
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp424 debugger("size wrong\n");
/haiku/src/apps/debugger/
H A DDebugger.cpp59 "The first form starts the debugger displaying a requester to choose a\n"
63 "The second form runs the given command line and attaches the debugger to\n"
67 "The third and fourth forms attach the debugger to a running team. The\n"
442 fprintf(stderr, "Error: Failed to start team debugger\n");
755 // wait for the team debugger thread to terminate
812 // wait for the team debugger thread to terminate
835 CliDebugger debugger; local
836 return debugger.Run(options) ? 0 : 1;
838 ReportDebugger debugger; local
839 return debugger
[all...]
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp65 debugger("partitions page is broken");
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp22 # include <debugger.h>
184 debugger(message);
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp229 debugger("invalid size");
235 debugger("front wall clobbered");
240 debugger("back wall clobbered");

Completed in 190 milliseconds

123456789