Move comment to correct function.

This commit is contained in:
Rene Gollent
2013-05-01 19:52:00 -04:00
parent c19cb4ddc6
commit 736cc3dcb4
+3 -2
View File
@@ -64,6 +64,9 @@ typedef struct debug_symbol_iterator debug_symbol_iterator;
status_t debug_create_symbol_lookup_context(team_id team, image_id image,
debug_symbol_lookup_context **lookupContext);
// imageID can be -1 if all images in the target team are
// desired, otherwise a valid image id is expected.
void debug_delete_symbol_lookup_context(
debug_symbol_lookup_context *lookupContext);
@@ -78,8 +81,6 @@ status_t debug_lookup_symbol_address(debug_symbol_lookup_context *lookupContext,
status_t debug_create_image_symbol_iterator(
debug_symbol_lookup_context* lookupContext, image_id imageID,
debug_symbol_iterator** _iterator);
// imageID can be -1 if all images in the target team are
// desired, otherwise a valid image id is expected.
status_t debug_create_file_symbol_iterator(const char* path,
debug_symbol_iterator** _iterator);