2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / btrace.h
index 26b1686071f66d3ce14ba5c8cd103d035665c2f5..bd8425dea81473a5452025c0f99f4975a22052ee 100644 (file)
@@ -136,4 +136,7 @@ extern void btrace_clear (struct thread_info *);
 /* Clear the branch trace for all threads when an object file goes away.  */
 extern void btrace_free_objfile (struct objfile *);
 
+/* Parse a branch trace xml document into a block vector.  */
+extern VEC (btrace_block_s) *parse_xml_btrace (const char*);
+
 #endif /* BTRACE_H */
This page took 0.024191 seconds and 4 git commands to generate.