gdb: add all_tracepoints function
[deliverable/binutils-gdb.git] / gdb / tracepoint.c
2021-05-27  Simon Marchigdb: add all_tracepoints function
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-19  Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-08  Tom TromeyRemove union exp_element
2021-03-08  Tom TromeyAdd an expr::operation_up to struct expression
2021-01-21  Simon Marchigdb: make some variables static
2021-01-09  Tom TromeyRemove a use of print_expression
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Tom TromeyIntroduce expression::first_opcode
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-05-15  Philippe WaroquiersEnsure class_alias is only used for user-defined aliases.
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-07  Weimin PanRenaming of ctf (the trace format) files
2019-10-01  Tom TromeyIntroduce metadata style
2019-10-01  Tom TromeyRemove the ui_out_style_kind enum
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-13  Tom TromeyDon't include readline headers from tracepoint.c
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-03-29  Keith SeitzAllow really large fortran array bounds: TYPE_LENGTH...
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-10  Pedro AlvesFix tracepoint.c:parse_tracepoint_definition leak ...
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28  Tom TromeyAdd output styles to gdb
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-16  Tom TromeyUse GNU style for metasyntactic variables in gdb
2018-08-23  Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-08-06  Pedro Franco de... Variable size for regs mask in collection list
2018-08-06  Pedro Franco de... Use remote register numbers in tracepoint mask
2018-07-22  Tom TromeySimple unused variable removals
2018-07-04  Tom TromeyRemove VEC from breakpoint
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-24  Tom TromeyUpdate help text in tracepoint.c
2018-05-21  Tom TromeyRemove output_command_const
2018-05-21  Tom TromeyRemove a cleanup from trace_dump_actions
2018-05-04  Tom TromeyUse function_view in cli-script.c
2018-05-04  Tom TromeyConstify prompt argument to read_command_lines
2018-05-04  Tom TromeyUse counted_command_line everywhere
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-30  Tom TromeyRemove a use of is_mi_like_p from tracepoint.c
2018-04-09  Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-04-07  Simon MarchiReplace make_cleanup_restore_current_traceframe with...
2018-04-07  Simon MarchiMake target_read_alloc & al return vectors
2018-04-01  Simon MarchiRemove char_ptr typedef
2018-03-30  Simon MarchiUse std::vector in uploaded_tp
2018-03-22  Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-22  Simon MarchiMake parse_static_tracepoint_marker_definition work...
2018-03-19  Tom TromeyConvert observers to C++
2018-01-07  Simon MarchiReplace VEC(gdb_xml_value_s) with std::vector
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-23  Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-09  Simon MarchiMake encode_actions_rsp use std::vector
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-10-31  Simon Marchitracepoint: Remove unnecessary const_cast
2017-10-16  Simon MarchiGet rid of VEC(mem_range_s)
2017-10-16  Simon MarchiFix GDB build without expat
2017-10-14  Simon MarchiMake to_traceframe_info return a unique_ptr
2017-10-14  Simon MarchiUse std::vector for traceframe_info::memory
2017-10-14  Simon MarchiUse std::vector for traceframe_info::tvars
2017-10-14  Simon MarchiRename traceframe_info variable to current_traceframe_info
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-30  Tom TromeyRemove some cleanups from tracepoint.c
2017-09-29  Pedro AlvesConstify unpack_varlen_hex & fix fallout
2017-09-27  Tom TromeyConstify some commands in tracepoint.c
2017-09-27  Tom TromeyConstify some linespec functions
2017-09-27  Tom TromeyAdd add_cmd function overloads
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesKill init_sal
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-22  Simon MarchiRename some command functions
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03  Tom TromeyIntroduce and use ui_out_emit_table
2017-06-02  Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-05-04  Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-22  Tom TromeyUse ui_out_emit_tuple in tracepoint.c
2017-04-12  Tom TromeyIntroduce command_line_up
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Don't initialize string command variab...
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-12-02  Simon MarchiRename some trace functions
2016-11-17  Pedro Alvesgdb/tracepoint.c: Don't use printf_vma
2016-11-09  Pedro Alvesagent_expr_up: gdb::unique_ptr -> std::unique_ptr
next
This page took 0.88596 seconds and 107 git commands to generate.