-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation of mambo API used in exercise 2
The following functions are documented: --------------------------------------- In api/plugin_support.h: ------------------------ mambo_alloc mambo_free mambo_set_plugin_data mambo_get_plugin_data mambo_set_thread_plugin_data mambo_get_thread_plugin_data mambo_get_source_addr mambo_get_thread_id get_symbol_info_by_addr In api/hash_table.h: -------------------- mambo_ht_init mambo_ht_add mambo_ht_get
- Loading branch information
Showing
2 changed files
with
116 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters