HomeSort by relevance Sort by last modified time
    Searched refs:dbg (Results 326 - 350 of 405) sorted by null

<<11121314151617

  /external/lldb/test/python_api/value/
TestValueAPI.py 47 target = self.dbg.CreateTarget(exe)
  /external/lldb/test/python_api/value/change_values/
TestChangeValueAPI.py 50 target = self.dbg.CreateTarget(exe)
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.h 82 typedef arm_debug_state_t DBG;
140 DBG dbg; member in struct:DNBArchMachARM::State
233 static bool IsWatchpointEnabled(const DBG &debug_state, uint32_t hw_index);
234 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
239 DBG m_dbg_save;
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.h 68 typedef __i386_debug_state_t DBG;
100 e_regSetWordSizeDBG = sizeof(DBG) / sizeof(int)
118 DBG dbg; member in struct:DNBArchImplI386::Context
224 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write);
225 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index);
226 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
227 static void ClearWatchpointHits(DBG &debug_state);
228 static bool IsWatchpointHit(const DBG &debug_state, uint32_t hw_index);
229 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index)
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.h 67 typedef __x86_64_debug_state_t DBG;
99 e_regSetWordSizeDBG = sizeof(DBG) / sizeof(int)
117 DBG dbg; member in struct:DNBArchImplX86_64::Context
231 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write);
232 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index);
233 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
234 static void ClearWatchpointHits(DBG &debug_state);
235 static bool IsWatchpointHit(const DBG &debug_state, uint32_t hw_index);
236 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index)
    [all...]
DNBArchImplX86_64.cpp 508 m_state.SetError(e_regSetDBG, Read, ::thread_get_state(m_thread->MachPortNumber(), __x86_64_DEBUG_STATE, (thread_state_t)&m_state.context.dbg, &count));
516 m_state.SetError(e_regSetDBG, Write, ::thread_set_state(m_thread->MachPortNumber(), __x86_64_DEBUG_STATE, (thread_state_t)&m_state.context.dbg, e_regSetWordSizeDBG));
519 kern_return_t kret = ::task_set_state(m_thread->Process()->Task().TaskPort(), __x86_64_DEBUG_STATE, (thread_state_t)&m_state.context.dbg, e_regSetWordSizeDBG);
542 DBG &debug_state = m_state.context.dbg;
687 DNBArchImplX86_64::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write)
729 DNBArchImplX86_64::ClearWatchpoint(DBG &debug_state, uint32_t hw_index)
748 DNBArchImplX86_64::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index)
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 9 -- load pico phones src file and create dbg pkb file
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java     [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 59 #include <dbg.h>
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 670 struct OMX_TI_Debug dbg; member in struct:WBAMR_DEC_COMPONENT_PRIVATE
  /external/libnfc-nci/src/include/
bt_trace.h 125 means that any trace can be either error,warning,api,event or dbg */
447 #define BTTRC_DBG0(lid, dbg) \
448 {BTTRC_StackTrace0(lid, BTTRC_TYPE_DBG, dbg);}
449 #define BTTRC_DBG1(lid, dbg, p1_t,p1_v) \
450 {BTTRC_StackTrace1(lid, BTTRC_TYPE_DBG, dbg, p1_t,p1_v);}
451 #define BTTRC_DBG2(lid, dbg, p1_t,p1_v,p2_t,p2_v) \
452 {BTTRC_StackTrace2(lid, BTTRC_TYPE_DBG, dbg, p1_t,p1_v,p2_t,p2_v);}
453 #define BTTRC_DBG3(lid, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v) \
454 {BTTRC_StackTrace3(lid, BTTRC_TYPE_DBG, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v);}
455 #define BTTRC_DBG4(lid, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v,p4_t,p4_v)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_unittests.js 53 'layout-tests': {'builders': ['WebKit Linux', 'WebKit Linux (dbg)', 'WebKit Linux (deps)', 'WebKit Mac10.7', 'WebKit Win', 'WebKit Win (dbg)']},
164 '<div class=skipped-builder>WebKit Linux (dbg)</div><div class=skipped-builder>WebKit Mac10.7</div><div class=skipped-builder>WebKit Win</div><div class=skipped-builder>WebKit Win (dbg)</div>' +
285 equal(gpuResultsPath('123', 'GPU Linux (dbg)(NVIDIA)'), '123_GPU_Linux_dbg_NVIDIA_');
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiAutoJoinController.java 53 private static boolean DBG = false;
124 DBG = true;
127 DBG = false;
281 if (DBG) {
343 if (DBG) {
417 if (DBG && userTriggered) {
448 if (DBG) {
574 int getScoreFromVisibility(WifiConfiguration.Visibility visibility, int rssiBoost, String dbg) {
585 rssiBoost5 = rssiBoostFrom5GHzRssi(visibility.rssi5, dbg+"->");
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 145 Debug dbg; variable
147 int main(void) { dbg << 32 ;}
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 197 public void setDebug(boolean dbg) {
198 mDebug = dbg;
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lib.c 349 if (dbg) {
563 if (dbg > 1) /* core dump if serious debugging on */
  /external/antlr/antlr-3.4/runtime/Python/tests/
t059debug.py 92 parser = parserCls(tStream, dbg=listener, port=port, **parser_args)
  /external/chromium_org/build/
install-build-deps.sh 132 dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg libfontconfig1-dbg
133 libglib2.0-0-dbg libgtk2.0-0-dbg libpango1.0-0-dbg libpcre3-dbg
134 libpixman-1-0-dbg libsqlite3-0-dbg libx11-6-dbg libxau6-db
    [all...]
  /external/lldb/test/functionalities/register/
TestRegisters.py 147 target = self.dbg.CreateTarget(exe)
  /external/lldb/test/lang/c/stepping/
TestStepAndBreakpoints.py 42 target = self.dbg.CreateTarget(exe)
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 852 struct OMX_TI_Debug dbg; member in struct:AMRDEC_COMPONENT_PRIVATE
  /external/chromium_org/third_party/libusb/src/libusb/
core.c 1798 char *dbg = getenv("LIBUSB_DEBUG"); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c 1570 GLuint dbg; local
    [all...]
  /external/lldb/test/
dotest.py 821 dbg = ['Debug']
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 1570 GLuint dbg; local
    [all...]

Completed in 553 milliseconds

<<11121314151617