summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
Commit message (Expand)AuthorAgeFilesLines
* Update help text in tracepoint.cTom Tromey2018-05-241-2/+2
* Remove output_command_constTom Tromey2018-05-211-1/+1
* Remove a cleanup from trace_dump_actionsTom Tromey2018-05-211-18/+6
* Use function_view in cli-script.cTom Tromey2018-05-041-2/+4
* Constify prompt argument to read_command_linesTom Tromey2018-05-041-1/+2
* Use counted_command_line everywhereTom Tromey2018-05-041-35/+26
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Remove a use of is_mi_like_p from tracepoint.cTom Tromey2018-04-301-38/+37
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-70/+42
* Replace make_cleanup_restore_current_traceframe with RAII classSimon Marchi2018-04-071-37/+3
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-10/+6
* Remove char_ptr typedefSimon Marchi2018-04-011-1/+1
* Use std::vector in uploaded_tpSimon Marchi2018-03-301-8/+5
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-63/+19
* Make parse_static_tracepoint_marker_definition work with multiple static trac...Simon Marchi2018-03-221-3/+11
* Convert observers to C++Tom Tromey2018-03-191-9/+9
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-071-5/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-10/+6
* Make encode_actions_rsp use std::vectorSimon Marchi2017-11-081-29/+11
* Constify add_setshow_*Tom Tromey2017-11-071-6/+6
* Constify add_infoTom Tromey2017-11-071-3/+3
* Constify add_comTom Tromey2017-11-071-13/+13
* tracepoint: Remove unnecessary const_castSimon Marchi2017-10-311-1/+1
* Get rid of VEC(mem_range_s)Simon Marchi2017-10-161-7/+6
* Fix GDB build without expatSimon Marchi2017-10-151-1/+1
* Make to_traceframe_info return a unique_ptrSimon Marchi2017-10-141-34/+6
* Use std::vector for traceframe_info::memorySimon Marchi2017-10-141-16/+6
* Use std::vector for traceframe_info::tvarsSimon Marchi2017-10-141-5/+3
* Rename traceframe_info variable to current_traceframe_infoSimon Marchi2017-10-141-6/+6
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Remove some cleanups from tracepoint.cTom Tromey2017-09-291-30/+12
* Constify unpack_varlen_hex & fix falloutPedro Alves2017-09-291-10/+12
* Constify some commands in tracepoint.cTom Tromey2017-09-271-26/+16
* Constify some linespec functionsTom Tromey2017-09-271-2/+3
* Add add_cmd function overloadsTom Tromey2017-09-271-1/+1
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-10/+10
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Kill init_salPedro Alves2017-09-041-6/+2
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-19/+12
* Rename some command functionsSimon Marchi2017-08-221-6/+6
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-12/+5
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-9/+4
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-10/+10
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-4/+2
* Use ui_out_emit_tuple in tracepoint.cTom Tromey2017-04-221-26/+16
* Introduce command_line_upTom Tromey2017-04-121-10/+7
* Introduce event_location_upTom Tromey2017-04-121-7/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-8/+14