mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-20 22:14:34 +08:00
all words in function names
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ class OpenOCDCMSampler(object):
|
||||
# For using nm -CS
|
||||
if field[2] in (b't', b'T', b'w', b'W'):
|
||||
addr = int(field[0], 16)
|
||||
func = field[3]
|
||||
func = ' '.join(field[3:-1])
|
||||
size = int(field[1], 16)
|
||||
# # For using readelf -s
|
||||
# if field[3] == b'FUNC':
|
||||
|
||||
Reference in New Issue
Block a user