Home
last modified time | relevance | path

Searched refs:get_arch_data (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Drisc_v.py68 arch_data_blk = self.logfile.get_arch_data()['data']
69 self.arch_data_ver = self.logfile.get_arch_data()['hdr_ver']
Darm_cortex_m.py54 arch_data_blk = self.logfile.get_arch_data()['data']
55 arch_data_ver = self.logfile.get_arch_data()['hdr_ver']
Darm64.py72 arch_data_blk = self.logfile.get_arch_data()['data']
Dx86.py100 arch_data_blk = self.logfile.get_arch_data()['data']
Dx86_64.py119 arch_data_blk = self.logfile.get_arch_data()['data']
Dxtensa.py154 arch_data_blk = self.logfile.get_arch_data()['data']
/Zephyr-latest/scripts/coredump/coredump_parser/
Dlog_parser.py73 def get_arch_data(self): member in CoredumpLogFile
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst409 ``self.logfile.get_arch_data()``. This needs to match the format