Searched refs:debugger (Results 51 - 75 of 213) sorted by relevance

123456789

/haiku/src/system/libroot/os/locks/
H A Dmutex.cpp95 debugger("mutex was not actually locked!");
/haiku/src/apps/icon-o-matic/generic/property/
H A DCommonPropertyIDs.cpp13 #include <debugger.h>
/haiku/src/kits/shared/
H A DRWLockManager.cpp83 debugger("RWLockManager::ReadUnlock(): Not read-locked!");
164 debugger("RWLockManager::WriteUnlock(): Not write-locked by calling "
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp134 debugger("too many calls to Release()");
258 debugger(
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp90 debugger("Request is not a userland request.");
96 debugger("Request is not a kernel request.");
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterfaceRoster.cpp177 TargetHostInterfaceRoster::TeamDebuggerStarted(TeamDebugger* debugger) argument
185 TargetHostInterfaceRoster::TeamDebuggerQuit(TeamDebugger* debugger) argument
/haiku/src/system/libroot/os/
H A Ddebug.c7 #include <debugger.h>
61 debugger(const char *message) function
103 /** \brief Suspends the thread until a debugger has been installed for this
106 * As soon as this happens (immediately, if a debugger is already installed)
109 * installed themselves as team debugger before continuing with exec*().
/haiku/src/kits/media/
H A DBuffer.cpp295 debugger("oops");
311 debugger("BSmallBuffer::BSmallBuffer called\n");
H A DBufferCache.cpp61 debugger("BufferCache::GetBuffer: IDs mismatch");
/haiku/src/preferences/input/
H A DSettingsView.cpp47 debugger("Mouse type is invalid");
174 debugger("Mouse type is invalid");
/haiku/src/servers/app/
H A DScreenManager.cpp100 debugger("Called ScreenManager::ScreenAt() without lock!");
114 debugger("Called ScreenManager::CountScreens() without lock!");
H A DTestServerLoopAdapter.cpp119 debugger("test-app_server could not create message port");
/haiku/src/bin/debug/strace/
H A DMemoryReader.cpp11 #include <debugger.h>
/haiku/headers/os/support/
H A DDebug.h58 #define DEBUGGER(MSG) if (_rtDebugFlag) debugger(MSG)
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcommands.h69 debugger("invalid bits_per_pixel for xy_command");
/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp35 debugger("Cannot set the parser to no content after parsing of the body has started");
52 debugger("The Status line has already been parsed");
102 debugger("The parser is not expecting header fields at this point");
205 debugger("The parser is not in the correct state to parse a body");
/haiku/src/apps/haikudepot/ui/
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"
/haiku/src/tests/servers/app/newerClipping/
H A DMultiLocker.cpp297 } else debugger("Non-writer attempting to WriteUnlock()\n");
435 debugger("register_thread should never be called unless in DEBUG mode!\n");
458 debugger("unregister_thread should never be called unless in DEBUG mode!\n");
/haiku/src/kits/app/
H A DLooper.cpp122 debugger("You can't call delete on a BLooper object "
487 debugger("can't call BLooper::Run twice!");
516 debugger("can't call BLooper::Loop twice!");
789 debugger("A MessageFilter can only be used once.");
828 debugger("A MessageFilter can only be used once.");
1182 debugger("looper must not be locked!");
1322 debugger("looper must be locked before proceeding\n");
1340 debugger("Targeted handler does not belong to the looper.");
1363 debugger("Targeted handler does not belong to the looper.");
1434 debugger("Loope
[all...]
H A DHandler.cpp317 debugger("handler must belong to looper before setting NextHandler");
322 debugger("The handler's looper must be locked before setting NextHandler");
327 debugger("The handler and its NextHandler must have the same looper");
347 debugger("Owning Looper must be locked before calling SetFilterList");
366 debugger("Owning Looper must be locked before calling SetFilterList");
384 debugger("Owning Looper must be locked before calling SetFilterList");
/haiku/src/kits/support/
H A DArchivingManagers.cpp39 debugger("Overlapping managed unarchive/archive sessions.");
54 debugger("More calls to BUnarchiver::PrepareArchive()"
326 debugger("Cannot register NULL pointer");
/haiku/headers/private/debug/
H A Ddebug_support.h9 #include <debugger.h>
/haiku/src/kits/debugger/arch/x86/
H A DCpuStateX86.h11 #include <debugger.h>
/haiku/src/tests/servers/debug/
H A Dcrashing_app.cpp39 " debugger - invokes debugger()\n"
41 " debugger\n"
92 debugger("crashing_app() invoked debugger()");
158 } else if (strcmp(mode, "debugger") == 0) {
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.h12 #include <debugger.h>

Completed in 368 milliseconds

123456789