HomeSort by relevance Sort by last modified time
    Searched refs:DebugInfo (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/sync/sessions/
debug_info_getter.h 20 virtual void GetAndClearDebugInfo(sync_pb::DebugInfo* debug_info) = 0;
  /external/llvm/tools/llvm-dwarfdump/
Makefile 12 LINK_COMPONENTS := DebugInfo Object
  /external/llvm/tools/llvm-symbolizer/
Makefile 12 LINK_COMPONENTS := DebugInfo Object
  /external/valgrind/main/coregrind/
pub_core_redir.h 64 /* Notify the module of a new DebugInfo (called from m_debuginfo). */
65 extern void VG_(redir_notify_new_DebugInfo)( DebugInfo* );
67 /* Notify the module of the disappearance of a DebugInfo (also called
69 extern void VG_(redir_notify_delete_DebugInfo)( DebugInfo* );
m_redir.c 73 That calls VG_(redir_notify_new_DebugInfo) when a new DebugInfo
179 When a new DebugInfo appears:
185 DebugInfo to find new specs. Each of these needs to be compared
189 - (existing Specs x new DebugInfo): scan all symbols in the
190 DebugInfo, trying to match them to any existing specs, also
193 - (new Specs x new DebugInfo): scan all symbols in the new
194 DebugInfo, trying to match them against the new specs, to
206 When a DebugInfo disappears:
251 /* Top-level data structure. It contains a pointer to a DebugInfo and
252 also a list of the specs harvested from that DebugInfo. Note tha
    [all...]
  /external/llvm/tools/llvm-objdump/
Makefile 12 LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
  /external/llvm/unittests/DebugInfo/
Makefile 1 ##===- unittests/DebugInfo/Makefile ------------------------*- Makefile -*-===##
11 TESTNAME = DebugInfo
12 LINK_COMPONENTS := debuginfo object support
  /external/valgrind/main/include/
pub_tool_debuginfo.h 3 /*--- DebugInfo. pub_tool_debuginfo.h ---*/
176 /* A way to make limited debuginfo queries on a per-mapped-object
178 typedef struct _DebugInfo DebugInfo;
180 /* Returns NULL if the DebugInfo isn't found. It doesn't matter if
182 DebugInfo* VG_(find_DebugInfo) ( Addr a );
185 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
186 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
187 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *di );
188 SizeT VG_(DebugInfo_get_plt_size) ( const DebugInfo *di );
189 Addr VG_(DebugInfo_get_gotplt_avma) ( const DebugInfo *di )
    [all...]
  /external/chromium_org/sync/engine/
download.h 14 class DebugInfo;
55 sync_pb::DebugInfo* debug_info);
download_unittest.cc 93 sync_pb::DebugInfo debug_info;
download.cc 20 using sync_pb::DebugInfo;
141 DebugInfo* debug_info = message->mutable_debug_info();
273 DebugInfo* debug_info) {
  /external/llvm/lib/
Makefile 14 Target ExecutionEngine Linker MC Object Option DebugInfo \
  /external/llvm/unittests/
Makefile 12 PARALLEL_DIRS = ADT Analysis Bitcode DebugInfo ExecutionEngine IR Object \
  /external/valgrind/main/coregrind/m_debuginfo/
priv_readpdb.h 42 DebugInfo* di,
debuginfo.c 4 /*--- debuginfo.c ---*/
74 debuginfo reading confusing. Recently I arrived at some
76 kinds of address used in the debuginfo reading process:
112 static DebugInfo* debugInfo_list = NULL;
118 in some DebugInfo-search-intensive situations, most notably stack
120 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
122 DebugInfo *di0, *di1, *di2;
137 DebugInfo* tmp;
169 /* Allocate and zero out a new DebugInfo record. */
171 DebugInfo* alloc_DebugInfo( const UChar* filename
    [all...]
  /external/chromium_org/sync/internal_api/
debug_info_event_listener_unittest.cc 31 sync_pb::DebugInfo debug_info;
42 sync_pb::DebugInfo debug_info;
debug_info_event_listener.h 78 virtual void GetAndClearDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE;
  /external/llvm/lib/IR/
Android.mk 12 DebugInfo.cpp \
  /external/valgrind/main/drd/
drd_error.h 92 DebugInfo* debuginfo; // Segment member in struct:__anon29872
  /external/v8/src/
debug.h 86 explicit BreakLocationIterator(Handle<DebugInfo> debug_info,
137 Handle<DebugInfo> debug_info_;
203 explicit DebugInfoListNode(DebugInfo* debug_info);
208 Handle<DebugInfo> debug_info() { return debug_info_; }
212 Handle<DebugInfo> debug_info_;
224 // DebugInfo.
250 static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared);
470 void RemoveDebugInfo(Handle<DebugInfo> debug_info);
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.h 31 class DebugInfo;
240 const sync_pb::DebugInfo& proto);
  /external/chromium_org/v8/src/
debug.h 94 explicit BreakLocationIterator(Handle<DebugInfo> debug_info,
147 Handle<DebugInfo> debug_info_;
215 explicit DebugInfoListNode(DebugInfo* debug_info);
220 Handle<DebugInfo> debug_info() { return debug_info_; }
224 Handle<DebugInfo> debug_info_;
236 // DebugInfo.
268 static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared);
542 void RemoveDebugInfo(Handle<DebugInfo> debug_info);
    [all...]
debug.cc 105 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info,
305 DebugInfo::SetBreakPoint(debug_info_, code_position(),
313 DebugInfo::ClearBreakPoint(debug_info_, code_position(), break_point_object);
535 // DebugInfo even though the code is patched back to the non break point state.
752 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) {
755 debug_info_ = Handle<DebugInfo>::cast(
972 Handle<DebugInfo> debug_info = GetDebugInfo(shared);
    [all...]
  /external/chromium_org/sync/test/engine/
syncer_command_test.h 37 MOCK_METHOD1(GetAndClearDebugInfo, void(sync_pb::DebugInfo* debug_info));
  /external/valgrind/main/callgrind/
fn.c 229 obj_node* new_obj_node(DebugInfo* di, obj_node* next)
264 obj_node* CLG_(get_obj_node)(DebugInfo* di)
405 fn_node* get_fn_node_inseg(DebugInfo* di,
420 DebugInfo** pDebugInfo)
492 DebugInfo* di;

Completed in 333 milliseconds

1 2 3