summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior
2017-11-08Make encode_actions_rsp use std::vectorSimon Marchi
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-10-31tracepoint: Remove unnecessary const_castSimon Marchi
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi
2017-10-15Fix GDB build without expatSimon Marchi
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi
2017-10-14Use std::vector for traceframe_info::memorySimon Marchi
2017-10-14Use std::vector for traceframe_info::tvarsSimon Marchi
2017-10-14Rename traceframe_info variable to current_traceframe_infoSimon Marchi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-29Remove some cleanups from tracepoint.cTom Tromey
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves
2017-09-27Constify some commands in tracepoint.cTom Tromey
2017-09-27Constify some linespec functionsTom Tromey
2017-09-27Add add_cmd function overloadsTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-08-22Rename some command functionsSimon Marchi
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-08-03Introduce and use ui_out_emit_tableTom Tromey
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-22Use ui_out_emit_tuple in tracepoint.cTom Tromey
2017-04-12Introduce command_line_upTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Don't initialize string command variables to empty stringPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-02Rename some trace functionsSimon Marchi
2016-11-17gdb/tracepoint.c: Don't use printf_vmaPedro Alves
2016-11-09agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves
2016-11-09gdb: Use vector::emplace_backPedro Alves
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves
2016-11-08Clean up tracepoint.h/c:collection_listPedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-10-12Remove unnecessary null_cleanupTom Tromey
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-02-11Use the target architecture when encoding tracepoint actionsAntoine Tremblay
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker