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

  /src/external/gpl3/gdb.old/dist/gdbserver/
gdbthread.h 82 struct btrace_target_info *btrace = nullptr; member in struct:thread_info
  /src/external/gpl3/gdb/dist/gdbserver/
gdbthread.h 90 struct btrace_target_info *btrace = nullptr; member in struct:thread_info
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-btrace.c 22 #include "linux-btrace.h"
282 std::vector<btrace_block> *btrace = new std::vector<btrace_block>; local
349 btrace->push_back (block);
360 btrace->push_back (block);
362 return btrace;
697 error (_("Event tracing for record btrace pt is not supported."));
782 /* See linux-btrace.h. */
822 /* See linux-btrace.h. */
850 BTRACE using the TYPE reading method. */
853 linux_read_bts (btrace_data_bts *btrace, linux_btrace_target_info *tinfo
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-btrace.c 22 #include "linux-btrace.h"
282 std::vector<btrace_block> *btrace = new std::vector<btrace_block>; local
349 btrace->push_back (block);
360 btrace->push_back (block);
362 return btrace;
712 /* See linux-btrace.h. */
752 /* See linux-btrace.h. */
780 BTRACE using the TYPE reading method. */
783 linux_read_bts (btrace_data_bts *btrace, linux_btrace_target_info *tinfo,
805 delete btrace->blocks
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbthread.h 29 #include "btrace.h"
548 struct btrace_thread_info btrace {}; struct in class:thread_info
btrace.c 22 #include "btrace.h"
39 #include "record-btrace.h"
46 /* Command lists for btrace maintenance commands. */
66 "[btrace] " msg "\n", ##args); \
431 /* The caller of PREV is the preceding btrace function segment in this
1000 struct btrace_thread_info *btinfo = &tp->btrace;
1076 const struct btrace_data_bts *btrace,
1090 btinfo = &tp->btrace;
1091 blk = btrace->blocks->size ();
1104 const btrace_block &block = btrace->blocks->at (blk)
1940 struct btrace_data btrace; local
2264 struct btrace_data btrace; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbthread.h 29 #include "btrace.h"
548 struct btrace_thread_info btrace {}; struct in class:thread_info
btrace.c 22 #include "btrace.h"
38 #include "record-btrace.h"
44 /* Command lists for btrace maintenance commands. */
64 "[btrace] " msg "\n", ##args); \
429 /* The caller of PREV is the preceding btrace function segment in this
974 struct btrace_thread_info *btinfo = &tp->btrace;
1050 const struct btrace_data_bts *btrace,
1064 btinfo = &tp->btrace;
1065 blk = btrace->blocks->size ();
1078 const btrace_block &block = btrace->blocks->at (blk)
1586 struct btrace_data btrace; local
1908 struct btrace_data btrace; local
    [all...]

Completed in 28 milliseconds