Searched refs:debugger (Results 101 - 125 of 213) sorted by relevance

123456789

/haiku/src/build/libbe/support/
H A DArchivable.cpp126 debugger("Can't create a plain BArchivable object");
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h64 # define PANIC(str) debugger(str)
/haiku/headers/private/userlandfs/shared/
H A DDebug.h58 # define PANIC(str) debugger(str)
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h64 # define PANIC(str) debugger(str)
/haiku/headers/private/file_systems/
H A DDebugSupport.h68 # define PANIC(str) debugger(str)
/haiku/src/servers/package/
H A DDebugSupport.h68 # define PANIC(str) debugger(str)
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp401 debugger(const char *message) function
/haiku/src/servers/app/
H A DAppServer.cpp63 debugger("font manager could not be initialized!");
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dringbuff.c24 #define ASSERT(op) if (!(op)) debugger("ASSERT: " #op " in " __FILE__ ":" __FUNCTION__)
/haiku/headers/private/kernel/
H A Duser_debugger.h5 * Userland debugger support.
11 #include <debugger.h>
64 // the port the nub thread is waiting on for commands from the debugger
66 // synchronizes writes to the debugger port with the setting (but not
69 // thread that caused the debugger to be attached; -1 for manual
70 // debugger attachment (or no debugger installed)
75 // Set to a condition variable when going to change the debugger. Anyone
76 // who wants to change the debugger as well, needs to wait until the
118 // the signals the debugger i
[all...]
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h65 # define PANIC(str) debugger(str)
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp65 debugger("partitions page is broken");
/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/serialconnect/
H A DSerialApp.cpp164 debugger("Invalid BMessage received");
187 debugger("Invalid BMessage received");
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h193 debugger("Hash Table: value already in table.");
252 debugger("Hash Table: duplicate detected.");
/haiku/src/kits/media/
H A DSharedBufferList.cpp360 DEBUG_ONLY(debugger("buffer already reclaimed"));
400 DEBUG_ONLY(debugger("buffer not reclaimed"));
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h193 debugger("Hash Table: value already in table.");
252 debugger("Hash Table: duplicate detected.");
/haiku/src/apps/sudoku/
H A DSudokuField.cpp455 debugger("field outside bounds");
465 debugger("field outside bounds");
/haiku/src/tools/cppunit/
H A DTestShell.cpp233 /*! \brief Marks the current thread as ready for a debugger() call.
235 A subsequent call of debugger() will be intercepted and a respective
244 "a debugger() call.");
249 /*! \brief Returns whether the current thread has invoked debugger() since
251 that subsequent debugger() calls will hit the debugger.
252 \return \c true, if debugger() has been called by the current thread since
488 /*! \brief Patches the debugger() function.
516 if (// debugger()
517 fPatchGroup->AddPatch("debugger", (voi
[all...]
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp213 debugger("Error: Render shouldn't be called while fRenderStopping = true\n");
215 debugger("Error: Render already running\n");
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp42 #include <debugger.h>
612 debugger("Exception caught.");
/haiku/headers/private/shared/
H A DArray.h155 debugger(buffer);
/haiku/src/kits/app/
H A DClipboard.cpp277 // This function is for jumping to the debugger if not locked
279 debugger("The clipboard must be locked before proceeding.");
/haiku/src/libs/linprog/
H A DConstraint.cpp98 debugger("Invalid summands");
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.cpp83 debugger("app_server could not create message port");

Completed in 94 milliseconds

123456789