MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / ThreadStackStaticAnalysis

Function ThreadStackStaticAnalysis

tools/WCS.py:429–437  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

427 print_all_fxns(call_graph)
428
429def ThreadStackStaticAnalysis(env):
430 print('Start thread stack static analysis...')
431
432 import rtconfig
433 read_elf_path = rtconfig.EXEC_PATH + r'\readelf.exe'
434 main()
435
436 print('\nThread stack static analysis done!')
437 return

Callers 1

PrepareBuildingFunction · 0.90

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected