Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp1171 uint32_t row_regnum_in_lldb; in SavedLocationForRegister() local
1172 …nRegisterKinds (unwindplan_registerkind, unwindplan_regnum, eRegisterKindLLDB, row_regnum_in_lldb)) in SavedLocationForRegister()
1178 regloc.location.register_number = row_regnum_in_lldb; in SavedLocationForRegister()
1180 …ndLogMsg ("supplying caller's register %d, saved in register %d", lldb_regnum, row_regnum_in_lldb); in SavedLocationForRegister()