Searched defs:get_debug_info (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
H A Dmiddleware.py132 def get_debug_info(func): function
259 #@get_debug_info
271 show_frame = wsgiapp()(get_debug_info(show_frame))
274 #@get_debug_info
292 exec_input = wsgiapp()(get_debug_info(exec_input))
/external/valgrind/callgrind/
H A Dfn.c426 Bool CLG_(get_debug_info)(Addr instr_addr, function
435 CLG_DEBUG(6, " + get_debug_info(%#lx)\n", instr_addr);
471 CLG_DEBUG(6, " - get_debug_info(%#lx): seg '%s', fn %s\n",
503 CLG_(get_debug_info)(bb_addr(bb),
534 CLG_(get_debug_info)(bb_addr(exit_bb),
/external/valgrind/cachegrind/
H A Dcg_main.c210 static void get_debug_info(Addr instr_addr, const HChar **dir, function
246 get_debug_info(origAddr, &dir, &file, &fn, &line);

Completed in 141 milliseconds