aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-10/+10
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Kill init_salPedro Alves1-6/+2
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-19/+12
2017-08-22Rename some command functionsSimon Marchi1-6/+6
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-12/+5
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-9/+4
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-10/+10
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-4/+2
2017-04-22Use ui_out_emit_tuple in tracepoint.cTom Tromey1-26/+16
2017-04-12Introduce command_line_upTom Tromey1-10/+7
2017-04-12Introduce event_location_upTom Tromey1-7/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-8/+14
2017-04-05-Wwrite-strings: Don't initialize string command variables to empty stringPedro Alves1-1/+1