OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_hw_watchpoints
(Results
1 - 5
of
5
) sorted by null
/external/lldb/source/Plugins/Process/POSIX/
RegisterContext_x86_64.cpp
[
all
...]
/external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_arm.cpp
1132
const uint32_t
num_hw_watchpoints
= NumSupportedHardwareWatchpoints();
local
[
all
...]
/external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp
884
const uint32_t
num_hw_watchpoints
= NumSupportedHardwareWatchpoints();
local
[
all
...]
/external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp
889
const uint32_t
num_hw_watchpoints
= NumSupportedHardwareWatchpoints();
local
908
for (i = 0; i <
num_hw_watchpoints
; ++i)
915
if (i <
num_hw_watchpoints
)
932
DNBLogThreadedIf(LOG_WATCHPOINTS, "DNBArchImplI386::EnableHardwareWatchpoint(): All hardware resources (%u) are in use.",
num_hw_watchpoints
);
[
all
...]
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp
842
const uint32_t
num_hw_watchpoints
= NumSupportedHardwareWatchpoints();
local
[
all
...]
Completed in 87 milliseconds