Changeset a783ca4 in mainline for src/debug/symtab.c
- Timestamp:
- 2005-10-11T20:25:46Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 26f9943
- Parents:
- a016b63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/debug/symtab.c
ra016b63 ra783ca4 32 32 #include <arch/byteorder.h> 33 33 34 /** Return entry that seems most likely to correspond to the @addr34 /** Return entry that seems most likely to correspond to address 35 35 * 36 * Return entry that seems most likely to correspond 37 * to address passed in the argument. 38 * 39 * @param addr Address. 40 * 41 * @return Pointer to respective symbol string on success, NULL otherwise. 36 42 */ 37 43 char * get_symtab_entry(__native addr)
Note:
See TracChangeset
for help on using the changeset viewer.