diff options
author | Markus Metzger <markus.t.metzger@intel.com> | 2023-08-17 15:29:26 +0000 |
---|---|---|
committer | Markus Metzger <markus.t.metzger@intel.com> | 2023-09-11 06:15:52 +0000 |
commit | 1bcb9dcf4a9d348d4f970d6d3f8146eae2036010 (patch) | |
tree | e0bebfc93a3fad4f226182d8c203c76f733791a4 /gdb/btrace.h | |
parent | ebc76ef6e6017b3548207c45abf33ab6e8f9402d (diff) | |
download | gdb-1bcb9dcf4a9d348d4f970d6d3f8146eae2036010.zip gdb-1bcb9dcf4a9d348d4f970d6d3f8146eae2036010.tar.gz gdb-1bcb9dcf4a9d348d4f970d6d3f8146eae2036010.tar.bz2 |
gdb, btrace: move xml parsing into remote.c
The code is only used in remote.c and all functions can be declared static.
Diffstat (limited to 'gdb/btrace.h')
-rw-r--r-- | gdb/btrace.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/btrace.h b/gdb/btrace.h index 0ec8411..0d53cb7 100644 --- a/gdb/btrace.h +++ b/gdb/btrace.h @@ -393,12 +393,6 @@ 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 XML into DATA. */ -extern void parse_xml_btrace (struct btrace_data *data, const char *xml); - -/* Parse a branch trace configuration xml document XML into CONF. */ -extern void parse_xml_btrace_conf (struct btrace_config *conf, const char *xml); - /* Dereference a branch trace instruction iterator. Return a pointer to the instruction the iterator points to. May return NULL if the iterator points to a gap in the trace. */ |