Searched refs:debugger (Results 126 - 150 of 213) sorted by relevance

123456789

/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp247 debugger("file map error");
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaAddon.cpp71 debugger("");
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h51 debugger(message);
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp313 debugger("MoveGapTo: invalid toIndex supplied");
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.h9 #include <debugger.h>
/haiku/src/apps/mail/
H A DQueryList.cpp71 debugger("Init() called twice!");
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_explode.c306 debugger("fpu_explode");
H A Dfpu_implode.c544 debugger("fpu_implode");
/haiku/src/tests/add-ons/kernel/bus_managers/agp_gart/
H A Dgart_tester.cpp199 debugger("Non-allocated succeeded to be freed!\n");
/haiku/src/servers/media/
H A DNotificationManager.cpp281 debugger("bad notification message\n");
/haiku/src/kits/interface/
H A DCardLayout.cpp76 debugger("BCardLayout::SetVisibleItem(BLayoutItem*): this item is not "
H A DPicture.cpp182 debugger("old style BPicture data is not supported");
206 debugger("old style BPicture data is not supported");
H A DPictureButton.cpp203 debugger("Need to set the 'disabled' pictures for this BPictureButton ");
H A DMenuWindow.cpp268 debugger("BMenuWindow: a menu is already attached!");
/haiku/src/system/kernel/arch/riscv64/
H A Darch_user_debugger.cpp7 #include <debugger.h>
/haiku/src/libs/icon/style/
H A DStyle.cpp296 debugger("Not implemented");
/haiku/src/libs/icon/generic/
H A DContainer.h104 debugger("~Container() - there are still"
/haiku/src/servers/app/font/
H A DFontManager.cpp290 debugger("family is NULL!");
H A DFontStyle.cpp209 debugger("UpdateFace() called without having locked FontStyle!");
/haiku/src/build/libroot/
H A Dfs_attr_generic.cpp102 debugger("deescape_attr_name(): name doesn't start with '_'!\n");
116 debugger("deescape_attr_name(): name contains invalid escaped "
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp14 #include <debugger.h>
102 debugger("Playlist::~Playlist() - there are still listeners attached!");
/haiku/src/kits/media/
H A DBufferConsumer.cpp131 debugger("BBufferConsumer::SetVideoClippingFor short_count too large "
510 debugger("BBufferConsumer::SetVideoClippingFor short_count too large (8000 limit)\n");
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp348 debugger(buffer);
/haiku/src/preferences/input/
H A DMouseView.cpp118 debugger("Mouse type is invalid");
/haiku/headers/os/kernel/
H A Ddebugger.h59 // EXPERIMENTAL: Self-debugging functions. Will fail when a team debugger is
60 // installed. A breakpoint/watchpoint hit will cause the default debugger to
73 // Always enabled are debugger() calls and hardware exceptions, as well as
165 B_DEBUG_MESSAGE_GET_SIGNAL_MASKS, // the debugger is interested in
170 // handed over to another debugger;
171 // the new debugger can just invoke
180 // messages sent to the debugger
182 B_DEBUGGER_MESSAGE_THREAD_DEBUGGED = 0, // debugger message in reaction to
184 B_DEBUGGER_MESSAGE_DEBUGGER_CALL, // thread called debugger()
205 // handed over to another debugger,
628 team_id debugger; // the new debugger member in struct:__anon80
[all...]

Completed in 151 milliseconds

123456789