HomeSort by relevance Sort by last modified time
    Searched refs:dbg (Results 101 - 125 of 411) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/lldb/test/api/multithreaded/
test_breakpoint_callback.cpp 31 void test(SBDebugger &dbg, vector<string> args) {
32 SBTarget target = dbg.CreateTarget(args.at(0).c_str());
test_listener_resume.cpp 48 void check_listener(SBDebugger &dbg) {
  /hardware/broadcom/wlan/
.gitignore 19 *.so.dbg
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTDbg.stg 30 * hierarchy is set up as ASTDbg : AST : Dbg : Python by code generator.
37 self._adaptor = DebugTreeAdaptor(self.dbg, adaptor)
39 self._adaptor = adaptor # delegator sends dbg adaptor
  /external/elfutils/0.153/libdw/
dwarf_formaddr.c 73 if (__libdw_read_address (attr->cu->dbg,
dwarf_child.c 67 Dwarf *dbg = die->cu->dbg; local
91 = ((unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf
92 + dbg->sectiondata[IDX_debug_abbrev]->d_size);
128 size_t len = __libdw_form_val_len (dbg, die->cu, attr_form, readp);
dwarf_getlocation.c 118 store_implicit_value (Dwarf *dbg, void **cache, Dwarf_Op *op,
121 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s,
185 Dwarf_Op *result = libdw_alloc (attr->cu->dbg,
194 struct loc_s *newp = libdw_alloc (attr->cu->dbg,
217 __libdw_intern_expression (Dwarf *dbg, bool other_byte_order,
265 if (__libdw_read_address_inc (dbg, sec_index, &data,
272 if (__libdw_read_offset_inc (dbg, sec_index, &data, ref_size,
412 if (unlikely (dbg == NULL))
425 if (__libdw_read_offset_inc (dbg, sec_index, &data, ref_size,
463 if (dbg != NULL
    [all...]
dwarf_formudata.c 66 const Elf_Data *d = attr->cu->dbg->sectiondata[sec_index];
76 if (__libdw_read_offset (attr->cu->dbg, cu_sec_idx (attr->cu), attr->valp,
87 if (__libdw_read_offset (attr->cu->dbg, cu_sec_idx (attr->cu),
132 *return_uval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp);
197 if (__libdw_read_address (attr->cu->dbg, cu_sec_idx (attr->cu),
208 if (__libdw_read_address (attr->cu->dbg, cu_sec_idx (attr->cu),
dwarf_getlocation_implicit_pointer.c 74 if (__libdw_offdie (attr->cu->dbg, op->number, &die,
dwarf_getsrc_file.c 64 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column,
67 if (dbg == NULL)
80 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0;
84 Dwarf_Die *cudie = INTUSE(dwarf_offdie) (dbg, off + cuhl, &cudie_mem);
dwarf_ranges.c 64 __libdw_read_begin_end_pair_inc (Dwarf *dbg, int sec_index,
126 const Elf_Data *d = die->cu->dbg->sectiondata[IDX_debug_ranges];
177 if (__libdw_offset_in_section (die->cu->dbg,
192 switch (__libdw_read_begin_end_pair_inc (die->cu->dbg, IDX_debug_ranges,
dwarf_formblock.c 77 return_block->length = read_2ubyte_unaligned (attr->cu->dbg, attr->valp);
82 return_block->length = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMach_arm.cpp 57 RegisterContextMach_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg)
60 return ::thread_get_state(tid, flavor, (thread_state_t)&dbg, &count);
82 RegisterContextMach_arm::DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg)
84 return ::thread_set_state(tid, flavor, (thread_state_t)&dbg, DBGWordCount);
  /external/bluetooth/bluedroid/include/
bt_trace.h 143 means that any trace can be either error,warning,api,event or dbg */
387 #define BTTRC_DBG0(lid, dbg) \
388 {BTTRC_StackTrace0(lid, BTTRC_TYPE_DBG, dbg);}
389 #define BTTRC_DBG1(lid, dbg, p1_t,p1_v) \
390 {BTTRC_StackTrace1(lid, BTTRC_TYPE_DBG, dbg, p1_t,p1_v);}
391 #define BTTRC_DBG2(lid, dbg, p1_t,p1_v,p2_t,p2_v) \
392 {BTTRC_StackTrace2(lid, BTTRC_TYPE_DBG, dbg, p1_t,p1_v,p2_t,p2_v);}
393 #define BTTRC_DBG3(lid, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v) \
394 {BTTRC_StackTrace3(lid, BTTRC_TYPE_DBG, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v);}
395 #define BTTRC_DBG4(lid, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v,p4_t,p4_v)
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
main.c 40 int dbg = 0; variable
118 dbg = atoi(&argv[1][2]);
119 if (dbg == 0)
120 dbg = 1;
133 if (dbg)
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 268 struct OMX_TI_Debug *dbg);
327 struct OMX_TI_Debug dbg; local
339 OMX_DBG_INIT(dbg, "OMX_DBG_VIDENC");
342 OMX_PRINT2(dbg, "Enter to ComponetInit\n");
349 eError = OMX_VIDENC_ListCreate(&dbg, &pMemoryListHead);
356 pMemoryListHead, dbg);
361 pComponentPrivate->dbg = dbg;
472 pMemoryListHead, dbg);
477 pMemoryListHead, dbg);
3069 struct OMX_TI_Debug dbg; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 67 OMX_PRINT1(pComponentPrivate->dbg, "+++ENTERING\n");
165 OMX_PRDSP2(pComponentPrivate->dbg, "Used RM Frec value = %d\n",(int)nReturnValue);
167 OMX_PRDSP2(pComponentPrivate->dbg, "Used RM Frec defaulted value = %d\n",(int)nReturnValue);
169 OMX_PRINT1(pComponentPrivate->dbg, "---EXITING\n");
832 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
836 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeAudio, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
839 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeImage, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
842 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
851 OMX_CONF_INIT_STRUCT(pComponentPrivate->pInPortDef, OMX_PARAM_PORTDEFINITIONTYPE, pComponentPrivate->dbg);
    [all...]
OMX_VideoDec_Thread.c 186 OMX_TRACE4(pComponentPrivate->dbg, "Error in Select\n");
212 OMX_ERROR2(pComponentPrivate->dbg, "Incorrect variable value used\n");
285 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while handling filled DSP output buffer\n");
295 OMX_PRSTATE2(pComponentPrivate->dbg, "eExecuteToIdle 0x%x\n",pComponentPrivate->eExecuteToIdle);
305 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while handling filled input buffer\n");
322 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free input buffers\n");
336 OMX_PRSTATE2(pComponentPrivate->dbg, "eExecuteToIdle 0x%x\n",pComponentPrivate->eExecuteToIdle);
339 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free output buffer\n");
426 OMX_PRINT2(pComponentPrivate->dbg, "Error in Select\n");
440 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while handling filled DSP output buffer\n")
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 128 OMX_PRDSP1(pComponentPrivate->dbg, "Inside GetLCMLHandle function\n");
157 OMX_PRDSP4(pComponentPrivate->dbg, "eError != OMX_ErrorNone...\n");
161 OMX_PRDSP2(pComponentPrivate->dbg, "Received LCML Handle\n");
203 OMX_PRINT1(pComponentPrivate->dbg, "Exit\n");
226 OMX_PRINT1(pComponentPrivate->dbg, "Inside DisablePort function\n");
228 OMX_PRBUFFER1(pComponentPrivate->dbg, "Inside disable port (%lu) %lu %lu %lu %lu\n",
241 OMX_PRINT1(pComponentPrivate->dbg, "Exit form JPEGEnc Disable Port eError is = %x\n",eError);
266 OMX_PRINT1(pComponentPrivate->dbg, "Inside EnablePort function\n");
273 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__);
288 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__)
431 struct OMX_TI_Debug dbg; local
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
RegisterContextKDP_arm.cpp 82 RegisterContextKDP_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg)
88 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestReadRegisters (tid, DBGRegSet, &dbg, sizeof(dbg), error))
146 RegisterContextKDP_arm::DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg)
152 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestWriteRegisters (tid, DBGRegSet, &dbg, sizeof(dbg), error))
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 151 OMX_ERROR5(_hComp->dbg, "*Fatal Error : %x\n", _eError); \
169 OMX_ERROR5(_hComp->dbg, "*Fatal Error : %x\n", eError); \
229 (_pPrivateData_)->dbg); \
268 OMX_TRACE2((_pPrivateData_)->dbg, "**Warning:Circular Buffer Full.\n"); \
289 OMX_TRACE1((_pPrivateData_)->dbg, "**Note:Circular Buffer Empty.\n"); \
308 VIDENC_FREE(pTmp1,(_pPrivateData_)->pMemoryListHead, (_pPrivateData_)->dbg); \
365 OMX_PRINT1((_hComponent_)->dbg, "EventHandler : %lx : %lx : %lx \n", (OMX_U32) (_eEvent_), (OMX_U32) (_nData1_), (OMX_U32) (_nData2_)); \
369 #define VIDENC_MALLOC(_p_, _s_, _c_, _h_, dbg) \
373 OMX_TRACE4(dbg, "malloc() error.\n"); \
378 OMX_TRACE1(dbg, "malloc() -> %p\n", _p_);
685 struct OMX_TI_Debug dbg; member in struct:VIDENC_COMPONENT_PRIVATE
    [all...]
  /external/lldb/test/python_api/formatters/
TestFormattersSBAPI.py 71 category = self.dbg.GetDefaultCategory()
101 new_category = self.dbg.GetCategory("foobar")
103 new_category = self.dbg.CreateCategory("foobar")
123 self.dbg.DeleteCategory(new_category.GetName())
161 self.dbg.GetCategory("JASSynth").SetEnabled(True)
165 foo_var = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('foo')
172 self.dbg.GetCategory("JASSynth").SetEnabled(False)
173 foo_var = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('foo')
185 foo_var = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('foo')
208 foo_var = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('foo'
    [all...]
  /external/lldb/test/functionalities/thread/state/
TestThreadStates.py 113 target = self.dbg.GetSelectedTarget()
154 target = self.dbg.GetSelectedTarget()
166 self.dbg.SetAsync(True)
175 self.dbg.SetAsync(False)
203 target = self.dbg.GetSelectedTarget()
247 target = self.dbg.GetSelectedTarget()
256 self.dbg.SetAsync(True)
261 self.dbg.SetAsync(False)
302 target = self.dbg.GetSelectedTarget()
318 self.dbg.SetAsync(True
    [all...]
  /external/lldb/utils/test/
lldb-disasm.py 32 dbg = ['Debug']
37 dbgPath = os.path.join(base, *(xcode3_build_dir + dbg + python_resource_dir))
38 dbgPath2 = os.path.join(base, *(xcode4_build_dir + dbg + python_resource_dir))
87 dbg = lldb.SBDebugger.Create()
88 if not dbg:
95 dbg.SetAsync(False)
98 ci = dbg.GetCommandInterpreter()
113 #target = dbg.CreateTarget(exe)
114 target = dbg.GetSelectedTarget()
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 186 OMX_PRINT1(pComponentPrivate->dbg, "Entering function AllocateBuffer_JPEGDec\n");
188 OMX_PRBUFFER1(pComponentPrivate->dbg, "In AllocateBuffer_JPEGDec %d %lu %lu\n",
193 OMX_PRBUFFER4(pComponentPrivate->dbg, " try to allocate more buffers that the port supports\n");
200 OMX_PRBUFFER1(pComponentPrivate->dbg, "pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr = %p\n", pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr);
216 OMX_PRBUFFER1(pComponentPrivate->dbg, "pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBuffCount]->pBufferHdr = %p\n", pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr);
264 OMX_PRDSP4(pComponentPrivate->dbg, "OMX_ErrorInsufficientResources\n");
292 OMX_PRINT2(pComponentPrivate->dbg, " Port [%lu] Populated!\n", nPortIndex);
336 OMX_PRBUFFER2(pComponentPrivate->dbg, "JPEG-D: Entering funtion FreeBuffer_JPEGDec %lu %p\n", nPortIndex, pBuffHead);
344 OMX_PRBUFFER1(pComponentPrivate->dbg, "Trying to Free Header %p\nBuffer %p\n", pBuffHead, pBuffHead->pBuffer);
383 OMX_PRBUFFER1(pComponentPrivate->dbg, "INTERNAL BUFFER USED , trying to free it.\n")
1997 struct OMX_TI_Debug dbg; local
    [all...]

Completed in 1709 milliseconds

1 2 3 45 6 7 8 91011>>