HomeSort by: relevance | last modified time | path
    Searched defs:gdb_jump_pad_head (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 2908 static CORE_ADDR gdb_jump_pad_head; variable
2915 if (gdb_jump_pad_head == 0)
2918 &gdb_jump_pad_head))
2924 return gdb_jump_pad_head;
2933 pulongest (used), paddress (gdb_jump_pad_head));
2934 gdb_jump_pad_head += used;
6117 /* Copy the value of GDB_JUMP_PAD_HEAD to command buffer, so that
6121 memcpy (p, &gdb_jump_pad_head, 8);
6144 (unsigned int) gdb_jump_pad_head);
6146 memcpy (&gdb_jump_pad_head, &buf[IPA_PROTO_FAST_TRACE_JUMP_PAD], 8)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 2908 static CORE_ADDR gdb_jump_pad_head; variable
2915 if (gdb_jump_pad_head == 0)
2918 &gdb_jump_pad_head))
2924 return gdb_jump_pad_head;
2933 pulongest (used), paddress (gdb_jump_pad_head));
2934 gdb_jump_pad_head += used;
6117 /* Copy the value of GDB_JUMP_PAD_HEAD to command buffer, so that
6121 memcpy (p, &gdb_jump_pad_head, 8);
6144 (unsigned int) gdb_jump_pad_head);
6146 memcpy (&gdb_jump_pad_head, &buf[IPA_PROTO_FAST_TRACE_JUMP_PAD], 8)
    [all...]

Completed in 30 milliseconds