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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 5945 static CORE_ADDR target_tp_heap; variable
5955 if (target_tp_heap == 0)
5959 &target_tp_heap))
5965 ptr = target_tp_heap;
5966 target_tp_heap += size;
5969 target_tp_heap = ((target_tp_heap + 7) & ~0x7);
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 5945 static CORE_ADDR target_tp_heap; variable
5955 if (target_tp_heap == 0)
5959 &target_tp_heap))
5965 ptr = target_tp_heap;
5966 target_tp_heap += size;
5969 target_tp_heap = ((target_tp_heap + 7) & ~0x7);

Completed in 40 milliseconds