aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-10Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves1-11/+13
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Add output styles to gdbTom Tromey1-3/+4
2018-10-04Simple -Wshadow=local fixesTom Tromey1-3/+2
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-1/+5
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-4/+4
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-2/+2
2018-08-06Variable size for regs mask in collection listPedro Franco de Carvalho1-22/+42
2018-08-06Use remote register numbers in tracepoint maskPedro Franco de Carvalho1-84/+110
2018-07-22Simple unused variable removalsTom Tromey1-4/+0
2018-07-03Remove VEC from breakpointTom Tromey1-60/+22
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-24Update help text in tracepoint.cTom Tromey1-2/+2
2018-05-21Remove output_command_constTom Tromey1-1/+1
2018-05-21Remove a cleanup from trace_dump_actionsTom Tromey1-18/+6
2018-05-04Use function_view in cli-script.cTom Tromey1-2/+4
2018-05-04Constify prompt argument to read_command_linesTom Tromey1-1/+2
2018-05-04Use counted_command_line everywhereTom Tromey1-35/+26
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-30Remove a use of is_mi_like_p from tracepoint.cTom Tromey1-38/+37
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi1-70/+42
2018-04-07Replace make_cleanup_restore_current_traceframe with RAII classSimon Marchi1-37/+3
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-10/+6
2018-04-01Remove char_ptr typedefSimon Marchi1-1/+1
2018-03-30Use std::vector in uploaded_tpSimon Marchi1-8/+5
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-63/+19
2018-03-22Make parse_static_tracepoint_marker_definition work with multiple static trac...Simon Marchi1-3/+11
2018-03-19Convert observers to C++Tom Tromey1-9/+9
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi1-5/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-10/+6
2017-11-08Make encode_actions_rsp use std::vectorSimon Marchi1-29/+11
2017-11-07Constify add_setshow_*Tom Tromey1-6/+6
2017-11-07Constify add_infoTom Tromey1-3/+3
2017-11-07Constify add_comTom Tromey1-13/+13
2017-10-31tracepoint: Remove unnecessary const_castSimon Marchi1-1/+1
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi1-7/+6
2017-10-15Fix GDB build without expatSimon Marchi1-1/+1
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi1-34/+6
2017-10-14Use std::vector for traceframe_info::memorySimon Marchi1-16/+6
2017-10-14Use std::vector for traceframe_info::tvarsSimon Marchi1-5/+3
2017-10-14Rename traceframe_info variable to current_traceframe_infoSimon Marchi1-6/+6
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-29Remove some cleanups from tracepoint.cTom Tromey1-30/+12
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves1-10/+12
2017-09-27Constify some commands in tracepoint.cTom Tromey1-26/+16
2017-09-27Constify some linespec functionsTom Tromey1-2/+3
2017-09-27Add add_cmd function overloadsTom Tromey1-1/+1