OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lldb_regnum
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Plugins/Process/Utility/
RegisterContextLLDB.cpp
1352
const uint32_t
lldb_regnum
= reg_info->kinds[eRegisterKindLLDB];
local
1376
const uint32_t
lldb_regnum
= reg_info->kinds[eRegisterKindLLDB];
local
[
all
...]
UnwindLLDB.cpp
281
UnwindLLDB::SearchForSavedLocationForRegister (uint32_t
lldb_regnum
, lldb_private::UnwindLLDB::RegisterLocation ®loc, uint32_t starting_frame_num, bool pc_reg)
292
result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (
lldb_regnum
, regloc);
301
result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (
lldb_regnum
, regloc);
312
lldb_regnum
= regloc.location.register_number;
UnwindLLDB.h
90
SearchForSavedLocationForRegister (uint32_t
lldb_regnum
, lldb_private::UnwindLLDB::RegisterLocation ®loc, uint32_t starting_frame_num, bool pc_register);
RegisterContextLLDB.h
135
SavedLocationForRegister (uint32_t
lldb_regnum
, lldb_private::UnwindLLDB::RegisterLocation ®loc);
Completed in 131 milliseconds