Searched refs:imageName (Results 1 - 23 of 23) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp139 BString imageName(fStopImageNameInput->Text());
140 imageName.Trim();
141 fAddImageNameButton->SetEnabled(!imageName.IsEmpty());
161 BString imageName(fStopImageNameInput->Text());
162 imageName.Trim();
164 if (fTeam->StopImageNames().HasString(imageName))
168 fListener->AddStopImageNameRequested(imageName.String());
174 const char* imageName; local
175 if (message->FindString("name", &imageName) != B_OK)
178 BStringItem* item = new(std::nothrow) BStringItem(imageName);
207 const char* imageName; local
[all...]
/haiku/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp64 const char *imageName; local
69 &imageName, &exactMatch);
73 &imageName, &exactMatch);
/haiku/src/system/kernel/
H A Dkernel_daemon.cpp146 const char* imageName; local
151 (addr_t)daemon->function, NULL, &symbol, &imageName, &exactMatch);
153 if (strchr(imageName, '/') != NULL)
154 imageName = strrchr(imageName, '/') + 1;
156 kprintf("\t%s:%s (%p)", imageName, symbol, daemon->function);
H A Dtimer.cpp186 const char* imageName; local
190 (addr_t)event->hook, NULL, &symbol, &imageName, &exactMatch);
192 if (const char* slash = strchr(imageName, '/'))
193 imageName = slash + 1;
195 kprintf(" %s:%s", imageName, symbol);
H A Dint.cpp105 const char *symbol, *imageName; local
109 NULL, &symbol, &imageName, &exactMatch);
111 if (strchr(imageName, '/') != NULL)
112 imageName = strrchr(imageName, '/') + 1;
114 int length = 4 + strlen(imageName);
115 kprintf(" %s:%-*s (%p)", imageName, 45 - length, symbol,
H A Dguarded_heap.cpp589 const char* imageName; local
594 &imageName, &exactMatch) == B_OK) {
596 address - baseAddress, imageName,
H A Delf.cpp207 const char *symbol, *imageName; local
222 &imageName, &exactMatch);
226 &imageName, &exactMatch);
231 address - baseAddress, imageName, exactMatch ? "" : " (nearest)");
2481 elf_create_memory_image(const char* imageName, addr_t text, size_t textSize, argument
2508 image->name = strdup(imageName);
H A Dheap.cpp828 const char *imageName; local
833 &imageName, &exactMatch) == B_OK) {
835 info.caller - baseAddress, imageName,
/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp140 char* imageName; local
143 addr, NULL, NULL, &imageName, NULL, NULL, NULL, NULL);
145 snprintf(areaName, sizeof(areaName), "%s mmap area", imageName);
/haiku/src/kits/debugger/ids/
H A DFunctionID.cpp132 ImageFunctionID::ImageFunctionID(const BString& imageName, argument
135 FunctionID(imageName, functionName)
/haiku/headers/private/debugger/ids/
H A DFunctionID.h58 ImageFunctionID(const BString& imageName,
/haiku/headers/private/kernel/
H A Delf.h52 image_id elf_create_memory_image(const char* imageName, addr_t text,
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp206 const char* imageName; local
209 &symbolName, &imageName, &exactMatch) >= B_OK) {
211 dprintf("<%s> %s + %" B_PRIdSSIZE, imageName, symbolName,
215 dprintf("<%s> 0x%" B_PRIxADDR, imageName, pc - baseAddress);
/haiku/headers/private/debug/
H A Ddebug_support.h78 int32 symbolNameSize, char *imageName, int32 imageNameSize,
/haiku/src/kits/debug/
H A Ddebug_support.cpp414 int32 symbolNameSize, char *imageName, int32 imageNameSize,
448 if (imageName) {
451 strlcpy(imageName, _imageName, imageNameSize);
412 debug_lookup_symbol_address(debug_symbol_lookup_context *lookupContext, const void *address, void **baseAddress, char *symbolName, int32 symbolNameSize, char *imageName, int32 imageNameSize, bool *exactMatch) argument
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp82 const char* imageName = strrchr(info.name, '/'); local
83 if (imageName != NULL)
84 strlcpy(imageBuffer, imageName + 1, imageBufferSize);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp683 BString imageName; local
684 if (message->FindString("name", &imageName) != B_OK)
688 fTeam->AddStopImageName(imageName);
694 BString imageName; local
695 if (message->FindString("name", &imageName) != B_OK)
699 fTeam->RemoveStopImageName(imageName);
1989 const BString& imageName = image->Name(); local
1991 const char* rawImageName = imageName.String()
1992 + imageName.FindLast('/') + 1;
/haiku/src/servers/debug/
H A DDebugServer.cpp902 char imageName[B_PATH_NAME_LENGTH]; local
907 &baseAddress, symbolName, sizeof(symbolName), imageName,
908 sizeof(imageName), &exactMatch);
916 snprintf(buffer, bufferSize, "<%s> %s + %#lx%s", imageName, symbolName,
922 snprintf(buffer, bufferSize, "<%s> %#lx", imageName,
/haiku/src/system/runtime_loader/
H A Dimages.cpp111 const char* imageName = isPath ? image->path : image->name; local
114 if (!strncmp(imageName, name, length)
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp236 char* imageName; local
245 (void*)address, NULL, NULL, &imageName, &symbolName, NULL,
253 print_stdout("\t<%s> %s + %#" B_PRIxADDR "%s\n", imageName, symbolName,
/haiku/src/system/kernel/slab/
H A DSlab.cpp801 const char* imageName; local
806 &imageName, &exactMatch) == B_OK) {
808 info.caller - baseAddress, imageName,
/haiku/src/system/kernel/debug/
H A Dtracing.cpp154 const char* imageName; local
159 &imageName, &exactMatch) == B_OK) {
169 address - baseAddress, imageName,
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1278 const char* imageName; local
1283 &imageName, &exactMatch) == B_OK) {
1285 info.caller - baseAddress, imageName,

Completed in 132 milliseconds