4d1f5c790b
gdb/ * target.h (struct traceframe_info): Forward declare. (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO. (struct target_ops) <to_traceframe_info>: New field. (target_traceframe_info): New. * target.c (update_current_target): Inherit and default to_traceframe_info. * remote.c (PACKET_qXfer_traceframe_info): New. (remote_protocol_features): Register qXfer:traceframe-info:read. (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO. (remote_traceframe_info): New. (init_remote_ops): Install it. (_initialize_remote): Install "set/show remote traceframe-info" commands. * tracepoint.h (parse_traceframe_info): Declare. * tracepoint.c (struct mem_range): New. (mem_range_s): New typedef. (struct traceframe_info): New. (traceframe_info): New global. (free_traceframe_info): New function. (clear_traceframe_info): New function. (start_tracing, tfind_1, set_traceframe_number): Clear traceframe info. (build_traceframe_info): New function. (tfile_traceframe_info): New function. (init_tfile_ops): Install tfile_traceframe_info. (traceframe_info_start_memory, free_result): New functions. (memory_attributes, traceframe_info_elements): New globals. (parse_traceframe_info, get_traceframe_info): New functions. * features/traceframe-info.dtd: New file. * Makefile.in (XMLFILES): Add traceframe-info.dtd. gdb/gdbserver/ * server.c (handle_qxfer_traceframe_info): New. (qxfer_packets): Register "traceframe-info". (handle_query): Report support for qXfer:traceframe-info:read+. * tracepoint.c (match_blocktype): New. (traceframe_find_block_type): Rename to ... (traceframe_walk_blocks): ... this. Add callback filter argument, and use it. (traceframe_find_block_type): New, reimplemented on top of traceframe_walk_blocks. (build_traceframe_info_xml): New. (traceframe_read_info): New. * server.h (traceframe_read_info): Declare. gdb/doc/ * gdb.texinfo (Remote Configuration): Mention set/show remote traceframe-info. (Tools/Packages Optional for Building GDB): Mention that expat is used for traceframe info. (Remote Protocol) <Menu>: Add "Traceframe Info Format". (General Query Packets) <qSupported>: Describe the qXfer:traceframe-info:read feature. (qXfer::read): Describe qXfer:traceframe-info:read. (Traceframe Info Format): New section. |
||
---|---|---|
.. | ||
i386 | ||
rs6000 | ||
arm-core.xml | ||
arm-fpa.xml | ||
arm-m-profile.xml | ||
arm-vfpv2.xml | ||
arm-vfpv3.xml | ||
arm-with-iwmmxt.c | ||
arm-with-iwmmxt.xml | ||
arm-with-m.c | ||
arm-with-m.xml | ||
arm-with-neon.c | ||
arm-with-neon.xml | ||
arm-with-vfpv2.c | ||
arm-with-vfpv2.xml | ||
arm-with-vfpv3.c | ||
arm-with-vfpv3.xml | ||
feature_to_c.sh | ||
gdb-target.dtd | ||
gdbserver-regs.xsl | ||
library-list.dtd | ||
m68k-core.xml | ||
Makefile | ||
mips64-cp0.xml | ||
mips64-cpu.xml | ||
mips64-fpu.xml | ||
mips64-linux.c | ||
mips64-linux.xml | ||
mips-cp0.xml | ||
mips-cpu.xml | ||
mips-fpu.xml | ||
mips-linux.c | ||
mips-linux.xml | ||
number-regs.xsl | ||
osdata.dtd | ||
s390-acr.xml | ||
s390-core32.xml | ||
s390-core64.xml | ||
s390-fpr.xml | ||
s390-linux32.c | ||
s390-linux32.xml | ||
s390-linux64.c | ||
s390-linux64.xml | ||
s390x-core64.xml | ||
s390x-linux64.c | ||
s390x-linux64.xml | ||
sort-regs.xsl | ||
threads.dtd | ||
traceframe-info.dtd | ||
xinclude.dtd | ||
xscale-iwmmxt.xml |