aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-4/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-73/+73
2016-12-02Rename some trace functionsSimon Marchi1-44/+44
2016-11-17gdb/tracepoint.c: Don't use printf_vmaPedro Alves1-32/+28
2016-11-09agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves1-11/+5
2016-11-09gdb: Use vector::emplace_backPedro Alves1-1/+1
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves1-66/+41
2016-11-08Clean up tracepoint.h/c:collection_listPedro Alves1-237/+161
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-28/+19
2016-10-12Remove unnecessary null_cleanupTom Tromey1-3/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-2/+3
2016-05-07remove trivialy unused variablesTrevor Saunders1-6/+0
2016-02-11Use the target architecture when encoding tracepoint actionsAntoine Tremblay1-6/+6
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-1/+1