Changeset cf26ba9 in mainline for generic/src/debug/symtab.c
- Timestamp:
- 2006-05-01T12:24:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 953b0f33
- Parents:
- ea199e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/debug/symtab.c
rea199e5 rcf26ba9 27 27 */ 28 28 29 /** 30 * @file symtab.c 31 * @brief Kernel symbol resolver. 32 */ 29 33 30 34 #include <symtab.h> … … 34 38 #include <print.h> 35 39 36 /** Return entry that seems most likely to correspond to a ddress40 /** Return entry that seems most likely to correspond to argument. 37 41 * 38 42 * Return entry that seems most likely to correspond … … 56 60 } 57 61 58 /** Find symbols that match the parameter forward and print them 62 /** Find symbols that match the parameter forward and print them. 59 63 * 60 64 * @param name - search string
Note:
See TracChangeset
for help on using the changeset viewer.