* added help for image KDL command

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29710 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2009-03-25 21:05:06 +00:00
parent 09fde55c7f
commit 4acbaafd89
+4 -1
View File
@@ -2020,7 +2020,10 @@ elf_init(kernel_args *args)
"lookup symbol for a particular address");
add_debugger_command("symbols", &dump_symbols, "dump symbols for image");
add_debugger_command("symbol", &dump_symbol, "search symbol in images");
add_debugger_command("image", &dump_image, "dump image info");
add_debugger_command_etc("image", &dump_image, "dump image info",
"Prints info about the specified image.\n"
" <image> - pointer to the semaphore structure, or ID\n"
" of the image to print info for.\n", 0);
sInitialized = true;
return B_OK;