Searched refs:watch_type (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionGroupWatchpoint.cpp | 93 watch_type = tmp_watch_type; in SetOptionValue() 113 watch_type = eWatchInvalid; in OptionParsingStarting()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectWatchpoint.cpp | 905 m_option_watchpoint.watch_type = OptionGroupWatchpoint::eWatchWrite; in DoExecute() 974 uint32_t watch_type = m_option_watchpoint.watch_type; in DoExecute() local 978 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error) in DoExecute() 1099 m_option_watchpoint.watch_type = OptionGroupWatchpoint::eWatchWrite; in DoExecute() 1145 uint32_t watch_type = m_option_watchpoint.watch_type; in DoExecute() local 1154 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error) in DoExecute()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionGroupWatchpoint.h | 44 WatchType watch_type; variable
|
/external/llvm-project/lldb/source/API/ |
D | SBValue.cpp | 1476 uint32_t watch_type = 0; in Watch() local 1478 watch_type |= LLDB_WATCH_TYPE_READ; in Watch() 1480 watch_type |= LLDB_WATCH_TYPE_WRITE; in Watch() 1485 target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
|
D | SBTarget.cpp | 1434 uint32_t watch_type = 0; in WatchAddress() local 1436 watch_type |= LLDB_WATCH_TYPE_READ; in WatchAddress() 1438 watch_type |= LLDB_WATCH_TYPE_WRITE; in WatchAddress() 1439 if (watch_type == 0) { in WatchAddress() 1450 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 182 uint32_t watch_type, bool hardware);
|